Searched refs:magic_type (Results 1 – 1 of 1) sorted by relevance
634 static const char *magic_type = "ustar"; variable1529 is_posix = (strcmp(dblock.dbuf.magic, magic_type) == 0); in getdir()3115 if (strcmp(dblock.dbuf.magic, magic_type) == 0) { in doxtract()6433 (void) sprintf(dblock.dbuf.magic, "%.5s", magic_type); in build_dblock()