HomeSort by relevance Sort by last modified time
    Searched full:last_nonopt (Results 1 - 7 of 7) sorted by null

  /external/grub/lib/
getopt.c 252 `last_nonopt' is the index after the last of them. */ variable
255 static int last_nonopt;
298 One subsequence is elements [first_nonopt,last_nonopt)
300 The other is elements [last_nonopt,optind), which contains all
303 `first_nonopt' and `last_nonopt' are relocated so that they describe
315 int middle = last_nonopt;
386 first_nonopt += (optind - last_nonopt);
387 last_nonopt = optind;
405 first_nonopt = last_nonopt = optind;
553 /* Give FIRST_NONOPT & LAST_NONOPT rational values if OPTIND has bee
    [all...]
  /ndk/sources/host-tools/make-3.81/
getopt.c 244 `last_nonopt' is the index after the last of them. */
247 static int last_nonopt;
289 One subsequence is elements [first_nonopt,last_nonopt)
291 The other is elements [last_nonopt,optind), which contains all
294 `first_nonopt' and `last_nonopt' are relocated so that they describe
305 int middle = last_nonopt;
376 first_nonopt += (optind - last_nonopt);
377 last_nonopt = optind;
392 first_nonopt = last_nonopt = optind;
535 /* Give FIRST_NONOPT & LAST_NONOPT rational values if OPTIND has bee
245 static int last_nonopt; variable
    [all...]
  /external/bison/lib/
getopt_int.h 100 of them; `last_nonopt' is the index after the last of them. */
getopt.c 146 One subsequence is elements [first_nonopt,last_nonopt)
148 The other is elements [last_nonopt,optind), which contains all
151 `first_nonopt' and `last_nonopt' are relocated so that they describe
394 /* Give FIRST_NONOPT & LAST_NONOPT rational values if OPTIND has been
  /ndk/sources/host-tools/sed-4.2.1/lib/
getopt_int.h 99 of them; `last_nonopt' is the index after the last of them. */
getopt.c 141 One subsequence is elements [first_nonopt,last_nonopt)
143 The other is elements [last_nonopt,optind), which contains all
146 `first_nonopt' and `last_nonopt' are relocated so that they describe
389 /* Give FIRST_NONOPT & LAST_NONOPT rational values if OPTIND has been
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/lib/
libiberty.a     [all...]

Completed in 299 milliseconds