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

/macosx-10.10.1/Libc-1044.1.2/stdlib/FreeBSD/
H A Dstrtouq.c49 return strtoull_l(nptr, endptr, base, __current_locale());
56 /* no need to call NORMALIZE_LOCALE(loc) because strtoull_l will */
57 return strtoull_l(nptr, endptr, base, loc);
H A Dstrtoull.c50 strtoull_l(const char * __restrict nptr, char ** __restrict endptr, int base, function
127 return strtoull_l(nptr, endptr, base, __current_locale());
/macosx-10.10.1/Libc-1044.1.2/include/xlocale/
H A D_stdlib.h54 strtoull_l(const char *, char **, int, locale_t);
/macosx-10.10.1/libmalloc-53.1.1/src/
H A Dmalloc.c171 val = strtoull_l(tmp, NULL, 0, NULL);

Completed in 131 milliseconds