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

/freebsd-10.2-release/contrib/file/src/
H A Dtar.h72 #define TMAGIC "ustar" /* 5 chars and a null */ macro
H A Dis_tar.c120 if (strcmp(header->header.magic, TMAGIC) == 0)
/freebsd-10.2-release/include/
H A Dtar.h40 #define TMAGIC "ustar" /* ustar and a null */ macro
/freebsd-10.2-release/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 57 milliseconds