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

/macosx-10.10.1/Libc-1044.1.2/include/
H A Dtar.h43 #define TMAGLEN 6 macro
/macosx-10.10.1/file_cmds-242/pax/
H A Dpax_format.h132 #define TMAGLEN 6 macro
146 char magic[TMAGLEN]; /* magic cookie */
H A Dtar.h135 #define TMAGLEN 6 macro
149 char magic[TMAGLEN]; /* magic cookie */
H A Dtar.c327 * cookie. We should use TMAGLEN, but some USTAR archive programs are
333 if (strncmp(uhd->magic, TMAGIC, TMAGLEN - 1) == 0)
724 * ustar magic cookie. We should use TMAGLEN, but some USTAR archive
730 if (strncmp(hd->magic, TMAGIC, TMAGLEN - 1) != 0)
1050 strncpy(hd->magic, TMAGIC, TMAGLEN);
H A Dpax_format.c837 * ustar magic cookie. We should use TMAGLEN, but some USTAR archive
843 if (strncmp(hd->magic, TMAGIC, TMAGLEN - 1) != 0)
1184 strncpy(hd->magic, TMAGIC, TMAGLEN);
1435 strncpy(hd->magic, TMAGIC, TMAGLEN);
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/include/
H A Dtar.h43 #define TMAGLEN 6 macro
103 char magic[TMAGLEN];
/macosx-10.10.1/gnutar-453/gnutar/src/
H A Dtar.h46 #define TMAGLEN 6 macro
H A Dcreate.c545 strncpy (header->header.magic, TMAGIC, TMAGLEN);
928 strncpy (header->header.magic, TMAGIC, TMAGLEN);
/macosx-10.10.1/ksh-23/ksh/src/cmd/INIT/
H A Dratz.c4175 #define TMAGLEN 6 macro
4235 char magic[TMAGLEN];

Completed in 184 milliseconds