Home
last modified time | relevance | path

Searched defs:wctomb (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/src/multibyte/
Dwctomb.c4 int wctomb(char *s, wchar_t wc) in wctomb() function
/third_party/musl/porting/liteos_a/kernel/src/multibyte/
Dwctomb.c4 int wctomb(char *s, wchar_t wc) in wctomb() function
/third_party/musl/porting/uniproton/kernel/src/multibyte/
Dwctomb.c4 int wctomb(char *s, wchar_t wc) in wctomb() function
/third_party/musl/porting/liteos_m/kernel/src/multibyte/
Dwctomb.c4 int wctomb(char *s, wchar_t wc) in wctomb() function
/third_party/bounds_checking_function/src/
Dsecurecutil.c26 int wctomb(char *s, wchar_t wc) in wctomb() function
/third_party/rust/crates/libc/src/solid/
Dmod.rs575 pub fn wctomb(arg1: *mut c_char, arg2: wchar_t) -> c_int; in wctomb() function