Searched refs:f_commas (Results 1 – 3 of 3) sorted by relevance
94 int f_commas; /* separate size field with comma */ variable248 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()
156 (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()
47 extern int f_commas; /* separate size field with commas */