Searched refs:optopt (Results 26 - 50 of 61) sorted by relevance

123

/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/ltp/testcases/kernel/mem/mem/
H A Dmem02.c77 extern int optopt; /* stores bad option passed to the program */
90 "an argument\n", argv[0], optopt);
/external/vboot_reference/cgpt/
H A Dcmd_add.c158 Error("unrecognized option: -%c\n", optopt);
162 Error("missing argument to -%c\n", optopt);
H A Dcmd_find.c143 Error("unrecognized option: -%c\n", optopt);
147 Error("missing argument to -%c\n", optopt);
/external/perf_data_converter/src/
H A Dperf_to_profile_lib.cc66 LOG(ERROR) << "Invalid option: " << static_cast<char>(optopt);
/external/ltp/testcases/kernel/mem/mtest06/
H A Dmmap1.c310 OPT_MISSING(argv[0], optopt);
318 OPT_MISSING(argv[0], optopt);
330 OPT_MISSING(argv[0], optopt);
/external/vboot_reference/futility/
H A Dcmd_create.c325 if (optopt)
327 optopt);
333 fprintf(stderr, "Missing argument to -%c\n", optopt);
H A Dfutility.c326 if (optopt)
328 optopt);
335 fprintf(stderr, "Missing argument to -%c\n", optopt);
H A Dcmd_gbb_utility.c415 if (optopt)
418 optopt);
432 optopt, argv[optind - 1]);
436 optopt);
H A Dcmd_show.c655 if (optopt)
657 optopt);
663 fprintf(stderr, "Missing argument to -%c\n", optopt);
H A Dcmd_dump_fmap.c447 progname, optopt);
452 progname, optopt);
/external/ltp/testcases/kernel/sched/tool/
H A Dtrace_sched.c326 OPT_MISSING(argv[0], optopt);
355 OPT_MISSING(argv[0], optopt);
/external/vboot_reference/utility/
H A Dload_kernel_test.c115 fprintf(stderr, "Unrecognized switch: -%c\n", optopt);
119 fprintf(stderr, "Missing argument to -%c\n", optopt);
/external/harfbuzz_ng/util/
H A Dhb-fc-list.c66 extern int optind, opterr, optopt;
/external/libdrm/tests/vbltest/
H A Dvbltest.c51 extern int optind, opterr, optopt;
/external/ltp/testcases/realtime/include/
H A Dlibrttest.h64 extern int optind, opterr, optopt;
/external/ltp/testcases/realtime/lib/
H A Dlibrttest.c189 if (optopt == '-')
193 optopt);
197 if (optopt == '-')
201 optopt);
/external/syslinux/libinstaller/
H A Dsyslxopt.c226 fprintf(stderr, "%s: Unknown option: -%c\n", program, optopt);
/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/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/f2fs-tools/fsck/
H A Dmain.c233 if (optopt == 'p') {
238 option = optopt;
244 option = optopt;
/external/nos/host/android/manual_tests/
H A Dtest_citadel.c1006 if (optopt)
1007 Error("Unrecognized option: -%c", optopt);
/external/ltp/testcases/kernel/mem/mtest05/
H A Dmmstress.c688 argv[0], optopt);

Completed in 712 milliseconds

123