Home
last modified time | relevance | path

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

/third_party/ltp/lib/
H A Dtst_kconfig.c75 static char is_gzip; variable
89 is_gzip = !!strstr(path, ".gz"); in open_kconfig()
91 if (is_gzip) { in open_kconfig()
106 if (is_gzip) in close_kconfig()
/third_party/toybox/lib/
H A 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()

Completed in 3 milliseconds