Searched refs:gzip_program (Results 1 – 4 of 4) sorted by relevance
86 const char *gzip_program; /* name of gzip program */ variable124 if (arfd != -1 && gzip_program != NULL) in ar_open()125 ar_start_gzip(arfd, gzip_program, 0); in ar_open()135 if (arfd != -1 && gzip_program != NULL) in ar_open()136 ar_start_gzip(arfd, gzip_program, 1); in ar_open()
387 gzip_program = GZIP_CMD; in pax_options()663 gzip_program = BZIP2_CMD; in tar_options()736 gzip_program = GZIP_CMD; in tar_options()788 gzip_program = COMPRESS_CMD; in tar_options()1136 gzip_program = GZIP_CMD; in cpio_options()1218 gzip_program = COMPRESS_CMD; in cpio_options()
282 if (gzip_program != NULL) in main()
49 extern const char *gzip_program;