Home
last modified time | relevance | path

Searched refs:hblock (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dtar.h112 union hblock union
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c348 union hblock { union
422 static void write_ancillary(union hblock *, char *, int, char);
471 static int checksum(union hblock *dblockp);
473 static int checksum_signed(union hblock *dblockp);
963 if ((tbuf = (union hblock *) in main()
964 calloc(sizeof (union hblock) * nblock, sizeof (char))) == in main()
965 (union hblock *)NULL) { in main()
3995 static union hblock savedblock; /* to ensure same file across volumes */
4659 checksum_signed(union hblock *dblockp) in checksum_signed()
4661 checksum(union hblock *dblockp) in checksum_signed()
[all …]