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

/ast/src/lib/libast/include/
H A Dtar.h42 #define TMAGIC "ustar" /* ustar and a null */ macro
/ast/src/cmd/pax/
H A Dpax-tar.c589 if (!streq(tar->header.magic, TMAGIC))
591 if (streq(tar->header.magic, TMAGIC " "))
886 strncpy(tar->header.magic, TMAGIC, TARSIZEOF(magic));
/ast/src/cmd/INIT/
H A Dratz.c4174 #define TMAGIC "ustar" /* ustar and a null */ macro
4992 if (!strncmp(header.magic, TMAGIC, sizeof(header.magic)) && *header.prefix)

Completed in 53 milliseconds