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

/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstrtol.c158 # define LOCALE_PARAM , loc macro
161 # define LOCALE_PARAM macro
226 INTERNAL (strtol) (nptr, endptr, base, group LOCALE_PARAM)
549 strtol (nptr, endptr, base LOCALE_PARAM)
555 return INTERNAL (strtol) (nptr, endptr, base, 0 LOCALE_PARAM);
H A Dstrtod.c85 # define LOCALE_PARAM , loc macro
88 # define LOCALE_PARAM macro
435 INTERNAL (STRTOF) (nptr, endptr, group LOCALE_PARAM)
1587 STRTOF (nptr, endptr LOCALE_PARAM)
1592 return INTERNAL (STRTOF) (nptr, endptr, 0 LOCALE_PARAM);

Completed in 43 milliseconds