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

  /external/tcpdump/missing/
getopt_long.c 65 #define FLAG_ALLARGS 0x02 /* treat non-options as args to option "-1" */
371 flags |= FLAG_ALLARGS;
378 flags |= FLAG_ALLARGS;
418 if (flags & FLAG_ALLARGS) {
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
getopt_long.c 83 #define FLAG_ALLARGS 0x02 /* treat non-options as args to option "-1" */
381 flags |= FLAG_ALLARGS;
418 if (flags & FLAG_ALLARGS) {
  /external/mesa3d/src/getopt/
getopt_long.c 67 #define FLAG_ALLARGS 0x02 /* treat non-options as args to option "-1" */
296 flags |= FLAG_ALLARGS;
334 if (flags & FLAG_ALLARGS) {
  /system/core/logcat/
getopt_long.cpp 62 #define FLAG_ALLARGS 0x02 // treat non-options as args to option "-1"
252 flags |= FLAG_ALLARGS;
278 if (flags & FLAG_ALLARGS) {

Completed in 165 milliseconds