Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetopt_long.c91 #define FLAG_PERMUTE 0x01 /* permute non-options to the end of argv */ macro
494 flags &= ~FLAG_PERMUTE; in getopt_internal()
561 if (!(flags & FLAG_PERMUTE)) { in getopt_internal()
727 FLAG_PERMUTE in getopt_long()
748 FLAG_PERMUTE in getopt_long_only()