Searched refs:gzip_flags (Results 1 – 2 of 2) sorted by relevance
1581 const char *gzip_flags; in ar_start_gzip() local1601 gzip_flags = "-c"; in ar_start_gzip()1605 gzip_flags = "-dc"; in ar_start_gzip()1609 if (execlp(gzp, gzp, gzip_flags, NULL) < 0) in ar_start_gzip()
151 #define gzip_flags "-cd" macro152 #define lzip_flags gzip_flags155 "gzip", gzip_flags, NULL