Home
last modified time | relevance | path

Searched refs:btowc_l (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/lib/libc/locale/
H A Dmultibyte_amd1.c216 btowc_l(int c, locale_t loc) in btowc_l() function
231 return btowc_l(c, _current_locale()); in btowc()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A D__bsd_locale_defaults.h22 #define __libcpp_btowc_l(ch, loc) btowc_l(ch, loc)
/netbsd-src/external/apache2/llvm/dist/libcxx/src/support/win32/
H A Dlocale_win32.cpp79 wint_t btowc_l( int c, locale_t loc ) in btowc_l() function
/netbsd-src/distrib/utils/libhack/
H A Dmultibyte.c66 btowc_l(int x, locale_t loc) in btowc_l() function
/netbsd-src/include/
H A Dwchar.h268 wint_t btowc_l(int, locale_t);
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__support/win32/
H A Dlocale_win32.h209 wint_t btowc_l( int c, locale_t loc );
/netbsd-src/lib/libc/stdio/
H A Dvfwprintf.c1028 *buf = (wchar_t)btowc_l(GETARG(int), loc); in WDECL()