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

  /external/bison/lib/
getopt_int.h 37 the default is REQUIRE_ORDER if the environment variable
40 REQUIRE_ORDER means don't recognize them as options;
65 REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER
getopt.c 251 d->__ordering = REQUIRE_ORDER;
255 d->__ordering = REQUIRE_ORDER;
324 See the comments about RETURN_IN_ORDER and REQUIRE_ORDER, above.
452 if (d->__ordering == REQUIRE_ORDER)
    [all...]
  /ndk/sources/host-tools/make-3.81/
getopt.c 156 the default is REQUIRE_ORDER if the environment variable
159 REQUIRE_ORDER means don't recognize them as options;
184 REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER
407 ordering = REQUIRE_ORDER;
411 ordering = REQUIRE_ORDER;
480 See the comments about RETURN_IN_ORDER and REQUIRE_ORDER, above.
595 if (ordering == REQUIRE_ORDER)
  /toolchain/binutils/binutils-2.25/libiberty/
getopt.c 163 the default is REQUIRE_ORDER if the environment variable
166 REQUIRE_ORDER means don't recognize them as options;
191 REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER
427 ordering = REQUIRE_ORDER;
431 ordering = REQUIRE_ORDER;
500 See the comments about RETURN_IN_ORDER and REQUIRE_ORDER, above.
616 if (ordering == REQUIRE_ORDER)

Completed in 290 milliseconds