Searched refs:FLAG_ALLARGS (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/tcpdump/missing/
H A 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) {
/freebsd-11-stable/lib/libc/stdlib/
H A Dgetopt_long.c83 #define FLAG_ALLARGS 0x02 /* treat non-options as args to option "-1" */ macro
381 flags |= FLAG_ALLARGS;
418 if (flags & FLAG_ALLARGS) {
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dgetopt_long.c84 #define FLAG_ALLARGS 0x02 /* treat non-options as args to option "-1" */ macro
318 flags |= FLAG_ALLARGS;
351 if (flags & FLAG_ALLARGS) {
/freebsd-11-stable/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;
278 if (flags & FLAG_ALLARGS) {

Completed in 83 milliseconds