Home
last modified time | relevance | path

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

/third_party/musl/src/multibyte/
Dmbtowc.c6 int mbtowc(wchar_t *restrict wc, const char *restrict src, size_t n) in mbtowc() function
/third_party/musl/porting/liteos_a/kernel/src/multibyte/
Dmbtowc.c6 int mbtowc(wchar_t *restrict wc, const char *restrict src, size_t n) in mbtowc() function
/third_party/musl/porting/liteos_m/kernel/src/multibyte/
Dmbtowc.c6 int mbtowc(wchar_t *restrict wc, const char *restrict src, size_t n) in mbtowc() function
/third_party/musl/porting/uniproton/kernel/src/multibyte/
Dmbtowc.c6 int mbtowc(wchar_t *restrict wc, const char *restrict src, size_t n) in mbtowc() function
/third_party/bounds_checking_function/src/
Dsecurecutil.c38 int mbtowc(wchar_t *pwc, const char *s, size_t n) in mbtowc() function
/third_party/mindspore/mindspore-src/source/third_party/securec/src/
Dsecurecutil.c37 int mbtowc(wchar_t *pwc, const char *s, size_t n) in mbtowc() function
/third_party/ncurses/test/
Dwidechars.h44 #define mbtowc(pwc,s,n) _nc_mbtowc(pwc,s,n) macro
/third_party/rust/crates/libc/src/solid/
Dmod.rs576 pub fn mbtowc(arg1: *mut wchar_t, arg2: *const c_char, arg3: size_t) -> c_int; in mbtowc() function
/third_party/ncurses/ncurses/
Dcurses.priv.h2244 #define mbtowc(pwc,s,n) _nc_mbtowc(pwc,s,n) macro