Searched refs:chars (Results 1 – 5 of 5) sorted by relevance
/coreutils/src/ |
D | pr.c | 2428 int chars; in read_line() local 2464 chars = char_to_clump (c); in read_line() 2515 print_clump (p, chars, clump_buff); in read_line() 2538 chars = char_to_clump (c); in read_line() 2545 print_clump (p, chars, clump_buff); in read_line() 2643 int chars; in char_to_clump() local 2657 chars = width; in char_to_clump() 2662 chars = 1; in char_to_clump() 2671 chars = 4; in char_to_clump() 2682 chars = 2; in char_to_clump() [all …]
|
D | wc.c | 211 uintmax_t chars, in write_counts() argument 233 printf (format_int, number_width, umaxtostr (chars, buf)); in write_counts() 308 intmax_t lines, words, chars, bytes, linelength; in wc() local 312 lines = words = chars = bytes = linelength = 0; in wc() 543 chars++; in wc() 608 chars = bytes; in wc() 611 write_counts (lines, words, chars, bytes, linelength, file_x); in wc() 615 total_chars_overflow |= ckd_add (&total_chars, total_chars, chars); in wc()
|
/coreutils/tests/ |
D | local.mk | 119 tests/df/problematic-chars.sh \
|
/coreutils/doc/ |
D | coreutils.texi | 2642 @itemx --show-control-chars 2644 @opindex --show-control-chars 3847 @itemx --chars 3849 @opindex --chars 5366 @itemx --skip-chars=@var{n} 5368 @opindex --skip-chars 5490 @itemx --check-chars=@var{n} 5492 @opindex --check-chars 8255 @option{--hide-control-chars} (@option{-q}), and @option{--zero} options 8476 This option also implies the options @option{--show-control-chars}, [all …]
|
/coreutils/ |
D | NEWS | 1420 which avoids confusing error messages in the presence of '\r' chars etc.
|