Searched defs:attrpath (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/cpio/ |
H A D | cpio.c | 4733 char *attrpath = NULL; local 4763 attrpath = e_strdup(E_EXIT, tapath); 4811 (void) free(attrpath); 4814 Gen.g_attrpath_p = attrpath; 4817 Gen.g_attrpath_p = attrpath; 8549 char *attrpath, 8587 stringlen = strlen(attrpath) + strlen(filename) + 2; 8645 * information is obtained from 'attrpath'. 8653 (void) strcpy(&tptr->h_names[attrnames_index], attrpath); 8657 * Split the attrnames section into two segments if 'attrpath' 8546 prepare_xattr_hdr( char **attrbuf, char *filename, char *attrpath, char typeflag, struct Lnk *linkinfo, int *rlen) argument [all...] |
/illumos-gate/usr/src/cmd/tar/ |
H A D | tar.c | 7587 char *attrpath, 7625 stringlen = strlen(attrpath) + strlen(filename) + 2; 7687 * information is obtained from 'attrpath'. 7695 (void) strcpy(&tptr->h_names[attrnames_index], attrpath); 7699 * Split the attrnames section into two segments if 'attrpath' 7584 prepare_xattr( char **attrbuf, char *filename, char *attrpath, char typeflag, struct linkbuf *linkinfo, int *rlen) argument
|
Completed in 75 milliseconds