|
Rizin
unix-like reverse engineering framework and cli tools
|
#include <getopt_int.h>
Public Types | |
| enum | { REQUIRE_ORDER , PERMUTE , RETURN_IN_ORDER } |
Public Attributes | |
| 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 |
Definition at line 33 of file getopt_int.h.
| anonymous enum |
| Enumerator | |
|---|---|
| REQUIRE_ORDER | |
| PERMUTE | |
| RETURN_IN_ORDER | |
Definition at line 85 of file getopt_int.h.
| int _getopt_data::__first_nonopt |
Definition at line 101 of file getopt_int.h.
| int _getopt_data::__initialized |
Definition at line 46 of file getopt_int.h.
| int _getopt_data::__last_nonopt |
Definition at line 102 of file getopt_int.h.
| char* _getopt_data::__nextchar |
Definition at line 54 of file getopt_int.h.
| enum { ... } _getopt_data::__ordering |
| int _getopt_data::__posixly_correct |
Definition at line 92 of file getopt_int.h.
| char* _getopt_data::optarg |
Definition at line 41 of file getopt_int.h.
Referenced by _getopt_internal().
| int _getopt_data::opterr |
Definition at line 39 of file getopt_int.h.
Referenced by _getopt_internal().
| int _getopt_data::optind |
Definition at line 38 of file getopt_int.h.
Referenced by _getopt_internal().
| int _getopt_data::optopt |
Definition at line 40 of file getopt_int.h.
Referenced by _getopt_internal().