Home
last modified time | relevance | path

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

/external/tcpdump/missing/
Dgetopt_long.c65 #define FLAG_ALLARGS 0x02 /* treat non-options as args to option "-1" */ macro
371 flags |= FLAG_ALLARGS;
378 flags |= FLAG_ALLARGS;
418 if (flags & FLAG_ALLARGS) {
/external/mesa3d/src/getopt/
Dgetopt_long.c67 #define FLAG_ALLARGS 0x02 /* treat non-options as args to option "-1" */ macro
296 flags |= FLAG_ALLARGS; in getopt_internal()
334 if (flags & FLAG_ALLARGS) { in getopt_internal()