Home
last modified time | relevance | path

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

/freebsd/lib/libc/posix1e/
H A Dacl_branding.c157 acl_get_brand_np(acl_t acl, int *brand_p) in acl_get_brand_np() argument
160 if (acl == NULL || brand_p == NULL) { in acl_get_brand_np()
164 *brand_p = _acl_brand(acl); in acl_get_brand_np()