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

/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dgrouping.h42 size_t thousands_len; local
50 thousands_len = strlen (thousands);
65 if (cp[thousands_len - 1] == *thousands)
68 if (thousands[cnt] != cp[thousands_len - 1 - cnt])
124 if (thousands[cnt] != cp[thousands_len - cnt - 1])
148 if (thousands[cnt] != cp[thousands_len - cnt - 1])
H A Dstrtol.c254 size_t thousands_len = 0; variable
339 thousands_len = strlen (thousands);
348 ({ for (cnt = 0; cnt < thousands_len; ++cnt)
351 cnt < thousands_len; })
360 && ({ for (cnt = 0; cnt < thousands_len; ++cnt)
363 cnt < thousands_len; })
398 else if (thousands_len)
400 for (cnt = 0; cnt < thousands_len; ++cnt)
403 if (cnt == thousands_len)
405 s += thousands_len
[all...]

Completed in 35 milliseconds