Home
last modified time | relevance | path

Searched defs:mbtowc (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dmbtowc-impl.h23 mbtowc (wchar_t *pwc, const char *s, size_t n) in mbtowc() function
/netbsd-src/lib/libc/locale/
H A Dmultibyte_c90.c103 mbtowc(wchar_t *pw, const char *s, size_t n) in mbtowc() function
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dutf-8-conv.c338 int mbtowc(wchar_t *pwc, const char *s, size_t n) { return mbrtowc(pwc, s, n, NULL); } in mbtowc() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcfns.gperf134 mbtowc, 89 keyword
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcfns.gperf134 mbtowc, 89 keyword
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_interceptors.cc540 INTERCEPTOR(int, mbtowc, wchar_t *dest, const char *src, SIZE_T n) { in INTERCEPTOR() argument
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc2137 TEST(MemorySanitizer, mbtowc) { in TEST() argument