|
dhcpd-pools
3.0
ISC dhcpd lease usage analyser
|
#include <config.h>#include <alloca.h>#include <stdlib.h>#include <errno.h>#include <string.h>#include "malloca.h"
Macros | |
| #define | _GL_ARG_NONNULL(params) |
| #define | _GL_USE_STDLIB_ALLOC 1 |
| #define | __set_errno(ev) ((errno) = (ev)) |
| #define | __environ environ |
| #define | LOCK |
| #define | UNLOCK |
| #define | KNOWN_VALUE(Str) NULL |
| #define | STORE_VALUE(Str) do { } while (0) |
Functions | |
| int | __add_to_environ (const char *name, const char *value, const char *combined, int replace) |
| int | setenv (const char *name, const char *value, int replace) |
| int | clearenv (void) |
Variables | |
| static char ** | last_environ |
| #define __environ environ |
Referenced by __add_to_environ(), and clearenv().
| #define __set_errno | ( | ev | ) | ((errno) = (ev)) |
Referenced by __add_to_environ(), and setenv().
| #define _GL_ARG_NONNULL | ( | params | ) |
| #define _GL_USE_STDLIB_ALLOC 1 |
| #define KNOWN_VALUE | ( | Str | ) | NULL |
Referenced by __add_to_environ().
| #define LOCK |
Referenced by __add_to_environ(), and clearenv().
| #define STORE_VALUE | ( | Str | ) | do { } while (0) |
Referenced by __add_to_environ().
| #define UNLOCK |
Referenced by __add_to_environ(), and clearenv().
| int __add_to_environ | ( | const char * | name, |
| const char * | value, | ||
| const char * | combined, | ||
| int | replace | ||
| ) |
Referenced by setenv().
| int clearenv | ( | void | ) |

| int setenv | ( | const char * | name, |
| const char * | value, | ||
| int | replace | ||
| ) |
|
static |
1.8.13