fehQlibs 26
Qlibs
Loading...
Searching...
No Matches
Macros | 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.

Macros

#define env_put2   env_put /* backwards compatibility */
 

Functions

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

Variables

char ** environ
 
int env_isinit
 

Macro Definition Documentation

◆ env_put2

#define env_put2   env_put /* backwards compatibility */

Definition at line 27 of file env.h.

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
extern

Definition at line 32 of file env.c.

◆ environ

char** environ
extern