Home
last modified time | relevance | path

Searched refs:COMP_MAGIC (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/tar/
H A Dtar.c9219 #define COMP_MAGIC "\037\235" macro
9249 } else if (memcmp(magic, COMP_MAGIC, 2) == 0) { in check_compression()