Home
last modified time | relevance | path

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

/freebsd-14.2/bin/pax/
H A Dar_io.c84 const char *gzip_program; /* name of gzip program */ variable
122 if (arfd != -1 && gzip_program != NULL) in ar_open()
123 ar_start_gzip(arfd, gzip_program, 0); in ar_open()
133 if (arfd != -1 && gzip_program != NULL) in ar_open()
134 ar_start_gzip(arfd, gzip_program, 1); in ar_open()
H A Doptions.c386 gzip_program = GZIP_CMD; in pax_options()
662 gzip_program = BZIP2_CMD; in tar_options()
735 gzip_program = GZIP_CMD; in tar_options()
787 gzip_program = COMPRESS_CMD; in tar_options()
1135 gzip_program = GZIP_CMD; in cpio_options()
1217 gzip_program = COMPRESS_CMD; in cpio_options()
H A Dpax.c280 if (gzip_program != NULL) in main()
H A Dextern.h48 extern const char *gzip_program;