Searched refs:gzip_program (Results 1 – 4 of 4) sorted by relevance
84 const char *gzip_program; /* name of gzip program */ variable122 if (arfd != -1 && gzip_program != NULL) in ar_open()123 ar_start_gzip(arfd, gzip_program, 0); in ar_open()133 if (arfd != -1 && gzip_program != NULL) in ar_open()134 ar_start_gzip(arfd, gzip_program, 1); in ar_open()
386 gzip_program = GZIP_CMD; in pax_options()662 gzip_program = BZIP2_CMD; in tar_options()735 gzip_program = GZIP_CMD; in tar_options()787 gzip_program = COMPRESS_CMD; in tar_options()1135 gzip_program = GZIP_CMD; in cpio_options()1217 gzip_program = COMPRESS_CMD; in cpio_options()
280 if (gzip_program != NULL) in main()
48 extern const char *gzip_program;