Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/missing/
H A Dgetopt_long.c67 #define FLAG_ALLARGS 0x02 /* treat non-options as args to option "-1" */ macro
393 flags |= FLAG_ALLARGS;
400 flags |= FLAG_ALLARGS;
439 if (flags & FLAG_ALLARGS) {
/freebsd/contrib/libfido2/openbsd-compat/
H A Dgetopt_long.c75 #define FLAG_ALLARGS 0x02 /* treat non-options as args to option "-1" */ macro
309 flags |= FLAG_ALLARGS; in getopt_internal()
342 if (flags & FLAG_ALLARGS) { in getopt_internal()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DGetOptInc.cpp30 #define FLAG_ALLARGS 0x02 /* treat non-options as args to option "-1" */ macro
247 flags |= FLAG_ALLARGS; in getopt_internal()
278 if (flags & FLAG_ALLARGS) { in getopt_internal()
/freebsd/crypto/openssh/openbsd-compat/
H A Dgetopt_long.c98 #define FLAG_ALLARGS 0x02 /* treat non-options as args to option "-1" */ macro
332 flags |= FLAG_ALLARGS; in getopt_internal()
365 if (flags & FLAG_ALLARGS) { in getopt_internal()
/freebsd/lib/libc/stdlib/
H A Dgetopt_long.c75 #define FLAG_ALLARGS 0x02 /* treat non-options as args to option "-1" */ macro
373 flags |= FLAG_ALLARGS;
410 if (flags & FLAG_ALLARGS) {