ar_io.c | 97 const char *gzip_program; /* name of gzip program */ variable in typeref:typename:const char * 172 if (arfd != -1 && gzip_program != NULL) 173 ar_start_gzip(arfd, gzip_program, 0); 183 if (arfd != -1 && gzip_program != NULL) 184 ar_start_gzip(arfd, gzip_program, 1);
|