rpm  5.4.15
Functions
envvar.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

static int clearenv (void)
 
static const char * envGet (const char *name)
 
static int envPut (const char *name, const char *value)
 

Function Documentation

static int clearenv ( void  )
inlinestatic

Definition at line 15 of file envvar.h.

References environ.

Referenced by envPut().

static const char* envGet ( const char *  name)
inlinestatic

Definition at line 28 of file envvar.h.

References getenv().

Referenced by unsatisfiedDepend().

static int envPut ( const char *  name,
const char *  value 
)
inlinestatic

Definition at line 37 of file envvar.h.

References clearenv(), stpcpy(), and xmalloc.

Referenced by _rpmtsCheck().