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

  /src/include/
tar.h 40 #define TMAGIC "ustar" /* ustar and a null */
  /src/bin/pax/
tar.h 132 #define TMAGIC "ustar" /* ustar and a null */
tar.c 397 if (strncmp(uhd->magic, TMAGIC, TMAGLEN - 1) == 0) {
794 if (strncmp(hd->magic, TMAGIC, TMAGLEN - 1) != 0)
1206 strncpy(hd->magic, TMAGIC, TMAGLEN);

Completed in 13 milliseconds