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

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c8744 char *xattrapath; local
8814 xattrapath = xattrp->h_names + parentfilelen + 1;
8815 asz = strlen(xattrapath);
8821 * the system attribute name with a '/' so that xattrapath can
8826 xattrapath[asz] = '/';
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c340 static char *xattrapath; /* attribute name */ variable
1643 char *aname = basename(xattrapath);
1644 size_t xindex = aname - xattrapath;
1646 if (xattrapath[xindex] == '.' &&
1647 xattrapath[xindex + 1] == '\0' &&
3150 xattrapath, bytes,
3180 gettext(" attribute "), xattrapath);
3187 gettext(" attribute "), xattrapath);
3387 error = link(xattr_linkaname, xattrapath);
3401 xattrapath
[all...]

Completed in 318 milliseconds