Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/tar/
H A Dtar.c706 #define XZ "/usr/bin/xz" macro
1028 compress_opt = compress_malloc(strlen(XZ) + 1); in main()
1029 (void) strcpy(compress_opt, XZ); in main()
9262 compress_opt = compress_malloc(strlen(XZ) + 1); in check_compression()
9263 (void) strcpy(compress_opt, XZ); in check_compression()
9287 } else if (strcmp(compress_opt, XZ) == 0) { in add_suffix()