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.c349 union hblock { union
423 static void write_ancillary(union hblock *, char *, int, char);
472 static int checksum(union hblock *dblockp);
474 static int checksum_signed(union hblock *dblockp);
964 if ((tbuf = (union hblock *) in main()
965 calloc(sizeof (union hblock) * nblock, sizeof (char))) == in main()
966 (union hblock *)NULL) { in main()
3996 static union hblock savedblock; /* to ensure same file across volumes */
4660 checksum_signed(union hblock *dblockp) in checksum_signed()
4662 checksum(union hblock *dblockp) in checksum_signed()
[all …]