Home
last modified time | relevance | path

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

/coreutils/src/
Dwc.c210 uintmax_t words, in write_counts() argument
228 printf (format_int, number_width, umaxtostr (words, buf)); in write_counts()
308 intmax_t lines, words, chars, bytes, linelength; in wc() local
312 lines = words = chars = bytes = linelength = 0; in wc()
479 words += !in_word; in wc()
537 words += !in_word & in_word2; in wc()
596 words += !in_word & in_word2; in wc()
611 write_counts (lines, words, chars, bytes, linelength, file_x); in wc()
614 total_words_overflow |= ckd_add (&total_words, total_words, words); in wc()
Dstat.c887 int words = sizeof statfsbuf->f_fsid / sizeof *p; in print_statfs()
888 for (int i = 0; i < words && i * sizeof *p < sizeof fsid; i++) in print_statfs()
890 uintmax_t u = p[words - 1 - i]; in print_statfs()
/coreutils/tests/wc/
Dwc-files0.sh23 echo 2 words > 2w || framework_failure_
/coreutils/doc/
Dfdl.texi79 be at most 5 words, and a Back-Cover Text may be at most 25 words.
158 the full title with all words of the title equally prominent and
288 You may add a passage of up to five words as a Front-Cover Text, and a
289 passage of up to 25 words as a Back-Cover Text, to the end of the list
Dcoreutils.texi2465 By default, blank lines, spaces between words, and indentation are
2520 Uniform spacing. Reduce spacing between words to one space, and spacing
3793 @command{wc} counts the number of bytes, characters, words, and newlines
3810 The counts are printed in this order: newlines, words, characters, bytes,
3819 By default, @command{wc} prints three counts: the newline, words, and byte
3824 wc --bytes --words
3854 @itemx --words
3856 @opindex --words
5741 which characters make up words. It introduces the name of a
5759 The file associated with this option contains a list of words which will
[all …]
/coreutils/
DNEWS14 wc no longer fails to count unprintable characters as parts of words.
28 wc no longer ignores encoding errors when counting words.