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

/external/bison/lib/
H A Dgetopt_.h45 # 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
H A Dgetopt_int.h41 int optopt;
40 int optopt; member in struct:_getopt_data
H A Dgetopt.c102 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...]
/external/grub/lib/
H A Dgetopt.h58 extern int optopt;
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/e2fsprogs/include/nonunix/
H A Dgetopt.h60 extern GETOPT_VARIABLE int optopt;
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
H A Dcommon.c201 int optopt; variable
227 optopt = argv[optind][optchr];
228 cp = os_strchr(optstring, optopt);
229 if (cp == NULL || optopt == ':') {
/external/wpa_supplicant/
H A Dcommon.c497 int optopt; variable
523 optopt = argv[optind][optchr];
524 cp = os_strchr(optstring, optopt);
525 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/netperf/
H A Dnetlib.h413 extern int optopt; /* */
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 */
/external/netcat/
H A Dnetcat.c1309 extern int optind, optopt;
1399 /* optarg, optind = next-argv-component [i.e. flag arg]; optopt = last-char */
/external/genext2fs/
H A Dgenext2fs.c2511 extern int optind, opterr, optopt;

Completed in 282 milliseconds