Home
last modified time | relevance | path

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

/netbsd/src/include/
Dtar.h40 #define TMAGIC "ustar" /* ustar and a null */ macro
/netbsd/src/external/bsd/file/dist/src/
Dtar.h74 #define TMAGIC "ustar" /* 5 chars and a null */ macro
Dis_tar.c149 if (strncmp(header->header.magic, TMAGIC, in is_tar()
/netbsd/src/bin/pax/
Dtar.h132 #define TMAGIC "ustar" /* ustar and a null */ macro
Dtar.c397 if (strncmp(uhd->magic, TMAGIC, TMAGLEN - 1) == 0) { in tar_id()
794 if (strncmp(hd->magic, TMAGIC, TMAGLEN - 1) != 0) in ustar_id()
1206 strncpy(hd->magic, TMAGIC, TMAGLEN); in ustar_wr()