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

  /external/grub/lib/
getopt.c 251 been skipped. `first_nonopt' is the index in ARGV of the first of them; variable
254 static int first_nonopt;
298 One subsequence is elements [first_nonopt,last_nonopt)
303 `first_nonopt' and `last_nonopt' are relocated so that they describe
314 int bottom = first_nonopt;
386 first_nonopt += (optind - last_nonopt);
405 first_nonopt = last_nonopt = optind;
553 /* Give FIRST_NONOPT & LAST_NONOPT rational values if OPTIND has been
557 if (first_nonopt > optind)
558 first_nonopt = optind
    [all...]
  /ndk/sources/host-tools/make-3.81/
getopt.c 243 been skipped. `first_nonopt' is the index in ARGV of the first of them;
246 static int first_nonopt;
289 One subsequence is elements [first_nonopt,last_nonopt)
294 `first_nonopt' and `last_nonopt' are relocated so that they describe
304 int bottom = first_nonopt;
376 first_nonopt += (optind - last_nonopt);
392 first_nonopt = last_nonopt = optind;
535 /* Give FIRST_NONOPT & LAST_NONOPT rational values if OPTIND has been
539 if (first_nonopt > optind)
540 first_nonopt = optind
244 static int first_nonopt; variable
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
gflags.cc 988 int first_nonopt = *argc; \/\/ for non-options moved to the end local
    [all...]
  /external/open-vcdiff/gflags/src/
gflags.cc 988 int first_nonopt = *argc; \/\/ for non-options moved to the end local
    [all...]

Completed in 1007 milliseconds