Searched refs:gzip_program (Results 1 – 2 of 2) sorted by relevance
97 const char *gzip_program; /* name of gzip program */ variable172 if (arfd != -1 && gzip_program != NULL) in ar_open()173 ar_start_gzip(arfd, gzip_program, 0); in ar_open()183 if (arfd != -1 && gzip_program != NULL) in ar_open()184 ar_start_gzip(arfd, gzip_program, 1); in ar_open()
50 extern const char *gzip_program;