Searched defs:attrtext (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c8036 char *attrtext; local
8048 attrtext = acl_totext(aclp, ACL_APPEND_ID | ACL_COMPACT_FMT |
8050 if (attrtext == NULL) {
8055 newattrsize = 8 + strlen(attrtext) + 1;
8065 (void) strcpy((char *)&attr->attr_info[0], attrtext);
8066 free(attrtext);
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c6706 char *attrtext, /* new attribute text */
6716 if (attrtext == NULL)
6723 if (attrtext == NULL) {
6728 newattrsize = 8 + (int)strlen(attrtext) + 1;
6738 (void) strcpy((char *)&attr->attr_info[0], attrtext);
6739 free(attrtext);
6745 newattrsize = sizeof (struct sec_attr) + strlen(attrtext);
6755 (void) strcpy((char *)&attr->attr_info[0], attrtext);
6702 append_secattr( char **secinfo, int *secinfo_len, int size, char *attrtext, char attr_type) argument

Completed in 77 milliseconds