Searched refs:gzip_flags (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/bin/pax/ |
| D | ar_io.c | 1257 const char *gzip_flags; in ar_start_gzip() local 1277 gzip_flags = "-c"; in ar_start_gzip() 1281 gzip_flags = "-dc"; in ar_start_gzip() 1285 if (execlp(gzip_prog, gzip_prog, gzip_flags, in ar_start_gzip()
|
| /freebsd-12-stable/contrib/file/src/ |
| D | compress.c | 134 #define gzip_flags "-cd" macro 136 #define lzip_flags gzip_flags 139 "gzip", gzip_flags, NULL
|
| /freebsd-12-stable/usr.sbin/newsyslog/ |
| D | newsyslog.c | 139 static const char *gzip_flags[] = { "-f" }; variable 140 #define bzip2_flags gzip_flags 141 #define xz_flags gzip_flags 146 { "Z", ".gz", _PATH_GZIP, gzip_flags, nitems(gzip_flags) },
|