Searched refs:__current_locale (Results 1 - 25 of 121) sorted by relevance

12345

/macosx-10.10.1/Libc-1044.1.2/gdtoa/FreeBSD/
H A Dmachdep_ldisdd.c44 strtopdd(s, sp, (double *)&result, __current_locale());
H A Dmachdep_ldisx.c45 strtopx(s, sp, &result, __current_locale());
/macosx-10.10.1/Libc-1044.1.2/locale/FreeBSD/
H A Dmbsinit.c46 return mbsinit_l(ps, __current_locale());
H A Dwcwidth.c51 return (__wcwidth_l(wc, __current_locale()));
H A Dwctob.c53 return wctob_l(c, __current_locale());
H A Dbtowc.c61 return btowc_l(c, __current_locale());
H A Dmblen.c57 return mblen_l(s, n, __current_locale());
H A Dmbrlen.c48 return mbrlen_l(s, n, ps, __current_locale());
H A Dmbrtowc.c49 return mbrtowc_l(pwc, s, n, ps, __current_locale());
H A Dmbstowcs.c54 return mbstowcs_l(pwcs, s, n, __current_locale());
H A Dwcrtomb.c48 return wcrtomb_l(s, wc, ps, __current_locale());
/macosx-10.10.1/Libc-1044.1.2/stdio/FreeBSD/
H A Dgetwc.c49 return (fgetwc_l(fp, __current_locale()));
H A Dgetwchar.c48 return (fgetwc_l(stdin, __current_locale()));
H A Dputwc.c49 return (fputwc_l(wc, fp, __current_locale()));
H A Dputwchar.c48 return (fputwc_l(wc, stdout, __current_locale()));
H A Dvprintf.c47 return (vfprintf_l(stdout, __current_locale(), fmt, ap));
H A Dvwprintf.c40 return (vfwprintf_l(stdout, __current_locale(), fmt, ap));
H A Dvwscanf.c40 return (vfwscanf_l(stdin, __current_locale(), fmt, ap));
/macosx-10.10.1/Libc-1044.1.2/stdlib/FreeBSD/
H A Datof.c44 return strtod_l(ascii, (char **)NULL, __current_locale());
H A Datoi.c44 return (int)strtol_l(str, (char **)NULL, 10, __current_locale());
H A Datol.c44 return strtol_l(str, (char **)NULL, 10, __current_locale());
H A Datoll.c41 return strtoll_l(str, (char **)NULL, 10, __current_locale());
H A Dstrtoq.c49 return strtoll_l(nptr, endptr, base, __current_locale());
H A Dstrtouq.c49 return strtoull_l(nptr, endptr, base, __current_locale());
/macosx-10.10.1/Libc-1044.1.2/string/FreeBSD/
H A Dwcswidth.c65 return wcswidth_l(pwcs, n, __current_locale());

Completed in 304 milliseconds

12345