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

/external/tcpdump/missing/
H A 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)) {
577 * We don't pass FLAG_PERMUTE to getopt_internal() since
598 FLAG_PERMUTE));
611 FLAG_PERMUTE|FLAG_LONGONLY));
/external/mesa3d/src/getopt/
H A Dgetopt_long.c66 #define FLAG_PERMUTE 0x01 /* permute non-options to the end of argv */ macro
294 flags &= ~FLAG_PERMUTE;
342 if (!(flags & FLAG_PERMUTE)) {
477 * We don't pass FLAG_PERMUTE to getopt_internal() since
497 FLAG_PERMUTE));
510 FLAG_PERMUTE|FLAG_LONGONLY));

Completed in 69 milliseconds