Home
last modified time | relevance | path

Searched refs:FLAG_PERMUTE (Results 1 – 4 of 4) 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/openssh/openbsd-compat/
Dgetopt_long.c83 #define FLAG_PERMUTE 0x01 /* permute non-options to the end of argv */ macro
320 flags &= ~FLAG_PERMUTE; in getopt_internal()
359 if (!(flags & FLAG_PERMUTE)) { in getopt_internal()
515 FLAG_PERMUTE));
528 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()
/external/epid-sdk/ext/argtable3/
Dargtable3.c339 #define FLAG_PERMUTE 0x01 /* permute non-options to the end of argv */ macro
630 flags &= ~FLAG_PERMUTE; in getopt_internal()
678 if (!(flags & FLAG_PERMUTE)) { in getopt_internal()
835 FLAG_PERMUTE)); in getopt_long()
848 FLAG_PERMUTE|FLAG_LONGONLY)); in getopt_long_only()