ReactOS 0.4.16-dev-92-g0c2cdca
|
#include "precomp.h"
Go to the source code of this file.
Macros | |
#define | BADCH (int)'?' |
#define | EMSG "" |
Functions | |
int | getopt (int nargc, char *const *nargv, const char *ostr) |
Variables | |
int | opterr = 1 |
int | optind = 1 |
int | optopt |
const char * | optarg |
Definition at line 55 of file getopt.c.
Referenced by main(), and optionParse().
Definition at line 49 of file getopt.c.
Referenced by _getopt_internal(), check_option(), cliprdr_set_mode(), disk_enum_devices(), getopt(), getopt_internal(), getopt_long(), main(), optionParse(), parallel_enum_devices(), printer_enum_devices(), TConfig::Process_Params(), serial_enum_devices(), and ui_clip_set_mode().
int opterr = 1 |
Definition at line 46 of file getopt.c.
Referenced by _getopt_internal(), and getopt().
int optind = 1 |
Definition at line 47 of file getopt.c.
Referenced by _getopt_internal(), getopt(), getopt_internal(), getopt_long(), main(), and TConfig::Process_Params().
int optopt |
Definition at line 48 of file getopt.c.
Referenced by _getopt_internal(), check_option(), getopt(), getopt_internal(), and getopt_long().