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

/freebsd-current/include/
H A Dtar.h39 #define TMAGLEN 6 macro
/freebsd-current/bin/pax/
H A Dtar.h123 #define TMAGLEN 6 macro
137 char magic[TMAGLEN]; /* magic cookie */
H A Dtar.c302 * cookie. We should use TMAGLEN, but some USTAR archive programs are
308 if (strncmp(uhd->magic, TMAGIC, TMAGLEN - 1) == 0)
689 * ustar magic cookie. We should use TMAGLEN, but some USTAR archive
695 if (strncmp(hd->magic, TMAGIC, TMAGLEN - 1) != 0)
995 l_strncpy(hd->magic, TMAGIC, TMAGLEN);

Completed in 53 milliseconds