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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dprogress.c859 const char *size_grouped = with_thousand_seps (size);
860 int size_grouped_len = count_cols (size_grouped);
862 int size_grouped_diff = strlen (size_grouped) - size_grouped_len;
863 int size_grouped_pad; /* Used to pad the field width for size_grouped. */
972 sprintf (p, " %s", size_grouped);
974 /* Pad with spaces to 11 chars for the size_grouped field;
857 const char *size_grouped = with_thousand_seps (size); local

Completed in 37 milliseconds