Home
last modified time | relevance | path

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

/trueos/include/
HDtar.h40 #define TMAGIC "ustar" /* ustar and a null */ macro
/trueos/contrib/file/src/
HDtar.h72 #define TMAGIC "ustar" /* 5 chars and a null */ macro
HDis_tar.c120 if (strcmp(header->header.magic, TMAGIC) == 0) in is_tar()
/trueos/bin/pax/
HDtar.h123 #define TMAGIC "ustar" /* ustar and a null */ macro
HDtar.c318 if (strncmp(uhd->magic, TMAGIC, TMAGLEN - 1) == 0) in tar_id()
715 if (strncmp(hd->magic, TMAGIC, TMAGLEN - 1) != 0)
1025 l_strncpy(hd->magic, TMAGIC, TMAGLEN);