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

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c8565 int linkstringlen; local
8600 linkstringlen = strlen(linkinfo->L_gen.g_attrfnam_p) +
8602 linklen = linkstringlen + sizeof (struct xattr_buf);
8675 sizeof (tptr->h_namesz) - 1, linkstringlen);
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c7603 int linkstringlen; local
7638 linkstringlen = strlen(linkinfo->pathname) +
7640 linklen = linkstringlen + sizeof (struct xattr_buf);
7717 sizeof (tptr->h_namesz) - 1, linkstringlen);

Completed in 97 milliseconds