Lines Matching refs:usize
1750 off_t usize, gsize; in handle_stdin() local
1793 usize = cat_fd(fourbytes, sizeof fourbytes, &gsize, STDIN_FILENO); in handle_stdin()
1796 usize = gz_uncompress(STDIN_FILENO, STDOUT_FILENO, in handle_stdin()
1801 usize = unbzip2(STDIN_FILENO, STDOUT_FILENO, in handle_stdin()
1812 usize = zuncompress(in, stdout, (char *)fourbytes, in handle_stdin()
1819 usize = unpack(STDIN_FILENO, STDOUT_FILENO, in handle_stdin()
1825 usize = unxz(STDIN_FILENO, STDOUT_FILENO, in handle_stdin()
1831 usize = unlz(STDIN_FILENO, STDOUT_FILENO, in handle_stdin()
1837 usize = unzstd(STDIN_FILENO, STDOUT_FILENO, in handle_stdin()
1843 if (vflag && !tflag && usize != -1 && gsize != -1) in handle_stdin()
1844 print_verbage(NULL, NULL, usize, gsize); in handle_stdin()
1846 print_test("(stdin)", usize != -1); in handle_stdin()
1856 off_t usize; in handle_stdout() local
1888 usize = 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
1958 usize = file_uncompress(file, outfile, sizeof(outfile)); in handle_file()
1960 print_test(file, usize != -1); in handle_file()
1961 if (usize == -1) in handle_file()
1968 usize = sbp->st_size; 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()
2110 uint32_t usize; in print_list() local
2119 usize = le32dec(&buf[4]); in print_list()
2120 in = (off_t)usize; in print_list()