Home
last modified time | relevance | path

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

/bionic/libc/unistd/
Dgetopt_long.c78 #define FLAG_PERMUTE 0x01 /* permute non-options to the end of argv */ macro
309 flags &= ~FLAG_PERMUTE; in getopt_internal()
357 if (!(flags & FLAG_PERMUTE)) { in getopt_internal()
474 } else if (!(flags & FLAG_PERMUTE)) { in getopt_internal()
523 FLAG_PERMUTE)); in getopt_long()
536 FLAG_PERMUTE|FLAG_LONGONLY)); in getopt_long_only()