Searched refs:thousands (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/bin/df/
H A Ddf.c106 static int thousands; variable
221 thousands = 1;
486 if (thousands) { /* make space for commas */
536 if (thousands)
559 if (thousands)
/freebsd-11-stable/contrib/subversion/subversion/svnfsfs/
H A Dstats-cmd.c53 int thousands = (i >= 0) ? (i / 10) : 0; local
55 char si_prefix = (thousands < strlen(si_prefixes))
56 ? si_prefixes[thousands]

Completed in 58 milliseconds