Searched refs:ISOPTSET (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/openbsm/bin/auditreduce/
H A Dauditreduce.c189 if (ISOPTSET(opttochk, OPT_u)) {
204 if (ISOPTSET(opttochk, OPT_e)) {
219 if (ISOPTSET(opttochk, OPT_f)) {
234 if (ISOPTSET(opttochk, OPT_g)) {
249 if (ISOPTSET(opttochk, OPT_r)) {
264 if (ISOPTSET(opttochk, OPT_j)) {
279 if (ISOPTSET(opttochk, OPT_op)) {
296 if (ISOPTSET(opttochk, OPT_om)) {
304 if (ISOPTSET(opttochk, OPT_ose)) {
311 if (ISOPTSET(opttoch
[all...]
H A Dauditreduce.h70 #define ISOPTSET(optmask, bit) (optmask & bit) macro

Completed in 48 milliseconds