Searched refs:__chkflags (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/libbsm/common/ |
H A D | getauditflags.c | 158 __chkflags(char *flags, au_mask_t *mask, boolean_t cont, char **error) in __chkflags() function 265 if (__chkflags(auditstring, masks, B_TRUE, NULL)) { in getauditflagsbin()
|
H A D | libbsm.h | 181 extern boolean_t __chkflags(char *, au_mask_t *, boolean_t, char **);
|
H A D | mapfile-vers | 283 __chkflags;
|
/titanic_50/usr/src/cmd/oamuser/user/ |
H A D | funcs.c | 495 if (!__chkflags(_strtok_escape(flags, KV_AUDIT_DELIMIT, &last), &mask, in check_auditflags() 502 if (!__chkflags(_strtok_escape(NULL, KV_AUDIT_DELIMIT, &last), &mask, in check_auditflags()
|
/titanic_50/usr/src/cmd/auditconfig/ |
H A D | auditconfig.c | 2227 if (!__chkflags(auditflags, mask, B_FALSE, &err)) { in echkflags()
|