Home
last modified time | relevance | path

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

/freebsd/contrib/openbsm/libbsm/
H A Dbsm_control.c257 au_strtopol(const char *polstr, int *policy) in au_strtopol() argument
264 buffer = strdup(polstr); in au_strtopol()
/freebsd/contrib/openbsm/libauditd/
H A Dauditd_lib.c780 char polstr[POL_STR_SIZE]; in auditd_set_policy() local
782 if (getacpol(polstr, POL_STR_SIZE) != 0 || in auditd_set_policy()
783 au_strtopol(polstr, &policy) != 0) { in auditd_set_policy()
/freebsd/contrib/openbsm/bsm/
H A Dlibbsm.h823 int au_strtopol(const char *polstr, int *policy);