|
Squid Web Cache master
|
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 |
Definition at line 62 of file getopt.c.
References BADARG, BADCH, EMSG, NULL, optarg, opterr, optind, optopt, and optreset.
Referenced by main(), main(), process_options(), process_options(), process_options(), process_options(), and process_options().
| char* optarg |
Definition at line 51 of file getopt.c.
Referenced by CommandLine::forEachOption(), getopt(), CommandLine::hasOption(), main(), main(), process_options(), process_options(), and process_options().
| int opterr = 1 |
Definition at line 47 of file getopt.c.
Referenced by getopt(), process_options(), process_options(), process_options(), process_options(), and ResetGetopt().
| int optind = 1 |
Definition at line 48 of file getopt.c.
Referenced by getopt(), main(), main(), CommandLine::nextOption(), and ResetGetopt().
| int optopt |
Definition at line 49 of file getopt.c.
Referenced by getopt(), main(), process_options(), process_options(), process_options(), process_options(), and process_options().