Lines Matching refs:s
230 const STRING_TYPE *s; in INTERNAL() local
288 save = s = nptr; in INTERNAL()
291 while (ISSPACE (*s)) in INTERNAL()
292 ++s; in INTERNAL()
293 if (__glibc_unlikely (*s == L_('\0'))) in INTERNAL()
298 if (*s == L_('-')) in INTERNAL()
301 ++s; in INTERNAL()
303 else if (*s == L_('+')) in INTERNAL()
304 ++s; in INTERNAL()
307 if (*s == L_('0')) in INTERNAL()
309 if ((base == 0 || base == 16) && TOUPPER (s[1]) == L_('X')) in INTERNAL()
311 s += 2; in INTERNAL()
321 save = s; in INTERNAL()
334 end = s; in INTERNAL()
337 *s != thousands in INTERNAL()
361 end = __correctly_grouped_prefixwc (s, end, thousands, grouping); in INTERNAL()
363 end = __correctly_grouped_prefixmb (s, end, thousands, grouping); in INTERNAL()
377 c = *s; in INTERNAL()
383 for (;c != L_('\0'); c = *++s) in INTERNAL()
385 if (s == end) in INTERNAL()
397 if (thousands[cnt] != s[cnt]) in INTERNAL()
401 s += thousands_len - 1; in INTERNAL()
431 for (;c != L_('\0'); c = *++s) in INTERNAL()
433 if (s == end) in INTERNAL()
445 if (thousands[cnt] != s[cnt]) in INTERNAL()
449 s += thousands_len - 1; in INTERNAL()
477 if (s == save) in INTERNAL()
483 *endptr = (STRING_TYPE *) s; in INTERNAL()