Home
last modified time | relevance | path

Searched refs:tar_header_t (Results 1 – 5 of 5) sorted by relevance

/busybox-1.35.0/archival/
Dchksum_and_xwrite_tar_header.c12 void FAST_FUNC chksum_and_xwrite_tar_header(int fd, struct tar_header_t *hp) in chksum_and_xwrite_tar_header()
Dtar.c267 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()
/busybox-1.35.0/include/
Dbb_archive.h144 typedef struct tar_header_t { /* byte offset */ struct
166 } tar_header_t; argument
168 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;
/busybox-1.35.0/procps/
Dsmemcap.c31 struct tar_header_t header; in writeheader()
/busybox-1.35.0/archival/libarchive/
Dget_header_tar.c159 struct tar_header_t tar; in get_header_tar()