Lines Matching refs:h_names
3092 xattrp->h_names); in doxtract()
4216 xattrp->h_names, in dotable()
4242 "file %.*s", NAMSIZ, xattrp->h_names); in dotable()
4264 xattr_linkp->h_names + in dotable()
4265 strlen(xattr_linkp->h_names) + 1); in dotable()
6195 (void) strcpy(fullname, xattrp->h_names); in check_prefix()
6197 (void) strcpy(component, basename(xattrp->h_names + in check_prefix()
6198 strlen(xattrp->h_names) + 1)); in check_prefix()
7707 (void) strcpy(tptr->h_names, filename); in prepare_xattr()
7709 (void) strcpy(&tptr->h_names[attrnames_index], attrpath); in prepare_xattr()
7718 if ((aptr = strpbrk(&tptr->h_names[attrnames_index], "/")) != NULL) { in prepare_xattr()
7732 (void) strcpy(tptr->h_names, linkinfo->pathname); in prepare_xattr()
7734 &tptr->h_names[strlen(linkinfo->pathname) + 1], in prepare_xattr()
8301 parentfilelen = strlen(xattrp->h_names); in read_xattr_hdr()
8302 xattrapath = xattrp->h_names + parentfilelen + 1; in read_xattr_hdr()
8326 xattr_linkaname = xattr_linkp->h_names + in read_xattr_hdr()
8327 strlen(xattr_linkp->h_names) + 1; in read_xattr_hdr()