|
dhcpd-pools
3.0
ISC dhcpd lease usage analyser
|
#include <config.h>#include "localcharset.h"#include <fcntl.h>#include <stddef.h>#include <stdio.h>#include <string.h>#include <stdlib.h>#include <unistd.h>#include "configmake.h"
Macros | |
| #define | relocate(pathname) (pathname) |
| #define | relocate2(pathname, allocatedp) (*(allocatedp) = NULL, (pathname)) |
| #define | DIRECTORY_SEPARATOR '/' |
| #define | ISSLASH(C) ((C) == DIRECTORY_SEPARATOR) |
| #define | volatile /* empty */ |
Functions | |
| static const char * | get_charset_aliases (void) |
| const char * | locale_charset (void) |
Variables | |
| static const char *volatile | charset_aliases |
| #define DIRECTORY_SEPARATOR '/' |
Referenced by get_charset_aliases().
| #define ISSLASH | ( | C | ) | ((C) == DIRECTORY_SEPARATOR) |
Referenced by get_charset_aliases().
| #define relocate | ( | pathname | ) | (pathname) |
| #define relocate2 | ( | pathname, | |
| allocatedp | |||
| ) | (*(allocatedp) = NULL, (pathname)) |
Referenced by get_charset_aliases().
| #define volatile /* empty */ |
|
static |
| const char* locale_charset | ( | void | ) |
|
static |
Referenced by get_charset_aliases().
1.8.13