Home
last modified time | relevance | path

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

/coreutils/src/
Dwc.c58 static uintmax_t total_chars; variable
615 total_chars_overflow |= ckd_add (&total_chars, total_chars, chars); in wc()
749 total_lines = total_words = total_chars = total_bytes = max_line_length = 0; in main()
957 total_chars = UINTMAX_MAX; in main()
968 write_counts (total_lines, total_words, total_chars, total_bytes, in main()