dhcpd-pools
3.0
ISC dhcpd lease usage analyser
|
Go to the source code of this file.
Data Structures | |
struct | option |
Macros | |
#define | no_argument 0 |
#define | required_argument 1 |
#define | optional_argument 2 |
Functions | |
int | getopt_long (int ___argc, char *__getopt_argv_const *___argv, const char *__shortopts, const struct option *__longopts, int *__longind) __THROW _GL_ARG_NONNULL((2 |
int int | getopt_long_only (int ___argc, char *__getopt_argv_const *___argv, const char *__shortopts, const struct option *__longopts, int *__longind) __THROW _GL_ARG_NONNULL((2 |
#define no_argument 0 |
Referenced by parse_command_line_opts().
#define optional_argument 2 |
#define required_argument 1 |
Referenced by parse_command_line_opts().
int getopt_long | ( | int | ___argc, |
char *__getopt_argv_const * | ___argv, | ||
const char * | __shortopts, | ||
const struct option * | __longopts, | ||
int * | __longind | ||
) |
Referenced by parse_command_line_opts().
int int getopt_long_only | ( | int | ___argc, |
char *__getopt_argv_const * | ___argv, | ||
const char * | __shortopts, | ||
const struct option * | __longopts, | ||
int * | __longind | ||
) |