Home
last modified time | relevance | path

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

/src/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)); in select_hdr32()
391 if (ISOPTSET(opttochk, OPT_b)) { in select_hdr32()
676 if (ISOPTSET(opttochk, OPT_b)) { in main()
679 SETOPT(opttochk, OPT_b); in main()
697 if (ISOPTSET(opttochk, OPT_b) || ISOPTSET(opttochk, in main()
/src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp6803 for (const Arg *A : Args.filtered(options::OPT_b, options::OPT_K, in ConstructJob()