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

123

/external/libpcap/missing/
H A Dgetopt.h5 extern int optind, opterr, optopt;
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/libinstaller/getopt/
H A Dgetopt.h20 extern int optind, opterr, optopt;
H A Dgetopt_long.c17 int optind, opterr, optopt; variable
147 optopt = opt;
/external/tcpdump/
H A Dgetopt_long.h64 extern int optind, opterr, optopt;
/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/vboot_reference/cgpt/
H A Dcmd_boot.c71 Error("unrecognized option: -%c\n", optopt);
75 Error("missing argument to -%c\n", optopt);
H A Dcmd_create.c63 Error("unrecognized option: -%c\n", optopt);
67 Error("missing argument to -%c\n", optopt);
H A Dcmd_legacy.c54 Error("unrecognized option: -%c\n", optopt);
58 Error("missing argument to -%c\n", optopt);
H A Dcmd_repair.c54 Error("unrecognized option: -%c\n", optopt);
58 Error("missing argument to -%c\n", optopt);
H A Dcmd_prioritize.c89 Error("unrecognized option: -%c\n", optopt);
93 Error("missing argument to -%c\n", optopt);
H A Dcmd_show.c98 Error("unrecognized option: -%c\n", optopt);
102 Error("missing argument to -%c\n", optopt);
/external/syslinux/com32/include/
H A Dunistd.h33 __extern int optind, opterr, optopt; variable
/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/gpxe/src/include/
H A Dgetopt.h55 extern int optopt;
/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/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/vboot_reference/futility/
H A Dcmd_pcr.c122 if (optopt)
124 optopt);
130 fprintf(stderr, "Missing argument to -%c\n", optopt);
H A Dcmd_load_fmap.c109 if (optopt)
111 optopt);
117 fprintf(stderr, "Missing argument to -%c\n", optopt);
/external/e2fsprogs/include/nonunix/
H A Dgetopt.h60 extern GETOPT_VARIABLE int optopt;
/external/libusb/examples/getopt/
H A Dgetopt.h70 extern int optopt;
122 missing arguments, `optopt' is set to the option letter, and '?' is
/external/ltp/testcases/kernel/mem/mtest07/
H A Dshm_test.c283 extern int optopt; /* options to the program */
292 OPT_MISSING(argv[0], optopt);
301 OPT_MISSING(argv[0], optopt);
/external/fio/oslib/
H A Dgetopt_long.c20 int optind = 0, opterr = 0, optopt = 0; variable
188 optopt = opt;

Completed in 450 milliseconds

123