s/qmail  3.3.23
Next generation secure email transport
Functions | Variables
env.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int env_init (void)
 
int env_put (char *)
 
int env_put2 (char *, char *)
 
int env_unset (char *)
 
char * env_get (char *)
 
char * env_pick (void)
 
void env_clear (void)
 
char * env_findeq (char *)
 

Variables

int env_isinit
 
char ** environ
 

Function Documentation

◆ env_clear()

void env_clear ( void  )

Definition at line 26 of file env.c.

◆ env_findeq()

char* env_findeq ( char *  )

Definition at line 22 of file envread.c.

◆ env_get()

char* env_get ( char *  )

Definition at line 4 of file envread.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ env_init()

int env_init ( void  )

Definition at line 90 of file env.c.

Here is the caller graph for this function:

◆ env_pick()

char* env_pick ( void  )

Definition at line 17 of file envread.c.

◆ env_put()

int env_put ( char *  )

Definition at line 64 of file env.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ env_put2()

int env_put2 ( char *  ,
char *   
)

Definition at line 75 of file env.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ env_unset()

int env_unset ( char *  )

Definition at line 41 of file env.c.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ env_isinit

int env_isinit

Definition at line 13 of file env.c.

◆ environ

char** environ