Home
last modified time | relevance | path

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

/netbsd/src/bin/ls/
Dls.c94 int f_commas; /* separate size field with comma */ variable
248 f_commas = 0; in ls_main()
252 f_commas = 1; in ls_main()
637 if (f_commas) /* allow for commas before every third digit */ in display()
653 if (f_commas) /* allow for commas before every third digit */ in display()
Dprint.c156 (void)printf(f_commas ? "%'*llu " : "%*llu ", in printlong()
186 (void)printf(f_commas ? "%'*llu " : "%*llu ", in printlong()
386 chcnt += printf(f_commas ? "%'*llu " : "%*llu ", in printaname()
450 (void)printf(f_commas ? "total %'llu\n" : in printtotal()
Dls.h47 extern int f_commas; /* separate size field with commas */