Home
last modified time | relevance | path

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

/freebsd/contrib/openbsm/libbsm/
H A Dbsm_control.c82 static struct audit_polstr au_polstr[] = { variable
239 if (policy & au_polstr[i].ap_policy) { in au_poltostr()
242 if (strlcat(buf, au_polstr[i].ap_str, maxsize) >= in au_poltostr()
247 } while (NULL != au_polstr[++i].ap_str); in au_poltostr()
273 if (strcmp(string, au_polstr[i].ap_str) == 0) { in au_strtopol()
274 *policy |= au_polstr[i].ap_policy; in au_strtopol()
278 } while (NULL != au_polstr[++i].ap_str); in au_strtopol()