Go to the source code of this file.
Macros | |
#define | BADARG (int)':' |
#define | BADCH (int)'?' |
#define | EMSG (char *)"" |
Functions | |
int | ares_getopt (int nargc, char *const nargv[], const char *ostr) |
Variables | |
char * | optarg |
int | opterr = 1 |
int | optind = 1 |
int | optopt = 0 |
static int | optreset |
#define BADARG (int)':' |
Definition at line 58 of file ares_getopt.c.
#define BADCH (int)'?' |
Definition at line 57 of file ares_getopt.c.
#define EMSG (char *)"" |
Definition at line 59 of file ares_getopt.c.
Definition at line 66 of file ares_getopt.c.
char* optarg |
Definition at line 55 of file ares_getopt.c.
int opterr = 1 |
Definition at line 51 of file ares_getopt.c.
int optind = 1 |
Definition at line 52 of file ares_getopt.c.
int optopt = 0 |
Definition at line 53 of file ares_getopt.c.
|
static |
Definition at line 54 of file ares_getopt.c.