HomeSort by: relevance | last modified time | path
    Searched defs:acl_text (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/getfacl/
getfacl.c 190 char *acl_text; local in function:print_acl
255 acl_text = acl_to_text_np(acl, 0, flags);
256 if (!acl_text) {
261 printf("%s", acl_text);
264 (void)acl_free(acl_text);
getfacl.c 190 char *acl_text; local in function:print_acl
255 acl_text = acl_to_text_np(acl, 0, flags);
256 if (!acl_text) {
261 printf("%s", acl_text);
264 (void)acl_free(acl_text);

Completed in 24 milliseconds