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

/freebsd-13-stable/include/
H A Dtar.h42 #define TMAGIC "ustar" /* ustar and a null */ macro
/freebsd-13-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-13-stable/bin/pax/
H A Dtar.h125 #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 188 milliseconds