|
dhcpd-pools
3.0
ISC dhcpd lease usage analyser
|
#include <getopt_int.h>
Data Fields | |
| int | optind |
| int | opterr |
| int | optopt |
| char * | optarg |
| int | __initialized |
| char * | __nextchar |
| enum __ord | __ordering |
| int | __first_nonopt |
| int | __last_nonopt |
| int __first_nonopt |
Referenced by _getopt_initialize(), _getopt_internal_r(), and exchange().
| int __initialized |
Referenced by _getopt_initialize(), and _getopt_internal_r().
| int __last_nonopt |
Referenced by _getopt_initialize(), _getopt_internal_r(), and exchange().
| char* __nextchar |
Referenced by _getopt_initialize(), _getopt_internal_r(), and process_long_option().
| enum __ord __ordering |
Referenced by _getopt_initialize(), and _getopt_internal_r().
| char* optarg |
Referenced by _getopt_internal(), _getopt_internal_r(), and process_long_option().
| int opterr |
Referenced by _getopt_internal(), and _getopt_internal_r().
| int optind |
Referenced by _getopt_initialize(), _getopt_internal(), _getopt_internal_r(), exchange(), and process_long_option().
| int optopt |
Referenced by _getopt_internal(), _getopt_internal_r(), and process_long_option().
1.8.13