Searched refs:OPT_b (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/openbsm/bin/auditreduce/
H A Dauditreduce.h42 #define OPT_b 0x00000002 macro
44 #define OPT_d (OPT_a | OPT_b)
H A Dauditreduce.c380 SETOPT((*optchkd), (OPT_A | OPT_a | OPT_b | OPT_c | OPT_m | OPT_v));
391 if (ISOPTSET(opttochk, OPT_b)) {
676 if (ISOPTSET(opttochk, OPT_b)) {
679 SETOPT(opttochk, OPT_b);
697 if (ISOPTSET(opttochk, OPT_b) || ISOPTSET(opttochk,
/freebsd-current/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp6586 for (const Arg *A : Args.filtered(options::OPT_b, options::OPT_K,

Completed in 78 milliseconds