Searched refs:count_bytes (Results 1 – 2 of 2) sorted by relevance
58 print_first_N(FILE *fp, unsigned long count, bool count_bytes) in print_first_N() argument61 const int count_bytes = 0; in print_first_N() local67 if (count_bytes || (c == '\n')) in print_first_N()173 bool count_bytes = 0; in head_main() local177 # define count_bytes 0 in head_main() macro209 count_bytes = 1; in head_main()252 if (count_bytes) { in head_main()258 print_first_N(fp, count, count_bytes); in head_main()
3 test "$(echo I WANT | busybox dd count=3 iflag=count_bytes 2>/dev/null)" = "I W"