Home
last modified time | relevance | path

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

/external/tcpdump/missing/
Dgetopt_long.c64 #define FLAG_PERMUTE 0x01 /* permute non-options to the end of argv */ macro
373 flags &= ~FLAG_PERMUTE;
376 flags &= ~FLAG_PERMUTE;
426 if (!(flags & FLAG_PERMUTE)) {
598 FLAG_PERMUTE));
611 FLAG_PERMUTE|FLAG_LONGONLY));
/external/mesa3d/src/getopt/
Dgetopt_long.c66 #define FLAG_PERMUTE 0x01 /* permute non-options to the end of argv */ macro
294 flags &= ~FLAG_PERMUTE; in getopt_internal()
342 if (!(flags & FLAG_PERMUTE)) { in getopt_internal()
497 FLAG_PERMUTE)); in getopt_long()
510 FLAG_PERMUTE|FLAG_LONGONLY)); in getopt_long_only()