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

  /external/libusb/examples/getopt/
getopt.c 161 POSIXLY_CORRECT is defined, PERMUTE otherwise.
170 PERMUTE is the default. We permute the contents of ARGV as we scan,
188 REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER
422 ordering = PERMUTE;
500 The elements of ARGV aren't really const, because we permute them.
563 if (ordering == PERMUTE)
611 /* If we have come to a non-option and did not permute it,
  /toolchain/binutils/binutils-2.27/libiberty/
getopt.c 164 POSIXLY_CORRECT is defined, PERMUTE otherwise.
173 PERMUTE is the default. We permute the contents of ARGV as we scan,
191 REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER
433 ordering = PERMUTE;
511 The elements of ARGV aren't really const, because we permute them.
563 if (ordering == PERMUTE)
611 /* If we have come to a non-option and did not permute it,

Completed in 1181 milliseconds