Home
last modified time | relevance | path

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

/freebsd/bin/pax/
H A Dar_io.c78 const char *gzip_program; /* name of gzip program */ variable
116 if (arfd != -1 && gzip_program != NULL) in ar_open()
117 ar_start_gzip(arfd, gzip_program, 0); in ar_open()
127 if (arfd != -1 && gzip_program != NULL) in ar_open()
128 ar_start_gzip(arfd, gzip_program, 1); in ar_open()
H A Doptions.c379 gzip_program = GZIP_CMD; in pax_options()
655 gzip_program = BZIP2_CMD; in tar_options()
728 gzip_program = GZIP_CMD; in tar_options()
780 gzip_program = COMPRESS_CMD; in tar_options()
1128 gzip_program = GZIP_CMD; in cpio_options()
1210 gzip_program = COMPRESS_CMD; in cpio_options()
H A Dpax.c268 if (gzip_program != NULL) in main()
H A Dextern.h46 extern const char *gzip_program;