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

/freebsd-11-stable/include/xlocale/
H A D_stdlib.h51 unsigned long strtoul_l(const char *, char **, int, locale_t);
/freebsd-11-stable/lib/libc/stdlib/
H A Dstrtoul.c54 strtoul_l(const char * __restrict nptr, char ** __restrict endptr, int base, locale_t locale) function
129 return strtoul_l(nptr, endptr, base, __get_locale());

Completed in 58 milliseconds