|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <getopt.h>

Public Attributes | |
| WCHAR * | name |
| int | has_arg |
| int * | flag |
| int | val |
| const char * | name |
| int * option::flag |
Definition at line 114 of file getopt.h.
Referenced by _getopt_internal(), and process_long_option().
| int option::has_arg |
Definition at line 113 of file getopt.h.
Referenced by _getopt_internal(), getopt_long(), and process_long_option().
Definition at line 110 of file getopt.h.
Referenced by _getopt_internal(), dhcp_option_ev_name(), and process_long_option().
| int option::val |
Definition at line 115 of file getopt.h.
Referenced by _getopt_internal(), and process_long_option().