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

/netbsd-current/include/
H A Dtar.h41 #define TMAGLEN 6 macro
/netbsd-current/bin/pax/
H A Dtar.h133 #define TMAGLEN 6 macro
147 char magic[TMAGLEN]; /* magic cookie */
H A Dtar.c391 * cookie. We should use TMAGLEN, but some USTAR archive programs are
397 if (strncmp(uhd->magic, TMAGIC, TMAGLEN - 1) == 0) {
788 * ustar magic cookie. We should use TMAGLEN, but some USTAR archive
794 if (strncmp(hd->magic, TMAGIC, TMAGLEN - 1) != 0)
1206 strncpy(hd->magic, TMAGIC, TMAGLEN);
1208 hd->magic[TMAGLEN - 1] = hd->version[0] = ' ';

Completed in 96 milliseconds