|
libcdio-paranoia 10.2+2.0.0
|
#include <getopt_int.h>
Public Types | |
| enum | { REQUIRE_ORDER , PERMUTE , RETURN_IN_ORDER } |
Data Fields | |
| int | optind |
| int | opterr |
| int | optopt |
| char * | optarg |
| int | __initialized |
| char * | __nextchar |
| enum _getopt_data:: { ... } | __ordering |
| int | __posixly_correct |
| int | __first_nonopt |
| int | __last_nonopt |
| int _getopt_data::__first_nonopt |
Referenced by _getopt_internal_r().
| int _getopt_data::__initialized |
Referenced by _getopt_internal_r().
| int _getopt_data::__last_nonopt |
Referenced by _getopt_internal_r().
| char* _getopt_data::__nextchar |
Referenced by _getopt_internal_r().
| enum { ... } _getopt_data::__ordering |
Referenced by _getopt_internal_r().
| int _getopt_data::__posixly_correct |
| char* _getopt_data::optarg |
Referenced by _getopt_internal(), and _getopt_internal_r().
| int _getopt_data::opterr |
Referenced by _getopt_internal(), and _getopt_internal_r().
| int _getopt_data::optind |
Referenced by _getopt_internal(), and _getopt_internal_r().
| int _getopt_data::optopt |
Referenced by _getopt_internal(), and _getopt_internal_r().