Home
last modified time | relevance | path

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

/dflybsd-src/lib/libposix1e/
H A Dacl_to_text.c75 error = acl_perm_to_string(ae_perm, in acl_to_text()
90 error = acl_perm_to_string(ae_perm, in acl_to_text()
102 error = acl_perm_to_string(effective_perm, in acl_to_text()
124 error = acl_perm_to_string(ae_perm, in acl_to_text()
131 error = acl_perm_to_string(effective_perm, in acl_to_text()
152 error = acl_perm_to_string(ae_perm, in acl_to_text()
164 error = acl_perm_to_string(effective_perm, in acl_to_text()
185 error = acl_perm_to_string(ae_perm, in acl_to_text()
201 error = acl_perm_to_string(ae_perm, in acl_to_text()
H A Dacl_support.h43 int acl_perm_to_string(acl_perm_t perm, ssize_t buf_len, char *buf);
H A Dacl_support.c324 acl_perm_to_string(acl_perm_t perm, ssize_t buf_len, char *buf) in acl_perm_to_string() function