ReactOS 0.4.16-dev-340-g0540c21
|
Go to the source code of this file.
Functions | |
void | GetoptReset (void) |
static char * | NextOption (const char *const ostr) |
int | Getopt (int nargc, const char **const nargv, const char *const ostr) |
Variables | |
int | gOptErr = 1 |
int | gOptInd = 1 |
int | gOptOpt |
const char * | gOptArg |
const char * | gOptPlace = kGetoptErrMsg |
Definition at line 42 of file getopt.c.
Referenced by DeleteCmd(), GetCmd(), LookupCmd(), main(), MkdirCmd(), MlsCmd(), OpenCmd(), PutCmd(), RmdirCmd(), SpoolGetCmd(), and SpoolPutCmd().
Definition at line 21 of file getopt.c.
Referenced by DeleteCmd(), GetCmd(), LookupCmd(), main(), MkdirCmd(), MlsCmd(), OpenCmd(), PreInit(), PutCmd(), RmdirCmd(), SpoolGetCmd(), and SpoolPutCmd().
Definition at line 31 of file getopt.c.
Referenced by BlAppendBootOptions(), BlGetBootOptionListSize(), ChooseGinaUI(), Getopt(), IsConsoleBoot(), IsConsoleShell(), IsLiveCD(), MiscGetBootOption(), and NtLdrGetNextOption().
Definition at line 16 of file getopt.c.
Referenced by Getopt(), main(), OpenCmd(), SpoolGetCmd(), and SpoolPutCmd().
int gOptInd = 1 |
Definition at line 14 of file getopt.c.
Referenced by DeleteCmd(), GetCmd(), Getopt(), GetoptReset(), LookupCmd(), main(), MkdirCmd(), MlsCmd(), OpenCmd(), PutCmd(), RmdirCmd(), SpoolGetCmd(), and SpoolPutCmd().
int gOptOpt |
Definition at line 15 of file getopt.c.
Referenced by Getopt(), and NextOption().
const char* gOptPlace = kGetoptErrMsg |
Definition at line 17 of file getopt.c.
Referenced by Getopt(), GetoptReset(), and NextOption().