Home
last modified time | relevance | path

Searched refs:is_gzip (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/lib/
Dtst_kconfig.c70 static char is_gzip; variable
84 is_gzip = !!strstr(path, ".gz"); in open_kconfig()
86 if (is_gzip) { in open_kconfig()
101 if (is_gzip) in close_kconfig()
/third_party/toybox/lib/
Ddeflate.c405 static int is_gzip(struct bitbuf *bb) in is_gzip() function
493 if (!is_gzip(bb)) error_exit("not gzip"); in gunzip_fd()