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

/freebsd-9.3-release/include/
H A Dtar.h40 #define TMAGIC "ustar" /* ustar and a null */ macro
/freebsd-9.3-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-9.3-release/bin/pax/
H A Dtar.h123 #define TMAGIC "ustar" /* ustar and a null */ macro
H A Dtar.c320 if (strncmp(uhd->magic, TMAGIC, TMAGLEN - 1) == 0)
717 if (strncmp(hd->magic, TMAGIC, TMAGLEN - 1) != 0)
1027 l_strncpy(hd->magic, TMAGIC, TMAGLEN);

Completed in 105 milliseconds