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

  /external/libusb/examples/getopt/
getopt.c 254 been skipped. `first_nonopt' is the index in ARGV of the first of them; variable
257 static int first_nonopt;
294 One subsequence is elements [first_nonopt,last_nonopt)
299 `first_nonopt' and `last_nonopt' are relocated so that they describe
310 int bottom = first_nonopt;
382 first_nonopt += (optind - last_nonopt);
401 first_nonopt = last_nonopt = optind;
556 /* Give FIRST_NONOPT & LAST_NONOPT rational values if OPTIND has been
560 if (first_nonopt > optind)
561 first_nonopt = optind
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
getopt.c 260 been skipped. `first_nonopt' is the index in ARGV of the first of them; variable
263 static int first_nonopt;
307 One subsequence is elements [first_nonopt,last_nonopt)
312 `first_nonopt' and `last_nonopt' are relocated so that they describe
322 int bottom = first_nonopt;
394 first_nonopt += (optind - last_nonopt);
412 first_nonopt = last_nonopt = optind;
556 /* Give FIRST_NONOPT & LAST_NONOPT rational values if OPTIND has been
560 if (first_nonopt > optind)
561 first_nonopt = optind
    [all...]
  /external/gflags/src/
gflags.cc 1032 int first_nonopt = *argc; \/\/ for non-options moved to the end local
    [all...]

Completed in 202 milliseconds