Go to the source code of this file.
Macros | |
#define | BADCH (int)'?' |
#define | BADARG (int)':' |
#define | EMSG (char*)"" |
Functions | |
int | getopt (int nargc, char *const *nargv, const char *ostr) |
Variables | |
int | opterr = 1 |
int | optind = 1 |
int | optopt |
int | optreset |
char * | optarg |
Macro Definition Documentation
◆ BADARG
◆ BADCH
◆ EMSG
Function Documentation
◆ getopt()
Variable Documentation
◆ optarg
char* optarg |
Definition at line 51 of file getopt.c.
Referenced by CommandLine::forEachOption(), getopt(), CommandLine::hasOption(), main(), parseCommandline(), Ping::TheConfig::parseCommandOpts(), Transport::TheConfig::parseCommandOpts(), and process_options().
◆ opterr
int opterr = 1 |
Definition at line 47 of file getopt.c.
Referenced by getopt(), parseCommandline(), Ping::TheConfig::parseCommandOpts(), Transport::TheConfig::parseCommandOpts(), process_options(), and ResetGetopt().
◆ optind
int optind = 1 |
Definition at line 48 of file getopt.c.
Referenced by getopt(), main(), CommandLine::nextOption(), Ping::TheConfig::parseCommandOpts(), Transport::TheConfig::parseCommandOpts(), process_options(), and ResetGetopt().
◆ optopt
int optopt |
Definition at line 49 of file getopt.c.
Referenced by getopt(), main(), and process_options().