HomeSort by: relevance | last modified time | path
    Searched defs:gzip_program (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/pax/
ar_io.c 97 const char *gzip_program; /* name of gzip program */ variable
172 if (arfd != -1 && gzip_program != NULL)
173 ar_start_gzip(arfd, gzip_program, 0);
183 if (arfd != -1 && gzip_program != NULL)
184 ar_start_gzip(arfd, gzip_program, 1);
ar_io.c 97 const char *gzip_program; /* name of gzip program */ variable
172 if (arfd != -1 && gzip_program != NULL)
173 ar_start_gzip(arfd, gzip_program, 0);
183 if (arfd != -1 && gzip_program != NULL)
184 ar_start_gzip(arfd, gzip_program, 1);
ar_io.c 97 const char *gzip_program; /* name of gzip program */ variable
172 if (arfd != -1 && gzip_program != NULL)
173 ar_start_gzip(arfd, gzip_program, 0);
183 if (arfd != -1 && gzip_program != NULL)
184 ar_start_gzip(arfd, gzip_program, 1);

Completed in 64 milliseconds