|
dhcpd-pools
3.0
ISC dhcpd lease usage analyser
|

Go to the source code of this file.
Functions | |
| int | getopt (int ___argc, char *const *___argv, const char *__shortopts) __THROW _GL_ARG_NONNULL((2 |
Variables | |
| __BEGIN_DECLS char * | optarg |
| int | optind |
| int | opterr |
| int | optopt |
| int getopt | ( | int | ___argc, |
| char *const * | ___argv, | ||
| const char * | __shortopts | ||
| ) |
| __BEGIN_DECLS char* optarg |
Referenced by _getopt_internal(), _getopt_long_only_r(), parse_command_line_opts(), and return_limit().
| int opterr |
Referenced by _getopt_internal().
| int optind |
Referenced by _getopt_internal(), and _getopt_long_only_r().
| int optopt |
Referenced by _getopt_internal().
1.8.13