dhcpd-pools
3.0
ISC dhcpd lease usage analyser
|
Go to the source code of this file.
Macros | |
#define | _GL_FCNTL_H |
#define | _GL_CXXDEFS_H |
#define | _GL_BEGIN_NAMESPACE |
#define | _GL_END_NAMESPACE |
#define | _GL_EXTERN_C extern |
#define | _GL_FUNCDECL_RPL(func, rettype, parameters_and_attributes) _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes) |
#define | _GL_FUNCDECL_RPL_1(rpl_func, rettype, parameters_and_attributes) _GL_EXTERN_C rettype rpl_func parameters_and_attributes |
#define | _GL_FUNCDECL_SYS(func, rettype, parameters_and_attributes) _GL_EXTERN_C rettype func parameters_and_attributes |
#define | _GL_CXXALIAS_RPL(func, rettype, parameters) _GL_CXXALIAS_RPL_1 (func, rpl_##func, rettype, parameters) |
#define | _GL_CXXALIAS_RPL_1(func, rpl_func, rettype, parameters) _GL_EXTERN_C int _gl_cxxalias_dummy |
#define | _GL_CXXALIAS_RPL_CAST_1(func, rpl_func, rettype, parameters) _GL_EXTERN_C int _gl_cxxalias_dummy |
#define | _GL_CXXALIAS_SYS(func, rettype, parameters) _GL_EXTERN_C int _gl_cxxalias_dummy |
#define | _GL_CXXALIAS_SYS_CAST(func, rettype, parameters) _GL_EXTERN_C int _gl_cxxalias_dummy |
#define | _GL_CXXALIAS_SYS_CAST2(func, rettype, parameters, rettype2, parameters2) _GL_EXTERN_C int _gl_cxxalias_dummy |
#define | _GL_CXXALIASWARN(func) _GL_EXTERN_C int _gl_cxxalias_dummy |
#define | _GL_CXXALIASWARN1(func, rettype, parameters_and_attributes) _GL_EXTERN_C int _gl_cxxalias_dummy |
#define | _GL_ARG_NONNULL(params) |
#define | _GL_WARN_ON_USE(function, message) _GL_WARN_EXTERN_C int _gl_warn_on_use |
#define | _GL_WARN_ON_USE_CXX(function, rettype, parameters_and_attributes, msg) _GL_WARN_EXTERN_C int _gl_warn_on_use |
#define | _GL_WARN_EXTERN_C extern |
#define | FD_CLOEXEC 1 |
#define | F_DUPFD_CLOEXEC 0x40000000 |
#define | GNULIB_defined_F_DUPFD_CLOEXEC 1 |
#define | F_DUPFD 1 |
#define | F_GETFD 2 |
#define | O_CLOEXEC 0x40000000 /* Try to not collide with system O_* flags. */ |
#define | GNULIB_defined_O_CLOEXEC 1 |
#define | O_DIRECT 0 |
#define | O_DIRECTORY 0 |
#define | O_DSYNC 0 |
#define | O_EXEC O_RDONLY /* This is often close enough in older systems. */ |
#define | O_IGNORE_CTTY 0 |
#define | O_NDELAY 0 |
#define | O_NOATIME 0 |
#define | O_NONBLOCK O_NDELAY |
#define | O_NOCTTY 0 |
#define | O_NOFOLLOW 0 |
#define | O_NOLINK 0 |
#define | O_NOLINKS 0 |
#define | O_NOTRANS 0 |
#define | O_RSYNC 0 |
#define | O_SEARCH O_RDONLY /* This is often close enough in older systems. */ |
#define | O_SYNC 0 |
#define | O_TTY_INIT 0 |
#define | O_BINARY 0 |
#define | O_TEXT 0 |
#define | AT_FDCWD (-3041965) |
#define | AT_SYMLINK_NOFOLLOW 4096 |
#define | AT_REMOVEDIR 1 |
#define | AT_SYMLINK_FOLLOW 2 |
#define | AT_EACCESS 4 |
#define _GL_ARG_NONNULL | ( | params | ) |
#define _GL_BEGIN_NAMESPACE |
#define _GL_CXXALIAS_RPL | ( | func, | |
rettype, | |||
parameters | |||
) | _GL_CXXALIAS_RPL_1 (func, rpl_##func, rettype, parameters) |
#define _GL_CXXALIAS_RPL_1 | ( | func, | |
rpl_func, | |||
rettype, | |||
parameters | |||
) | _GL_EXTERN_C int _gl_cxxalias_dummy |
#define _GL_CXXALIAS_RPL_CAST_1 | ( | func, | |
rpl_func, | |||
rettype, | |||
parameters | |||
) | _GL_EXTERN_C int _gl_cxxalias_dummy |
#define _GL_CXXALIAS_SYS | ( | func, | |
rettype, | |||
parameters | |||
) | _GL_EXTERN_C int _gl_cxxalias_dummy |
#define _GL_CXXALIAS_SYS_CAST | ( | func, | |
rettype, | |||
parameters | |||
) | _GL_EXTERN_C int _gl_cxxalias_dummy |
#define _GL_CXXALIAS_SYS_CAST2 | ( | func, | |
rettype, | |||
parameters, | |||
rettype2, | |||
parameters2 | |||
) | _GL_EXTERN_C int _gl_cxxalias_dummy |
#define _GL_CXXALIASWARN | ( | func | ) | _GL_EXTERN_C int _gl_cxxalias_dummy |
#define _GL_CXXALIASWARN1 | ( | func, | |
rettype, | |||
parameters_and_attributes | |||
) | _GL_EXTERN_C int _gl_cxxalias_dummy |
#define _GL_CXXDEFS_H |
#define _GL_END_NAMESPACE |
#define _GL_EXTERN_C extern |
#define _GL_FCNTL_H |
#define _GL_FUNCDECL_RPL | ( | func, | |
rettype, | |||
parameters_and_attributes | |||
) | _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes) |
#define _GL_FUNCDECL_RPL_1 | ( | rpl_func, | |
rettype, | |||
parameters_and_attributes | |||
) | _GL_EXTERN_C rettype rpl_func parameters_and_attributes |
#define _GL_FUNCDECL_SYS | ( | func, | |
rettype, | |||
parameters_and_attributes | |||
) | _GL_EXTERN_C rettype func parameters_and_attributes |
#define _GL_WARN_EXTERN_C extern |
#define _GL_WARN_ON_USE | ( | function, | |
message | |||
) | _GL_WARN_EXTERN_C int _gl_warn_on_use |
#define _GL_WARN_ON_USE_CXX | ( | function, | |
rettype, | |||
parameters_and_attributes, | |||
msg | |||
) | _GL_WARN_EXTERN_C int _gl_warn_on_use |
#define AT_EACCESS 4 |
#define AT_FDCWD (-3041965) |
#define AT_REMOVEDIR 1 |
#define AT_SYMLINK_FOLLOW 2 |
#define AT_SYMLINK_NOFOLLOW 4096 |
#define F_DUPFD 1 |
#define F_DUPFD_CLOEXEC 0x40000000 |
#define F_GETFD 2 |
#define FD_CLOEXEC 1 |
#define GNULIB_defined_F_DUPFD_CLOEXEC 1 |
#define GNULIB_defined_O_CLOEXEC 1 |
#define O_BINARY 0 |
#define O_CLOEXEC 0x40000000 /* Try to not collide with system O_* flags. */ |
#define O_DIRECT 0 |
#define O_DIRECTORY 0 |
#define O_DSYNC 0 |
#define O_EXEC O_RDONLY /* This is often close enough in older systems. */ |
#define O_IGNORE_CTTY 0 |
#define O_NDELAY 0 |
#define O_NOATIME 0 |
#define O_NOCTTY 0 |
#define O_NOFOLLOW 0 |
Referenced by get_charset_aliases().
#define O_NOLINK 0 |
#define O_NOLINKS 0 |
#define O_NONBLOCK O_NDELAY |
#define O_NOTRANS 0 |
#define O_RSYNC 0 |
#define O_SEARCH O_RDONLY /* This is often close enough in older systems. */ |
#define O_SYNC 0 |
#define O_TEXT 0 |
#define O_TTY_INIT 0 |