fehQlibs 26
Qlibs
Loading...
Searching...
No Matches
Functions | Variables
env.c File Reference

setting up environment after fork More...

#include "str.h"
#include "alloc.h"
#include "env.h"
Include dependency graph for env.c:

Go to the source code of this file.

Functions

char * env_get (char *s)
 
char * env_findeq (char *s)
 
int env_unset (char *s)
 
int env_set (char *s)
 
int env_puts (char *s)
 
int env_put (char *name, char *value)
 
int env_init ()
 
void env_clear ()
 
char * env_pick ()
 

Variables

int env_isinit = 0
 

Detailed Description

setting up environment after fork

Author
djb ucspi-tcp

Definition in file env.c.

Function Documentation

◆ env_clear()

void env_clear ( )

Definition at line 133 of file env.c.

◆ env_findeq()

char * env_findeq ( char *  s)

Definition at line 25 of file env.c.

Here is the caller graph for this function:

◆ env_get()

char * env_get ( char *  s)

Definition at line 12 of file env.c.

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

◆ env_init()

int env_init ( )

Definition at line 105 of file env.c.

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

◆ env_pick()

char * env_pick ( )

Definition at line 138 of file env.c.

◆ env_put()

int env_put ( char *  name,
char *  value 
)

Definition at line 89 of file env.c.

Here is the call graph for this function:

◆ env_puts()

int env_puts ( char *  s)

Definition at line 76 of file env.c.

Here is the call graph for this function:

◆ env_set()

int env_set ( char *  s)

Definition at line 60 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 52 of file env.c.

Here is the call graph for this function:

Variable Documentation

◆ env_isinit

int env_isinit = 0

Definition at line 32 of file env.c.