Home
last modified time | relevance | path

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

/openbsd/gnu/usr.sbin/mkhybrid/src/
H A Dgetopt.c169 REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER enumerator
311 ordering = REQUIRE_ORDER;
315 ordering = REQUIRE_ORDER;
453 if (ordering == REQUIRE_ORDER)
/openbsd/gnu/usr.bin/cvs/lib/
H A Dgetopt.c159 REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER enumerator
306 ordering = REQUIRE_ORDER;
310 ordering = REQUIRE_ORDER;
445 if (ordering == REQUIRE_ORDER)
/openbsd/gnu/lib/libiberty/src/
H A Dgetopt.c190 REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER enumerator
424 ordering = REQUIRE_ORDER; in _getopt_initialize()
428 ordering = REQUIRE_ORDER; in _getopt_initialize()
612 if (ordering == REQUIRE_ORDER) in _getopt_internal()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash39.C11 enum OrderingEnum { REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER }; enumerator
/openbsd/gnu/usr.bin/texinfo/lib/
H A Dgetopt_int.h87 REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER enumerator
H A Dgetopt.c275 d->__ordering = REQUIRE_ORDER; in _getopt_initialize()
279 d->__ordering = REQUIRE_ORDER; in _getopt_initialize()
472 if (d->__ordering == REQUIRE_ORDER) in _getopt_internal_r()
/openbsd/gnu/usr.bin/perl/cpan/Getopt-Long/lib/Getopt/
H A DLong.pm36 our ($REQUIRE_ORDER, $PERMUTE, $RETURN_IN_ORDER);
38 ($REQUIRE_ORDER, $PERMUTE, $RETURN_IN_ORDER) = (0..2);
39 @EXPORT = qw(&GetOptions $REQUIRE_ORDER $PERMUTE $RETURN_IN_ORDER);
81 $order = $REQUIRE_ORDER;
1365 $order = $action ? $REQUIRE_ORDER : $PERMUTE;
1368 $order = $action ? $PERMUTE : $REQUIRE_ORDER;
/openbsd/gnu/usr.bin/cvs/src/
H A DChangeLog-93951434 * main.c: Add comment regarding getopt REQUIRE_ORDER.