Home
last modified time | relevance | path

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

/freebsd-head/include/
HDtar.h38 #define TMAGIC "ustar" /* ustar and a null */ macro
/freebsd-head/contrib/file/src/
HDtar.h72 #define TMAGIC "ustar" /* 5 chars and a null */ macro
HDis_tar.c143 if (strncmp(header->header.magic, TMAGIC, in is_tar()
/freebsd-head/bin/pax/
HDtar.h122 #define TMAGIC "ustar" /* ustar and a null */ macro
HDtar.c308 if (strncmp(uhd->magic, TMAGIC, TMAGLEN - 1) == 0) in tar_id()
689 if (strncmp(hd->magic, TMAGIC, TMAGLEN - 1) != 0) in ustar_id()
979 l_strncpy(hd->magic, TMAGIC, TMAGLEN); in ustar_wr()