Searched defs:magic_type (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/tar/
H A Dtar.c632 static const char *magic_type = "ustar"; variable
1527 is_posix = (strcmp(dblock.dbuf.magic, magic_type) == 0);
3113 if (strcmp(dblock.dbuf.magic, magic_type) == 0) {
6431 (void) sprintf(dblock.dbuf.magic, "%.5s", magic_type);

Completed in 79 milliseconds