HomeSort by: relevance | last modified time | path
    Searched defs:print_verbage (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/gzip/
gzip.c 257 static void print_verbage(const char *, const char *, off_t, off_t);
1903 print_verbage(NULL, NULL, usize, gsize);
1956 print_verbage(NULL, NULL, usize, gsize);
2043 print_verbage(file, (cflag) ? NULL : outfile, usize, gsize);
2126 print_verbage(const char *file, const char *nfile, off_t usize, off_t gsize) function in typeref:typename:void
gzip.c 257 static void print_verbage(const char *, const char *, off_t, off_t);
1903 print_verbage(NULL, NULL, usize, gsize);
1956 print_verbage(NULL, NULL, usize, gsize);
2043 print_verbage(file, (cflag) ? NULL : outfile, usize, gsize);
2126 print_verbage(const char *file, const char *nfile, off_t usize, off_t gsize) function in typeref:typename:void

Completed in 26 milliseconds