Home
last modified time | relevance | path

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

/external/bison/lib/
Dgetopt_.h45 # undef optopt
55 # define optopt __GETOPT_ID (optopt) macro
137 extern int optopt;
Dgetopt.c101 int optopt = '?'; variable
553 d->optopt = 0; in _getopt_internal_r()
626 d->optopt = pfound->val; in _getopt_internal_r()
665 d->optopt = pfound->val; in _getopt_internal_r()
736 d->optopt = 0; in _getopt_internal_r()
797 d->optopt = c; in _getopt_internal_r()
848 d->optopt = c; in _getopt_internal_r()
1070 d->optopt = c; in _getopt_internal_r()
1102 optopt = getopt_data.optopt; in _getopt_internal()
Dgetopt_int.h40 int optopt; member
/external/grub/lib/
Dgetopt.c156 int optopt = '?'; variable
684 optopt = 0;
715 optopt = pfound->val;
730 optopt = pfound->val;
765 optopt = 0;
792 optopt = c;
822 optopt = c;
952 optopt = c;
Dgetopt.h58 extern int optopt;
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
Dcommon.c201 int optopt; variable
227 optopt = argv[optind][optchr]; in getopt()
228 cp = os_strchr(optstring, optopt); in getopt()
229 if (cp == NULL || optopt == ':') { in getopt()
/external/wpa_supplicant/
Dcommon.c497 int optopt; variable
523 optopt = argv[optind][optchr]; in getopt()
524 cp = os_strchr(optstring, optopt); in getopt()
525 if (cp == NULL || optopt == ':') { in getopt()
/external/ppp/pppd/
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/e2fsprogs/include/nonunix/
Dgetopt.h60 extern GETOPT_VARIABLE int optopt;
/external/netperf/
Dnetlib.c273 optopt; /* character checked for validity */ variable
345 (NULL != program) ? program : "getopt", pch, optopt); in error()
368 if ((optopt = (int)*place++) == (int)':' in getopt()
369 || !(oli = strchr(ostr, optopt))) { in getopt()
396 return optopt; /* return option letter */ in getopt()
Dnetlib.h413 extern int optopt; /* */
/external/netcat/
Dnetcat.c1309 extern int optind, optopt;
/external/genext2fs/
Dgenext2fs.c2511 extern int optind, opterr, optopt;