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

/freebsd-9.3-release/include/
H A Dtar.h41 #define TMAGLEN 6 macro
/freebsd-9.3-release/bin/pax/
H A Dtar.h124 #define TMAGLEN 6 macro
138 char magic[TMAGLEN]; /* magic cookie */
H A Dtar.c314 * cookie. We should use TMAGLEN, but some USTAR archive programs are
320 if (strncmp(uhd->magic, TMAGIC, TMAGLEN - 1) == 0)
711 * ustar magic cookie. We should use TMAGLEN, but some USTAR archive
717 if (strncmp(hd->magic, TMAGIC, TMAGLEN - 1) != 0)
1027 l_strncpy(hd->magic, TMAGIC, TMAGLEN);

Completed in 138 milliseconds