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

/freebsd-11-stable/contrib/file/src/
H A Dtar.h72 #define TMAGIC "ustar" /* 5 chars and a null */ macro
H A Dis_tar.c130 if (strncmp(header->header.magic, TMAGIC,
/freebsd-11-stable/include/
H A Dtar.h40 #define TMAGIC "ustar" /* ustar and a null */ macro
/freebsd-11-stable/bin/pax/
H A Dtar.h123 #define TMAGIC "ustar" /* ustar and a null */ macro
H A Dtar.c318 if (strncmp(uhd->magic, TMAGIC, TMAGLEN - 1) == 0)
715 if (strncmp(hd->magic, TMAGIC, TMAGLEN - 1) != 0)
1025 l_strncpy(hd->magic, TMAGIC, TMAGLEN);

Completed in 149 milliseconds