HomeSort by relevance Sort by last modified time
    Searched full:first_nonopt (Results 1 - 8 of 8) 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/bison/lib/
getopt_int.h 103 been skipped. 'first_nonopt' is the index in ARGV of the first
getopt.c 138 One subsequence is elements [first_nonopt,last_nonopt)
143 'first_nonopt' and 'last_nonopt' are relocated so that they describe
390 /* Give FIRST_NONOPT & LAST_NONOPT rational values if OPTIND has been
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
getopt_int.h 98 been skipped. `first_nonopt' is the index in ARGV of the first
getopt.c 141 One subsequence is elements [first_nonopt,last_nonopt)
146 `first_nonopt' and `last_nonopt' are relocated so that they describe
389 /* Give FIRST_NONOPT & LAST_NONOPT rational values if OPTIND has been
  /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 200 milliseconds