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

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

Completed in 110 milliseconds