Home
last modified time | relevance | path

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

/coreutils/src/
Dwc.c217 char const *format_int = format_sp_int + 1; in write_counts() local
223 printf (format_int, number_width, umaxtostr (lines, buf)); in write_counts()
224 format_int = format_sp_int; in write_counts()
228 printf (format_int, number_width, umaxtostr (words, buf)); in write_counts()
229 format_int = format_sp_int; in write_counts()
233 printf (format_int, number_width, umaxtostr (chars, buf)); in write_counts()
234 format_int = format_sp_int; in write_counts()
238 printf (format_int, number_width, umaxtostr (bytes, buf)); in write_counts()
239 format_int = format_sp_int; in write_counts()
242 printf (format_int, number_width, imaxtostr (linelength, buf)); in write_counts()