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

123

/external/syslinux/utils/
H A Disohybrid.c369 errx(1, "option `-%c' takes an argument", optopt);
373 if (optopt)
374 errx(1, "invalid option `-%c', see --help", optopt);
/external/vboot_reference/futility/
H A Dcmd_sign.c862 if (optopt)
864 optopt);
871 fprintf(stderr, "Missing argument to -%c\n", optopt);
/external/android-clat/
H A Dclatd.c471 logmsg(ANDROID_LOG_FATAL, "Unknown option -%c. Exiting.", (char) optopt);
/external/ltp/testcases/kernel/io/ltp-aiodio/
H A Daiocp.c330 extern int optind, opterr, optopt;
/external/nos/host/generic/citadel/updater/
H A Dupdater.cpp970 if (optopt)
971 Error("Unrecognized options: -%c", optopt);
/external/vboot_reference/utility/
H A Dbmpblk_utility.cc735 prog_name, optopt);
740 prog_name, optopt);
/external/autotest/client/deps/nvmap_compactor/src/
H A Dnvmap_carveout_compactor.c776 printf("unknown option `\\x%x`.\n", optopt);
/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
/external/syslinux/com32/modules/
H A Dpxechn.c764 dprintf_pc_pa(" Got arg '%c'/'%c' addr %08X val %s\n", arg == '?' ? optopt : arg, arg, (unsigned int)optarg, optarg ? optarg : "");
/external/syslinux/com32/rosh/
H A Drosh.c250 optopt = 0;

Completed in 455 milliseconds

123