Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dcompress.c495 static int is_gzip(struct bitbuf *bb) in is_gzip() function
556 if (!is_gzip(bb)) error_exit("not gzip"); in do_zcat()