Searched refs:group (Results 1 – 7 of 7) sorted by relevance
/stdlib/ |
A D | tst-strtod5i.c | 30 int group; member 80 double r = __strtod_internal (tests[i].in, &ep, tests[i].group); in do_test()
|
A D | strtold_l.c | 43 int group, locale_t loc) in INTERNAL() 45 return INTERNAL (__STRTOD) (nptr, endptr, group, loc); in INTERNAL()
|
A D | strtol.c | 96 int base, int group) in INTERNAL() 98 return INTERNAL (__strtol_l) (nptr, endptr, base, group, _NL_CURRENT_LOCALE); in INTERNAL()
|
A D | strtod.c | 67 INTERNAL (STRTOF) (const STRING_TYPE *nptr, STRING_TYPE **endptr, int group) in INTERNAL() 69 return INTERNAL(STRTOF_L) (nptr, endptr, group, _NL_CURRENT_LOCALE); in INTERNAL()
|
A D | strfmon_l.c | 109 int group; in __vstrfmon_l_internal() local 154 group = 1; /* Print digits grouped. */ in __vstrfmon_l_internal() 178 group = 0; in __vstrfmon_l_internal() 329 if (group && left_prec != -1) in __vstrfmon_l_internal() 542 info.group = group; in __vstrfmon_l_internal()
|
A D | strtol_l.c | 224 int base, int group, locale_t loc) in INTERNAL() 251 if (__glibc_unlikely (group)) in INTERNAL()
|
A D | strtod_l.c | 506 ____STRTOF_INTERNAL (const STRING_TYPE *nptr, STRING_TYPE **endptr, int group, in ____STRTOF_INTERNAL() argument 563 if (__glibc_unlikely (group)) in ____STRTOF_INTERNAL()
|
Completed in 16 milliseconds