s/qmail  3.3.23
Next generation secure email transport
Functions | Variables
env.c File Reference
#include "str.h"
#include "alloc.h"
#include "env.h"
Include dependency graph for env.c:

Go to the source code of this file.

Functions

void env_clear ()
 
int env_unset (char *s)
 
int env_put (char *s)
 
int env_put2 (char *s, char *t)
 
int env_init ()
 

Variables

int env_isinit = 0
 

Function Documentation

◆ env_clear()

void env_clear ( void  )

Definition at line 26 of file env.c.

◆ env_init()

int env_init ( void  )

Definition at line 90 of file env.c.

Here is the caller graph for this function:

◆ env_put()

int env_put ( char *  s)

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 *  s,
char *  t 
)

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 *  s)

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 = 0

Definition at line 13 of file env.c.