dhcpd-pools  3.0
ISC dhcpd lease usage analyser
Macros
filename.h File Reference
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ FILE_SYSTEM_PREFIX_LEN

#define FILE_SYSTEM_PREFIX_LEN (   P)    0

◆ IS_ABSOLUTE_PATH

#define IS_ABSOLUTE_PATH (   P)    ISSLASH ((P)[0])

◆ IS_PATH_WITH_DIR

#define IS_PATH_WITH_DIR (   P)    (strchr (P, '/') != NULL)

◆ ISSLASH

#define ISSLASH (   C)    ((C) == '/')