HelenOS sources

tar_info           77 boot/generic/include/tar.h bool tar_info(const uint8_t *, const uint8_t *, const char **, size_t *);
tar_info           80 boot/generic/src/payload.c 	if (!tar_info(*cstart, cend, &name, &packed_size))
tar_info          147 boot/generic/src/payload.c 	while (tar_info(start, payload_end, &name, &packed_size)) {
HelenOS homepage, sources at GitHub