Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/tar/
H A Dtar.c703 #define XZ "/usr/bin/xz" macro
1027 compress_opt = compress_malloc(strlen(XZ) + 1); in main()
1028 (void) strcpy(compress_opt, XZ); in main()
9302 compress_opt = compress_malloc(strlen(XZ) + 1); in check_compression()
9303 (void) strcpy(compress_opt, XZ); in check_compression()
9327 } else if (strcmp(compress_opt, XZ) == 0) { in add_suffix()