Lines Matching refs:h_names
3089 xattrp->h_names); in doxtract()
4213 xattrp->h_names, in dotable()
4239 "file %.*s", NAMSIZ, xattrp->h_names); in dotable()
4261 xattr_linkp->h_names + in dotable()
4262 strlen(xattr_linkp->h_names) + 1); in dotable()
6191 (void) strcpy(fullname, xattrp->h_names); in check_prefix()
6193 (void) strcpy(component, basename(xattrp->h_names + in check_prefix()
6194 strlen(xattrp->h_names) + 1)); in check_prefix()
7692 (void) strcpy(tptr->h_names, filename); in prepare_xattr()
7694 (void) strcpy(&tptr->h_names[attrnames_index], attrpath); in prepare_xattr()
7703 if ((aptr = strpbrk(&tptr->h_names[attrnames_index], "/")) != NULL) { in prepare_xattr()
7717 (void) strcpy(tptr->h_names, linkinfo->pathname); in prepare_xattr()
7719 &tptr->h_names[strlen(linkinfo->pathname) + 1], in prepare_xattr()
8286 parentfilelen = strlen(xattrp->h_names); in read_xattr_hdr()
8287 xattrapath = xattrp->h_names + parentfilelen + 1; in read_xattr_hdr()
8311 xattr_linkaname = xattr_linkp->h_names + in read_xattr_hdr()
8312 strlen(xattr_linkp->h_names) + 1; in read_xattr_hdr()