Searched defs:optarg (Results 1 – 20 of 20) sorted by relevance
46 char *optarg; /* argument associated with option */ variable
19 char *optarg = NULL; variable
76 char *optarg; member
71 # define optarg __GETOPT_ID (optarg) macro
67 char *optarg; variable
39 char *optarg; // Argument of the last option. member
72 # define optarg __GETOPT_ID (optarg) macro
142 ParseOption (int short_option, const char* optarg) in ParseOption()
78 ParseOption (int short_option, const char* optarg) in ParseOption()
79 char *optarg; /* argument associated with option */ variable
62 char *optarg; /* argument associated with option */ variable
427 parse_int(const char *optarg, char opt, int min, int max) in parse_int()
44 short optarg; /* optional argument */ member
369 char *optarg; variable
587 # define optarg BSDoptarg macro
275 *optarg; /* argument associated with option */ variable
965 const char *optarg; member
21439 const char *optarg, *p1, *r1; in parse_args() local