Searched refs:tar_header_t (Results 1 – 5 of 5) sorted by relevance
12 void FAST_FUNC chksum_and_xwrite_tar_header(int fd, struct tar_header_t *hp) in chksum_and_xwrite_tar_header()
267 struct tar_header_t header; in writeLongname()274 memset((char*)&header + offsetof(struct tar_header_t, mode), /* make gcc-9.x happy */ in writeLongname()305 struct tar_header_t header; in writeTarHeader()
144 typedef struct tar_header_t { /* byte offset */ struct166 } tar_header_t; argument168 char c[sizeof(tar_header_t) == TAR_BLOCK_SIZE ? 1 : -1];170 void chksum_and_xwrite_tar_header(int fd, struct tar_header_t *hp) FAST_FUNC;
31 struct tar_header_t header; in writeheader()
159 struct tar_header_t tar; in get_header_tar()