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

/macosx-10.10.1/Libc-1044.1.2/include/
H A Dtar.h42 #define TMAGIC "ustar" /* ustar and a null */ macro
/macosx-10.10.1/file-46/file/src/
H A Dtar.h72 #define TMAGIC "ustar" /* 5 chars and a null */ macro
H A Dis_tar.c125 if (strcmp(header->header.magic, TMAGIC) == 0)
/macosx-10.10.1/file_cmds-242/pax/
H A Dpax_format.h131 #define TMAGIC "ustar" /* ustar and a null */ macro
H A Dtar.h134 #define TMAGIC "ustar" /* ustar and a null */ macro
H A Dtar.c333 if (strncmp(uhd->magic, TMAGIC, TMAGLEN - 1) == 0)
730 if (strncmp(hd->magic, TMAGIC, TMAGLEN - 1) != 0)
1050 strncpy(hd->magic, TMAGIC, TMAGLEN);
H A Dpax_format.c843 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.h42 #define TMAGIC "ustar" /* ustar and a null */ macro
/macosx-10.10.1/gnutar-453/gnutar/src/
H A Dtar.h45 #define TMAGIC "ustar" /* ustar and a null */ macro
H A Dlist.c469 if (h->prefix[0] && strcmp (h->magic, TMAGIC) == 0)
578 if (strcmp (header->header.magic, TMAGIC) == 0)
H A Dcreate.c545 strncpy (header->header.magic, TMAGIC, TMAGLEN);
928 strncpy (header->header.magic, TMAGIC, TMAGLEN);
/macosx-10.10.1/apache-793/httpd/modules/metadata/
H A Dmod_mime_magic.c210 #define TMAGIC "ustar " /* 7 chars and a null */ macro
2253 if (0 == strcmp(header->header.magic, TMAGIC))
/macosx-10.10.1/ksh-23/ksh/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 304 milliseconds