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

/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf_fp.c1112 size_t thousands_sep_len; local
1118 thousands_sep_len = 0;
1120 thousands_sep_len = strlen (thousands_sep);
1125 + ngroups * thousands_sep_len);
1132 + ngroups * thousands_sep_len);
1142 cp = (char *) __mempcpy (cp, thousands_sep, thousands_sep_len);

Completed in 31 milliseconds