HomeSort by relevance Sort by last modified time
    Searched refs:optopt (Results 51 - 75 of 87) sorted by null

1 23 4

  /device/linaro/bootloader/edk2/StdLib/Include/
unistd.h 160 extern int optopt;
  /external/harfbuzz_ng/util/
hb-fc-list.c 66 extern int optind, opterr, optopt;
  /external/libdrm/tests/vbltest/
vbltest.c 51 extern int optind, opterr, optopt;
  /external/ltp/testcases/realtime/include/
librttest.h 64 extern int optind, opterr, optopt;
  /external/ltp/testcases/realtime/lib/
librttest.c 189 if (optopt == '-')
193 optopt);
197 if (optopt == '-')
201 optopt);
  /external/syslinux/libinstaller/
syslxopt.c 226 fprintf(stderr, "%s: Unknown option: -%c\n", program, optopt);
  /external/wpa_supplicant_8/src/utils/
common.c 368 int optopt; variable
394 optopt = argv[optind][optchr];
395 cp = os_strchr(optstring, optopt);
396 if (cp == NULL || optopt == ':') {
  /device/linaro/bootloader/edk2/AppPkg/Applications/OrderedCollectionTest/
OrderedCollectionTest.c 483 // The current "compatibility" getopt() implementation doesn't support optopt,
490 "help\n", ArgV[0], optopt);
495 optopt);
  /frameworks/native/opengl/tests/hwc/
hwcColorEquiv.cpp 255 exit(((optopt == 0) || (optopt == '?')) ? 0 : 5);
hwcRects.cpp 232 exit(((optopt == 0) || (optopt == '?')) ? 0 : 2);
hwcStress.cpp 356 exit(((optopt == 0) || (optopt == '?')) ? 0 : 11);
  /system/sepolicy/tools/
check_seapp.c 964 if (optopt == 'o' || optopt == 'p')
965 log_error("Option -%c requires an argument.\n", optopt);
966 else if (isprint (optopt))
967 log_error("Unknown option `-%c'.\n", optopt);
971 optopt);
  /external/ppp/pppd/
options.c 658 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);
    [all...]
  /external/f2fs-tools/fsck/
main.c 233 if (optopt == 'p') {
238 option = optopt;
244 option = optopt;
  /external/vboot_reference/futility/
cmd_show.c 655 if (optopt)
657 optopt);
663 fprintf(stderr, "Missing argument to -%c\n", optopt);
cmd_dump_fmap.c 447 progname, optopt);
452 progname, optopt);
cmd_sign.c 862 if (optopt)
864 optopt);
871 fprintf(stderr, "Missing argument to -%c\n", optopt);
  /external/nos/host/android/manual_tests/
test_citadel.c 1006 if (optopt)
1007 Error("Unrecognized option: -%c", optopt);
  /external/ltp/testcases/kernel/mem/mtest05/
mmstress.c 688 argv[0], optopt);
  /frameworks/base/tests/touchlag/
touchlag.cpp 211 extern int optopt;
  /external/syslinux/utils/
isohybrid.c 369 errx(1, "option `-%c' takes an argument", optopt);
373 if (optopt)
374 errx(1, "invalid option `-%c', see --help", optopt);
  /bionic/tests/headers/posix/
unistd_h.c 382 i = optopt;
  /external/android-clat/
clatd.c 471 logmsg(ANDROID_LOG_FATAL, "Unknown option -%c. Exiting.", (char) optopt);
  /external/ltp/testcases/kernel/io/ltp-aiodio/
aiocp.c 330 extern int optind, opterr, optopt;
  /system/extras/ksmutils/
ksminfo.c 105 fprintf(stderr, "unknown option: %c\n", optopt);

Completed in 558 milliseconds

1 23 4