/external/bison/lib/ |
getopt_int.h | 41 int optopt; 40 int optopt; member in struct:_getopt_data
|
getopt_.h | 45 # undef optopt macro 55 # define optopt __GETOPT_ID (optopt) macro 137 extern int optopt; 185 missing arguments, `optopt' is set to the option letter, and '?' is
|
getopt.c | 102 int optopt = '?'; 557 d->optopt = 0; 630 d->optopt = pfound->val; 669 d->optopt = pfound->val; 740 d->optopt = 0; 801 d->optopt = c; 852 d->optopt = c; 1074 d->optopt = c; 1106 optopt = getopt_data.optopt; 101 int optopt = '?'; variable [all...] |
/ndk/sources/host-tools/sed-4.2.1/lib/ |
getopt_int.h | 40 int optopt; 39 int optopt; member in struct:_getopt_data
|
getopt.in.h | 44 # undef optopt macro 54 # define optopt __GETOPT_ID (optopt) macro 136 extern int optopt; 184 missing arguments, `optopt' is set to the option letter, and '?' is
|
getopt.c | 97 int optopt = '?'; 552 d->optopt = 0; 625 d->optopt = pfound->val; 664 d->optopt = pfound->val; 735 d->optopt = 0; 796 d->optopt = c; 847 d->optopt = c; 1069 d->optopt = c; 1101 optopt = getopt_data.optopt; 96 int optopt = '?'; variable [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
common.c | 201 int optopt; variable 227 optopt = argv[optind][optchr]; 228 cp = os_strchr(optstring, optopt); 229 if (cp == NULL || optopt == ':') {
|
/external/wpa_supplicant_8/src/utils/ |
common.c | 255 int optopt; variable 281 optopt = argv[optind][optchr]; 282 cp = os_strchr(optstring, optopt); 283 if (cp == NULL || optopt == ':') {
|
/bionic/libc/unistd/ |
getopt_long.c | 71 int optopt = '?'; /* character checked for validity */ variable 216 optopt = 0; 228 * XXX: GNU sets optopt to val regardless of flag 231 optopt = long_options[match].val; 233 optopt = 0; 259 * XXX: GNU sets optopt to val regardless of flag 262 optopt = long_options[match].val; 264 optopt = 0; 275 optopt = 0; 437 optopt = optchar [all...] |
/external/grub/lib/ |
getopt.c | 157 int optopt = '?'; 688 optopt = 0; 719 optopt = pfound->val; 734 optopt = pfound->val; 769 optopt = 0; 796 optopt = c; 826 optopt = c; 956 optopt = c; 156 int optopt = '?'; variable
|
/external/wpa_supplicant/ |
common.c | 497 int optopt; variable 523 optopt = argv[optind][optchr]; 524 cp = os_strchr(optstring, optopt); 525 if (cp == NULL || optopt == ':') {
|
/external/ppp/pppd/ |
options.c | 632 char *optopt = (opt->type == o_wild)? "": " option"; local 646 opt->name, optopt, mainopt->source); 653 opt->name, optopt, option_source); 658 opt->name, optopt); 663 opt->name, optopt); 667 option_error("%s%s is disabled", opt->name, optopt); 672 opt->name, optopt, option_source); [all...] |
/external/netperf/ |
netlib.c | 273 optopt; /* character checked for validity */ variable 348 (NULL != program) ? program : "getopt", pch, optopt); 371 if ((optopt = (int)*place++) == (int)':' 372 || !(oli = strchr(ostr, optopt))) { 399 return optopt; /* return option letter */ [all...] |