Searched refs:acltp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_tar.c441 char *acltp; local
456 if (aclp && (acltp = acl_totext(aclp,
458 (void) strlcpy(tlm_acls->acl_info.attr_info, acltp,
461 free(acltp);
479 char *acltp; local
525 if (aclp && (acltp = acl_totext(aclp,
527 (void) strlcpy(tlm_acls->acl_info.attr_info, acltp,
530 free(acltp);
H A Dndmpd_tar3.c1650 char *acltp; local
1669 if (aclp && (acltp = acl_totext(aclp,
1672 acltp, TLM_MAX_ACL_TXT);
1674 free(acltp);
1724 char *acltp; local
1746 (acltp = acl_totext(aclp,
1749 acltp, TLM_MAX_ACL_TXT);
1751 free(acltp);
2001 char *acltp; local
2013 if (aclp && (acltp
[all...]

Completed in 50 milliseconds