Searched refs:ordering (Results 1 – 4 of 4) sorted by relevance
194 GETOPT_ORDERING_T ordering = PERMUTE; in getopt_internal() local227 ordering = (*shortopts == '-') ? RETURN_IN_ORDER : REQUIRE_ORDER; in getopt_internal()231 ordering = (getenv ("POSIXLY_CORRECT") != 0) ? REQUIRE_ORDER : PERMUTE; in getopt_internal()246 switch (ordering) in getopt_internal()439 if (ordering == PERMUTE && data->optwhere == 1 && data->num_nonopts != 0) in getopt_internal()
414 # ordering of the alternativny variant that is preferred by many Russian users.
422 re-ordering code and causing incorrect exception generation.
261 ordering of the alternative variant that is preferred by many Russian users.