Home
last modified time | relevance | path

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

/coreutils/src/
Dfold.c40 static bool count_bytes; variable
94 if (!count_bytes) in adjust_column()
253 break_spaces = count_bytes = have_read_stdin = false; in main()
262 count_bytes = true; in main()
Dwc.c309 bool count_bytes, count_chars, count_complicated; in wc() local
318 count_bytes = print_bytes; in wc()
323 count_bytes = print_bytes || print_chars; in wc()
329 if (!count_bytes || count_chars || print_lines || count_complicated) in wc()
342 if (count_bytes && !count_chars && !print_lines && !count_complicated) in wc()
/coreutils/
DNEWS452 102,400 blocks of data. The flags count_bytes, skip_bytes and
2270 dd now accepts the count_bytes, skip_bytes iflags and the seek_bytes