HomeSort by: relevance | last modified time | path
    Searched refs:TMAGLEN (Results 1 - 3 of 3) sorted by relevancy

  /src/include/
tar.h 41 #define TMAGLEN 6
  /src/bin/pax/
tar.h 133 #define TMAGLEN 6
147 char magic[TMAGLEN]; /* magic cookie */
tar.c 391 * 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 14 milliseconds