Home
last modified time | relevance | path

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

/third_party/toybox/toys/other/
Dbzcat.c643 static char *bunzipStream(int src_fd, int dst_fd) in bunzipStream() function
666 char *err = bunzipStream(fd, 1); in do_bzcat()
701 err = bunzipStream(fd, outfd); in do_bunzip2()