HomeSort by relevance Sort by last modified time
    Searched refs:optchr (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/libiberty/testsuite/
demangler-fuzzer.c 56 int optchr; local
62 optchr = getopt (argc, argv, "hs:m:t:");
63 switch (optchr)
83 while (optchr != -1);
  /external/wpa_supplicant_8/src/utils/
common.c 373 static int optchr = 1; local
376 if (optchr == 1) {
394 optopt = argv[optind][optchr];
397 if (argv[optind][++optchr] == '\0') {
398 optchr = 1;
406 optchr = 1;
407 if (argv[optind][optchr + 1]) {
409 optarg = &argv[optind++][optchr + 1];
419 if (argv[optind][++optchr] == '\0') {
420 optchr = 1
    [all...]

Completed in 150 milliseconds