HelenOS sources

tar_header_raw_t   64 boot/generic/include/tar.h _Static_assert(sizeof(tar_header_raw_t) == TAR_BLOCK_SIZE, "Wrong size for tar header.");
tar_header_raw_t   82 boot/generic/src/tar.c 	const tar_header_raw_t *h = (const tar_header_raw_t *) start;
tar_header_raw_t   72 uspace/lib/untar/private/tar.h extern errno_t tar_header_parse(tar_header_t *, const tar_header_raw_t *);
tar_header_raw_t   70 uspace/lib/untar/tar.c errno_t tar_header_parse(tar_header_t *parsed, const tar_header_raw_t *raw)
tar_header_raw_t  158 uspace/lib/untar/untar.c 		tar_header_raw_t header_raw;
HelenOS homepage, sources at GitHub