Home
last modified time | relevance | path

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

/busybox-1.35.0/coreutils/
Dhead.c55 # define print_first_N(fp,count,bytes) print_first_N(fp,count) macro
58 print_first_N(FILE *fp, unsigned long count, bool count_bytes) in print_first_N() function
258 print_first_N(fp, count, count_bytes); in head_main()