dhcpd-pools
3.0
ISC dhcpd lease usage analyser
|
Go to the source code of this file.
Macros | |
#define | ISSLASH(C) ((C) == '/') |
#define | IS_ABSOLUTE_PATH(P) ISSLASH ((P)[0]) |
#define | IS_PATH_WITH_DIR(P) (strchr (P, '/') != NULL) |
#define | FILE_SYSTEM_PREFIX_LEN(P) 0 |
#define FILE_SYSTEM_PREFIX_LEN | ( | P | ) | 0 |
#define IS_ABSOLUTE_PATH | ( | P | ) | ISSLASH ((P)[0]) |
#define IS_PATH_WITH_DIR | ( | P | ) | (strchr (P, '/') != NULL) |
#define ISSLASH | ( | C | ) | ((C) == '/') |