Searched refs:TMAGIC (Results 1 – 9 of 9) sorted by relevance
39 #define TMAGIC "ustar" macro
42 #define TMAGIC "ustar" /* ustar and a null */ macro
51 #define TMAGIC "ustar" /* ustar and a null */ macro
4174 #define TMAGIC "ustar" /* ustar and a null */ macro 4992 if (!strncmp(header.magic, TMAGIC, sizeof(header.magic)) && *header.prefix)
7321 (void) strcpy(Thdr_p->tbuf.t_magic, TMAGIC); in write_hdr()