Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/gzip/
H A Dgzip.c257 static void print_verbage(const char *, const char *, off_t, off_t);
1903 print_verbage(NULL, NULL, usize, gsize); in handle_stdin()
1956 print_verbage(NULL, NULL, usize, gsize); in handle_stdout()
2043 print_verbage(file, (cflag) ? NULL : outfile, usize, gsize); in handle_file()
2126 print_verbage(const char *file, const char *nfile, off_t usize, off_t gsize) in print_verbage() function