Searched refs:xattrhead (Results 1 – 2 of 2) sorted by relevance
339 static struct xattr_hdr *xattrhead; variable1640 free(xattrhead); in getdir()1643 xattrhead = NULL; in getdir()3003 free(xattrhead); in doxtract()3006 xattrhead = NULL; in doxtract()3061 free(xattrhead); in doxtract()3064 xattrhead = NULL; in doxtract()3420 free(xattrhead); in doxtract()3423 xattrhead = NULL; in doxtract()3465 free(xattrhead); in doxtract()[all …]
661 static struct xattr_hdr *xattrhead; variable4747 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 …]