Home
last modified time | relevance | path

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

/busybox-1.35.0/coreutils/
Dhead.c58 print_first_N(FILE *fp, unsigned long count, bool count_bytes) in print_first_N() argument
61 const int count_bytes = 0; in print_first_N() local
67 if (count_bytes || (c == '\n')) in print_first_N()
173 bool count_bytes = 0; in head_main() local
177 # define count_bytes 0 in head_main() macro
209 count_bytes = 1; in head_main()
252 if (count_bytes) { in head_main()
258 print_first_N(fp, count, count_bytes); in head_main()
/busybox-1.35.0/testsuite/dd/
Ddd-count-bytes3 test "$(echo I WANT | busybox dd count=3 iflag=count_bytes 2>/dev/null)" = "I W"