Home
last modified time | relevance | path

Searched refs:h_names (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/head/
H A Darchives.h258 char h_names[1]; /* filepathNULattrpathNUL... */ member
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c3091 xattrp->h_names); in doxtract()
4215 xattrp->h_names, in dotable()
4241 "file %.*s", NAMSIZ, xattrp->h_names); in dotable()
4263 xattr_linkp->h_names + in dotable()
4264 strlen(xattr_linkp->h_names) + 1); in dotable()
6194 (void) strcpy(fullname, xattrp->h_names); in check_prefix()
6197 strlen(xattrp->h_names) + 1)); in check_prefix()
7694 (void) strcpy(tptr->h_names, filename); in prepare_xattr()
8288 parentfilelen = strlen(xattrp->h_names); in read_xattr_hdr()
8313 xattr_linkaname = xattr_linkp->h_names + in read_xattr_hdr()
[all …]
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c4769 tapath = xattrp->h_names + in gethdr()
4770 strlen(xattrp->h_names) + 1; in gethdr()
4803 xattrp->h_names); in gethdr()
4842 E_EXIT, xattr_linkp->h_names); in gethdr()
8669 (void) strcpy(tptr->h_names, filename); in prepare_xattr_hdr()
8671 (void) strcpy(&tptr->h_names[attrnames_index], attrpath); in prepare_xattr_hdr()
8680 if ((aptr = strpbrk(&tptr->h_names[attrnames_index], "/")) != NULL) { in prepare_xattr_hdr()
8694 (void) strcpy(tptr->h_names, linkinfo->L_gen.g_attrfnam_p); in prepare_xattr_hdr()
8696 &tptr->h_names[strlen(linkinfo->L_gen.g_attrfnam_p) + 1], in prepare_xattr_hdr()
8832 parentfilelen = strlen(xattrp->h_names); in read_xattr_hdr()
[all …]
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_backup_reader.c333 (void) strlcpy(xbuf->h_names, fname, TLM_NAME_SIZE); in output_xattr_header()
334 (void) strlcpy(&xbuf->h_names[strlen(fname) + 1], aname, in output_xattr_header()
H A Dtlm_restore_writer.c1429 xattrname = xbuf->h_names + strlen(xbuf->h_names) + 1; in restore_xattr_hdr()