HomeSort by relevance Sort by last modified time
    Searched refs:FLAG_PERMUTE (Results 1 - 4 of 4) sorted by null

  /external/tcpdump/missing/
getopt_long.c 64 #define FLAG_PERMUTE 0x01 /* permute non-options to the end of argv */
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));
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
getopt_long.c 82 #define FLAG_PERMUTE 0x01 /* permute non-options to the end of argv */
383 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/
getopt_long.c 66 #define FLAG_PERMUTE 0x01 /* permute non-options to the end of argv */
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));
  /system/core/logcat/
getopt_long.cpp 61 #define FLAG_PERMUTE 0x01 // permute non-options to the end of argv
250 int flags = FLAG_PERMUTE;
254 flags &= ~FLAG_PERMUTE;
283 if (!(flags & FLAG_PERMUTE)) {

Completed in 186 milliseconds