Searched refs:h_namesz (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/head/
H A Darchives.h258 char h_namesz[7]; /* length of h_names */ member in struct:xattr_buf
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_backup_reader.c327 (void) snprintf(xbuf->h_namesz, sizeof (xbuf->h_namesz), "%0*d",
328 sizeof (xbuf->h_namesz) - 1, namesz);
H A Dtlm_restore_writer.c1427 (void) sscanf(xbuf->h_namesz, "%7d", &namelen);
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c8649 (void) sprintf(tptr->h_namesz, "%0*d", sizeof (tptr->h_namesz) - 1,
8674 (void) sprintf(tptr->h_namesz, "%0*d",
8675 sizeof (tptr->h_namesz) - 1, linkstringlen);
8796 (void) sscanf(xattrp->h_namesz, "%7d", &namelen);
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c7691 (void) sprintf(tptr->h_namesz, "%0*d", sizeof (tptr->h_namesz) - 1,
7716 (void) sprintf(tptr->h_namesz, "%0*d",
7717 sizeof (tptr->h_namesz) - 1, linkstringlen);
8270 (void) sscanf(xattrp->h_namesz, "%7d", &namelen);

Completed in 106 milliseconds