/external/c-ares/ |
H A D | ares_getopt.h | 39 #undef optopt macro 45 #define optopt ares_optopt macro 51 extern int optopt;
|
H A D | ares_getopt.c | 53 int optopt = 0; /* character checked for validity */ variable 83 if ((optopt = (int)*place++) == (int)':' || 84 (oli = strchr(ostr, optopt)) == NULL) { 89 if (optopt == (int)'-') 95 "%s: illegal option -- %c\n", __FILE__, optopt); 113 __FILE__, optopt); 121 return (optopt); /* dump back option letter */
|
/external/syslinux/com32/include/ |
H A D | unistd.h | 33 __extern int optind, opterr, optopt; variable
|
/external/libpcap/missing/ |
H A D | getopt.c | 46 optopt, /* character checked for validity */ variable 87 if ((optopt = (int)*place++) == (int)':' || 88 !(oli = strchr(ostr, optopt))) { 93 if (optopt == (int)'-') 99 "%s: illegal option -- %c\n", __progname, optopt); 117 __progname, optopt); 125 return (optopt); /* dump back option letter */
|
/external/syslinux/com32/lib/ |
H A D | getopt.c | 12 int optind, opterr, optopt; variable 92 optopt = opt;
|
H A D | getopt_long.c | 17 int optind, opterr, optopt; variable 147 optopt = opt;
|
/external/bison/lib/ |
H A D | getopt_int.h | 76 int optopt; 75 int optopt; member in struct:_getopt_data
|
H A D | getopt.in.h | 63 # undef optopt macro 74 # define optopt __GETOPT_ID (optopt) macro 160 extern int optopt; 211 missing arguments, 'optopt' is set to the option letter, and '?' is
|
H A D | getopt.c | 94 int optopt = '?'; 594 d->optopt = 0; 674 d->optopt = pfound->val; 713 d->optopt = pfound->val; 784 d->optopt = 0; 832 d->optopt = c; 886 d->optopt = c; 1114 d->optopt = c; 1147 optopt = getopt_data.optopt; 93 int optopt = '?'; variable [all...] |
/external/bison/darwin-lib/ |
H A D | getopt.h | 64 # undef optopt macro 75 # define optopt __GETOPT_ID (optopt) macro 171 extern int optopt; 222 missing arguments, 'optopt' is set to the option letter, and '?' is
|
/external/fio/oslib/ |
H A D | getopt_long.c | 20 int optind = 0, opterr = 0, optopt = 0; variable 188 optopt = opt;
|
/external/syslinux/gpxe/src/core/ |
H A D | getopt.c | 59 * character is stored in @c optopt. 61 int optopt; variable 250 optopt = '?'; 270 optopt = *opttext; 271 printf ( "Unrecognised option \"-%c\"\n", optopt );
|
/external/syslinux/libinstaller/getopt/ |
H A D | getopt_long.c | 17 int optind, opterr, optopt; variable 147 optopt = opt;
|
/external/libusb/examples/getopt/ |
H A D | getopt.c | 155 int optopt = '?'; 694 optopt = 0; 726 optopt = pfound->val; 741 optopt = pfound->val; 776 optopt = 0; 803 optopt = c; 833 optopt = c; 963 optopt = c; 154 int optopt = '?'; variable
|
/external/mesa3d/src/getopt/ |
H A D | getopt_long.c | 60 int optopt = '?'; /* character checked for validity */ variable 203 optopt = 0; 214 * XXX: GNU sets optopt to val regardless of flag 217 optopt = long_options[match].val; 219 optopt = 0; 244 * XXX: GNU sets optopt to val regardless of flag 247 optopt = long_options[match].val; 249 optopt = 0; 260 optopt = 0; 422 optopt [all...] |
/external/openssh/openbsd-compat/ |
H A D | getopt_long.c | 59 * getopt opterr optind optopt optreset optarg are all in defines.h which is 77 int optopt = '?'; /* character checked for validity */ variable 220 optopt = 0; 231 * XXX: GNU sets optopt to val regardless of flag 234 optopt = long_options[match].val; 236 optopt = 0; 261 * XXX: GNU sets optopt to val regardless of flag 264 optopt = long_options[match].val; 266 optopt = 0; 277 optopt [all...] |
/external/tcpdump/missing/ |
H A D | getopt_long.c | 83 int optind, opterr = 1, optopt; variable 266 optopt = 0; 280 * XXX: GNU sets optopt to val regardless of flag 283 optopt = long_options[match].val; 285 optopt = 0; 317 * XXX: GNU sets optopt to val regardless of flag 320 optopt = long_options[match].val; 322 optopt = 0; 337 optopt = 0; 518 optopt [all...] |
/external/ppp/pppd/ |
H A D | options.c | 658 char *optopt = (opt->type == o_wild)? "": " option"; local 672 opt->name, optopt, mainopt->source); 679 opt->name, optopt, option_source); 684 opt->name, optopt); 689 opt->name, optopt); 693 option_error("%s%s is disabled", opt->name, optopt); 698 opt->name, optopt, option_source);
|
/external/wpa_supplicant_8/hostapd/src/utils/ |
H A D | common.c | 368 int optopt; variable 394 optopt = argv[optind][optchr]; 395 cp = os_strchr(optstring, optopt); 396 if (cp == NULL || optopt == ':') {
|
/external/wpa_supplicant_8/src/utils/ |
H A D | common.c | 368 int optopt; variable 394 optopt = argv[optind][optchr]; 395 cp = os_strchr(optstring, optopt); 396 if (cp == NULL || optopt == ':') {
|
/external/wpa_supplicant_8/wpa_supplicant/src/utils/ |
H A D | common.c | 368 int optopt; variable 394 optopt = argv[optind][optchr]; 395 cp = os_strchr(optstring, optopt); 396 if (cp == NULL || optopt == ':') {
|
/external/openssh/ |
H A D | defines.h | 589 # undef optopt macro 595 # define optopt BSDoptopt macro
|
/external/netperf/src/ |
H A D | netlib.c | 275 optopt; /* character checked for validity */ variable 362 (NULL != program) ? program : "getopt", pch, optopt); 385 if ((optopt = (int)*place++) == (int)':' 386 || !(oli = strchr(ostr, optopt))) { 413 return optopt; /* return option letter */
|
/external/syslinux/lzo/src/ |
H A D | lzo_supp.h | 1270 int optopt; member in struct:lzo_getopt_t 2391 g->optopt = -1; 2443 if (g->optopt == -1) 2444 g->optopt = g->bad_option; 2543 g->optopt = c; 2558 g->optopt = c;
|
H A D | miniacc.h | 4038 int optopt; member in struct:acc_getopt_t
|