Searched refs:strtoumax_l (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/include/xlocale/
H A D_inttypes.h39 uintmax_t strtoumax_l(const char * __restrict, char ** __restrict, int,
/freebsd-10.0-release/lib/libc/stdlib/
H A Dstrtoumax.c54 strtoumax_l(const char * __restrict nptr, char ** __restrict endptr, int base, function
130 return strtoumax_l(nptr, endptr, base, __get_locale());
H A DSymbol.map103 strtoumax_l;
/freebsd-10.0-release/lib/libc/stdio/
H A Dvfscanf.c751 res = strtoumax_l(buf, (char **)NULL, base, locale);

Completed in 228 milliseconds