ReactOS 0.4.16-dev-401-g45b008d
|
#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(), process_long_option(), and set_target().
int option::val |
Definition at line 115 of file getopt.h.
Referenced by _getopt_internal(), and process_long_option().