Searched refs:is_gzip (Results 1 – 2 of 2) sorted by relevance
70 static char is_gzip; variable84 is_gzip = !!strstr(path, ".gz"); in open_kconfig()86 if (is_gzip) { in open_kconfig()101 if (is_gzip) in close_kconfig()
405 static int is_gzip(struct bitbuf *bb) in is_gzip() function493 if (!is_gzip(bb)) error_exit("not gzip"); in gunzip_fd()