Searched refs:ISOPTSET (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/openbsm/bin/auditreduce/ |
| H A D | auditreduce.c | 205 if (ISOPTSET(opttochk, OPT_u)) { in select_auid() 220 if (ISOPTSET(opttochk, OPT_e)) { in select_euid() 235 if (ISOPTSET(opttochk, OPT_f)) { in select_egid() 250 if (ISOPTSET(opttochk, OPT_g)) { in select_rgid() 265 if (ISOPTSET(opttochk, OPT_r)) { in select_ruid() 280 if (ISOPTSET(opttochk, OPT_j)) { in select_subid() 295 if (ISOPTSET(opttochk, OPT_op)) { in select_pidobj() 312 if (ISOPTSET(opttochk, OPT_om)) { in select_ipcobj() 320 if (ISOPTSET(opttochk, OPT_ose)) { in select_ipcobj() 327 if (ISOPTSET(opttochk, OPT_osh)) { in select_ipcobj() [all …]
|
| H A D | auditreduce.h | 71 #define ISOPTSET(optmask, bit) (optmask & bit) macro
|