Home
last modified time | relevance | path

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

/busybox-1.35.0/coreutils/
Dwc.c68 # define COUNT_FMT "llu" macro
71 # define COUNT_FMT "u" macro
112 const char *start_fmt = " %9"COUNT_FMT + 1; in wc_main()
136 start_fmt = "%"COUNT_FMT; in wc_main()
237 s = " %9"COUNT_FMT; /* Ok... restore the leading space. */ in wc_main()