Lines Matching refs:gsize
1750 off_t usize, gsize; in handle_stdin() local
1793 usize = cat_fd(fourbytes, sizeof fourbytes, &gsize, STDIN_FILENO); in handle_stdin()
1797 (char *)fourbytes, sizeof fourbytes, &gsize, "(stdin)"); in handle_stdin()
1802 (char *)fourbytes, sizeof fourbytes, &gsize); in handle_stdin()
1813 sizeof fourbytes, &gsize); in handle_stdin()
1820 (char *)fourbytes, sizeof fourbytes, &gsize); in handle_stdin()
1826 (char *)fourbytes, sizeof fourbytes, &gsize); in handle_stdin()
1832 (char *)fourbytes, sizeof fourbytes, &gsize); in handle_stdin()
1838 (char *)fourbytes, sizeof fourbytes, &gsize); in handle_stdin()
1843 if (vflag && !tflag && usize != -1 && gsize != -1) in handle_stdin()
1844 print_verbage(NULL, NULL, usize, gsize); in handle_stdin()
1855 off_t gsize; in handle_stdout() local
1889 gz_compress(STDIN_FILENO, STDOUT_FILENO, &gsize, "", mtime); in handle_stdout()
1890 if (vflag && !tflag && usize != -1 && gsize != -1) in handle_stdout()
1891 print_verbage(NULL, NULL, usize, gsize); in handle_stdout()
1953 off_t usize, gsize; in handle_file() local
1963 gsize = sbp->st_size; in handle_file()
1965 gsize = file_compress(file, outfile, sizeof(outfile)); in handle_file()
1966 if (gsize == -1) in handle_file()
1973 print_verbage(file, (cflag) ? NULL : outfile, usize, gsize); in handle_file()
2054 print_verbage(const char *file, const char *nfile, off_t usize, off_t gsize) in print_verbage() argument
2059 print_ratio(usize, gsize, stderr); in print_verbage()