Searched refs:acl_perm_to_string (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/lib/libposix1e/ |
H A D | acl_to_text.c | 75 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 D | acl_support.h | 43 int acl_perm_to_string(acl_perm_t perm, ssize_t buf_len, char *buf);
|
H A D | acl_support.c | 324 acl_perm_to_string(acl_perm_t perm, ssize_t buf_len, char *buf) in acl_perm_to_string() function
|