Home
last modified time | relevance | path

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

/freebsd-12.1/bin/pax/
H A Dar_io.c86 const char *gzip_program; /* name of gzip program */ variable
124 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()
H A Doptions.c387 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()
H A Dpax.c282 if (gzip_program != NULL) in main()
H A Dextern.h49 extern const char *gzip_program;