Searched refs:strtoul_l (Results 1 - 4 of 4) sorted by path

/macosx-10.9.5/CF-855.17/
H A DCFUUID.c287 if (1 == strtoul_l(value, NULL, 0, NULL)) useV1UUIDs = true;
H A DCoreFoundation_Prefix.h114 #define strtoul_l(a,b,c,locale) strtoul(a,b,c) macro
305 #define strtoul_l(a,b,c,locale) strtoul(a,b,c) macro
/macosx-10.9.5/Libc-997.90.3/include/xlocale/
H A D_stdlib.h52 strtoul_l(const char *, char **, int, locale_t);
/macosx-10.9.5/Libc-997.90.3/stdlib/FreeBSD/
H A Dstrtoul.c50 strtoul_l(const char * __restrict nptr, char ** __restrict endptr, int base, function
127 return strtoul_l(nptr, endptr, base, __current_locale());

Completed in 168 milliseconds