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

/external/c-ares/
H A Dares_getopt.h39 #undef optopt macro
45 #define optopt ares_optopt macro
51 extern int optopt;
H A Dares_getopt.c53 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 Dunistd.h33 __extern int optind, opterr, optopt; variable
/external/libpcap/missing/
H A Dgetopt.c46 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 Dgetopt.c12 int optind, opterr, optopt; variable
92 optopt = opt;
H A Dgetopt_long.c17 int optind, opterr, optopt; variable
147 optopt = opt;
/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/fio/oslib/
H A Dgetopt_long.c20 int optind = 0, opterr = 0, optopt = 0; variable
188 optopt = opt;
/external/syslinux/gpxe/src/core/
H A Dgetopt.c59 * 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 Dgetopt_long.c17 int optind, opterr, optopt; variable
147 optopt = opt;
/external/libusb/examples/getopt/
H A Dgetopt.c155 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 Dgetopt_long.c60 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 Dgetopt_long.c59 * 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 Dgetopt_long.c83 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 Doptions.c658 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 Dcommon.c368 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 Dcommon.c368 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 Dcommon.c368 int optopt; variable
394 optopt = argv[optind][optchr];
395 cp = os_strchr(optstring, optopt);
396 if (cp == NULL || optopt == ':') {
/external/openssh/
H A Ddefines.h589 # undef optopt macro
595 # define optopt BSDoptopt macro
/external/netperf/src/
H A Dnetlib.c275 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 Dlzo_supp.h1270 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 Dminiacc.h4038 int optopt; member in struct:acc_getopt_t

Completed in 728 milliseconds