Home
last modified time | relevance | path

Searched refs:xattrhead (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/tar/
H A Dtar.c338 static struct xattr_hdr *xattrhead; variable
1639 free(xattrhead); in getdir()
1642 xattrhead = NULL; in getdir()
3002 free(xattrhead); in doxtract()
3005 xattrhead = NULL; in doxtract()
3060 free(xattrhead); in doxtract()
3063 xattrhead = NULL; in doxtract()
3419 free(xattrhead); in doxtract()
3422 xattrhead = NULL; in doxtract()
3464 free(xattrhead); in doxtract()
[all …]
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c661 static struct xattr_hdr *xattrhead; variable
4747 free(xattrhead); in gethdr()
4750 xattrhead = NULL; in gethdr()
4868 free(xattrhead); in gethdr()
4869 xattrhead = NULL; in gethdr()
8773 if ((xattrhead = e_zalloc(E_NORMAL, (size_t)bytes)) == NULL) { in read_xattr_hdr()
8779 tp = (char *)xattrhead; in read_xattr_hdr()
8802 if (strcmp(xattrhead->h_version, XATTR_ARCH_VERS) != 0) { in read_xattr_hdr()
8810 (void) sscanf(xattrhead->h_component_len, "%10d", &comp_len); in read_xattr_hdr()
8811 (void) sscanf(xattrhead->h_link_component_len, "%10d", &link_len); in read_xattr_hdr()
[all …]