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

/external/libpcap/Win32/Src/
H A Dgetopt.c44 optopt, /* character checked for validity */ variable
82 if ((optopt = (int)*place++) == (int)':' ||
83 !(oli = strchr(ostr, optopt))) {
88 if (optopt == (int)'-')
94 "%s: illegal option -- %c\n", __progname, optopt);
112 __progname, optopt);
120 return (optopt); /* dump back option letter */
/external/tcpdump/win32/Src/
H A Dgetopt.c44 optopt, /* character checked for validity */ variable
78 if ((optopt = (int)*place++) == (int)':' ||
79 !(oli = strchr(ostr, optopt))) {
84 if (optopt == (int)'-')
90 "%s: illegal option -- %c\n", program_name, optopt);
108 program_name, optopt);
116 return (optopt); /* dump back option letter */
/external/chromium_org/third_party/mesa/src/src/getopt/
H A Dgetopt.h73 extern int optopt;
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/mesa3d/src/getopt/
H A Dgetopt.h73 extern int optopt;
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/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/bison/lib/
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_int.h76 int optopt;
75 int optopt; member in struct:_getopt_data
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/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
H A Dyasm-options.c163 char optbuf[100], optopt[100]; local
173 optopt[0] = 0;
185 sprintf(optopt, "--%s=<%s>", options[i].lopt,
188 strcat(optbuf, optopt);
199 sprintf(optopt, "--%s", options[i].lopt);
200 strcat(optbuf, optopt);
208 printf(" %-22s %s\n", optopt, gettext(options[i].description));
/external/tcpdump/win32/Include/
H A Dgetopt.h63 extern int optopt;
/external/e2fsprogs/include/nonunix/
H A Dgetopt.h60 extern GETOPT_VARIABLE int optopt;
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
H A Dtasm-options.c105 char optbuf[100], optopt[100]; local
112 optopt[0] = 0;
/external/fio/lib/
H A Dgetopt_long.c20 int optind = 0, opterr = 0, optopt = 0; variable
162 optopt = opt;
/external/sepolicy/tools/
H A Dcheck_seapp.c731 if (optopt == 'o' || optopt == 'p')
732 log_error("Option -%c requires an argument.\n", optopt);
733 else if (isprint (optopt))
734 log_error("Unknown option `-%c'.\n", optopt);
738 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/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/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/android-clat/
H A Dclatd.c502 logmsg(ANDROID_LOG_FATAL, "Unknown option -%c. Exiting.", (char) optopt);
/external/lldb/source/Interpreter/
H A DArgs.cpp1564 val = optopt;
/external/genext2fs/
H A Dgenext2fs.c2512 extern int optind, opterr, optopt;

Completed in 620 milliseconds