Home
last modified time | relevance | path

Searched refs:REQUIRE_ORDER (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dgetopt_int.h86 REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER enumerator
Dgetopt.c250 d->__ordering = REQUIRE_ORDER; in _getopt_initialize()
254 d->__ordering = REQUIRE_ORDER; in _getopt_initialize()
447 if (d->__ordering == REQUIRE_ORDER) in _getopt_internal_r()
/ndk/sources/host-tools/make-3.81/
Dgetopt.c184 REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER enumerator
405 ordering = REQUIRE_ORDER; in _getopt_initialize()
409 ordering = REQUIRE_ORDER; in _getopt_initialize()
592 if (ordering == REQUIRE_ORDER) in _getopt_internal()