Searched refs:locale_t (Results 26 - 50 of 146) sorted by relevance

123456

/freebsd-12-stable/lib/libc/stdio/
H A Dgetwc.c58 getwc_l(FILE *fp, locale_t locale)
H A Dgetwchar.c56 getwchar_l(locale_t locale)
H A Dputwchar.c51 putwchar_l(wchar_t wc, locale_t locale)
H A Dvprintf.c55 vprintf_l(locale_t locale, const char * __restrict fmt, __va_list ap)
H A Dputwc.c52 putwc_l(wchar_t wc, FILE *fp, locale_t locale)
H A Dvscanf.c54 vscanf_l(locale_t locale, const char * __restrict fmt, __va_list ap)
H A Dvwprintf.c48 vwprintf_l(locale_t locale, const wchar_t * __restrict fmt, va_list ap)
H A Dvwscanf.c48 vwscanf_l(locale_t locale, const wchar_t * __restrict fmt, va_list ap)
/freebsd-12-stable/lib/libc/stdlib/
H A Datof.c53 atof_l(const char *ascii, locale_t locale)
H A Datoi.c53 atoi_l(const char *str, locale_t locale)
H A Datol.c53 atol_l(const char *str, locale_t locale)
H A Datoll.c50 atoll_l(const char *str, locale_t locale)
/freebsd-12-stable/lib/libc/locale/
H A Dlmonetary.h69 struct lc_monetary_T *__get_current_monetary_locale(locale_t loc);
H A Dwctob.c43 wctob_l(wint_t c, locale_t locale)
H A Dbtowc.c42 btowc_l(int c, locale_t l)
H A Dc32rtomb.c39 locale_t locale)
H A Dmblen.c42 mblen_l(const char *s, size_t n, locale_t locale)
H A Dmbrlen.c41 mbrlen_l(const char * __restrict s, size_t n, mbstate_t * __restrict ps, locale_t locale)
H A Dmbrtoc32.c38 mbstate_t * __restrict ps, locale_t locale)
H A Dmbrtowc.c42 size_t n, mbstate_t * __restrict ps, locale_t locale)
H A Dmbstowcs.c43 mbstowcs_l(wchar_t * __restrict pwcs, const char * __restrict s, size_t n, locale_t locale)
H A Dwcrtomb.c42 locale_t locale)
H A Dwcstombs.c44 locale_t locale)
H A Dwctomb.c42 wctomb_l(char *s, wchar_t wchar, locale_t locale)
/freebsd-12-stable/lib/libc/string/
H A Dwcswidth.c52 wcswidth_l(const wchar_t *pwcs, size_t n, locale_t locale)

Completed in 100 milliseconds

123456