gzip.c | 1810 off_t usize, gsize; local in function:handle_stdin 1856 usize = cat_fd(fourbytes, sizeof fourbytes, &gsize, STDIN_FILENO); 1861 (char *)fourbytes, sizeof fourbytes, &gsize, "(stdin)"); 1866 (char *)fourbytes, sizeof fourbytes, &gsize); 1877 sizeof fourbytes, &gsize); 1884 (char *)fourbytes, sizeof fourbytes, &gsize); 1890 (char *)fourbytes, sizeof fourbytes, &gsize); 1896 (char *)fourbytes, sizeof fourbytes, &gsize); 1902 if (vflag && !tflag && usize != -1 && gsize != -1) 1903 print_verbage(NULL, NULL, usize, gsize); 1917 off_t gsize; local in function:handle_stdout 2020 off_t usize, gsize; local in function:handle_file [all...] |