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

  /external/bison/lib/
getopt_int.h 61 POSIXLY_CORRECT is defined, PERMUTE otherwise.
70 PERMUTE is the default. We permute the contents of ARGV as we
88 REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER
  /ndk/sources/host-tools/sed-4.2.1/lib/
getopt_int.h 60 POSIXLY_CORRECT is defined, PERMUTE otherwise.
69 PERMUTE is the default. We permute the contents of ARGV as we
87 REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER
  /external/grub/lib/
getopt.c 163 POSIXLY_CORRECT is defined, PERMUTE otherwise.
172 PERMUTE is the default. We permute the contents of ARGV as we scan,
190 REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER
426 ordering = PERMUTE;
504 The elements of ARGV aren't really const, because we permute them.
560 if (ordering == PERMUTE)
608 /* If we have come to a non-option and did not permute it,
  /ndk/sources/host-tools/make-3.81/
getopt.c 157 POSIXLY_CORRECT is defined, PERMUTE otherwise.
166 PERMUTE is the default. We permute the contents of ARGV as we scan,
184 REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER
413 ordering = PERMUTE;
491 The elements of ARGV aren't really const, because we permute them.
542 if (ordering == PERMUTE)
590 /* If we have come to a non-option and did not permute it,

Completed in 171 milliseconds