Searched defs:optopt (Results 1 - 13 of 13) sorted by relevance

/external/bison/lib/
H A Dgetopt_int.h76 int optopt;
75 int optopt; member in struct:_getopt_data
H A Dgetopt.in.h63 # 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 Dgetopt.c94 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 Dgetopt.h64 # 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/marisa-trie/tools/
H A Dcmdopt.h40 int optopt; // Label of the last option. member in struct:cmdopt_t_
/external/marisa-trie/v0_1_5/tools/
H A Dcmdopt.h40 int optopt; // Label of the last option. member in struct:cmdopt_t_
/external/grub/lib/
H A Dgetopt.c157 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_8/hostapd/src/utils/
H A Dcommon.c249 int optopt; variable
275 optopt = argv[optind][optchr];
276 cp = os_strchr(optstring, optopt);
277 if (cp == NULL || optopt == ':') {
/external/wpa_supplicant_8/src/utils/
H A Dcommon.c249 int optopt; variable
275 optopt = argv[optind][optchr];
276 cp = os_strchr(optstring, optopt);
277 if (cp == NULL || optopt == ':') {
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.c249 int optopt; variable
275 optopt = argv[optind][optchr];
276 cp = os_strchr(optstring, optopt);
277 if (cp == NULL || optopt == ':') {
/external/ppp/pppd/
H A Doptions.c632 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);
/external/openssh/
H A Ddefines.h559 # undef optopt macro
565 # define optopt BSDoptopt macro
/external/netperf/
H A Dnetlib.c273 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 */

Completed in 302 milliseconds