Searched defs:mbtowc (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
H A D | mbtowc-impl.h | 23 mbtowc (wchar_t *pwc, const char *s, size_t n) in mbtowc() function
|
/netbsd-src/lib/libc/locale/ |
H A D | multibyte_c90.c | 103 mbtowc(wchar_t *pw, const char *s, size_t n) in mbtowc() function
|
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
H A D | utf-8-conv.c | 338 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 D | cfns.gperf | 134 mbtowc, 89 keyword
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cfns.gperf | 134 mbtowc, 89 keyword
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
H A D | msan_interceptors.cc | 540 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 D | msan_test.cc | 2137 TEST(MemorySanitizer, mbtowc) { in TEST() argument
|