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

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c639 * xattrhead is the complete extended attribute header, as read of off
642 * xattrp is basically an offset into xattrhead that points to the
652 static struct xattr_hdr *xattrhead; variable in typeref:struct:xattr_hdr
4739 free(xattrhead);
4742 xattrhead = NULL;
4860 free(xattrhead);
4861 xattrhead = NULL;
8755 if ((xattrhead = e_zalloc(E_NORMAL, (size_t)bytes)) == NULL) {
8761 tp = (char *)xattrhead;
8784 if (strcmp(xattrhead
[all...]
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c327 * xattrhead is a pointer to the xattr_hdr
337 static struct xattr_hdr *xattrhead; variable in typeref:struct:xattr_hdr
1638 free(xattrhead);
1641 xattrhead = NULL;
3001 free(xattrhead);
3004 xattrhead = NULL;
3059 free(xattrhead);
3062 xattrhead = NULL;
3418 free(xattrhead);
3421 xattrhead
[all...]

Completed in 91 milliseconds