Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/tar/
H A Dtar.c344 static struct xattr_hdr *xattrhead; variable
1579 free(xattrhead); in getdir()
1582 xattrhead = NULL; in getdir()
2944 free(xattrhead); in doxtract()
2947 xattrhead = NULL; in doxtract()
3002 free(xattrhead); in doxtract()
3005 xattrhead = NULL; in doxtract()
3361 free(xattrhead); in doxtract()
3364 xattrhead = NULL; in doxtract()
3406 free(xattrhead); in doxtract()
[all …]
/titanic_41/usr/src/cmd/cpio/
H A Dcpio.c652 static struct xattr_hdr *xattrhead; variable
4739 free(xattrhead); in gethdr()
4742 xattrhead = NULL; in gethdr()
4860 free(xattrhead); in gethdr()
4861 xattrhead = NULL; in gethdr()
8755 if ((xattrhead = e_zalloc(E_NORMAL, (size_t)bytes)) == NULL) { in read_xattr_hdr()
8761 tp = (char *)xattrhead; in read_xattr_hdr()
8784 if (strcmp(xattrhead->h_version, XATTR_ARCH_VERS) != 0) { in read_xattr_hdr()
8792 (void) sscanf(xattrhead->h_component_len, "%10d", &comp_len); in read_xattr_hdr()
8793 (void) sscanf(xattrhead->h_link_component_len, "%10d", &link_len); in read_xattr_hdr()
[all …]