Searched refs:wctomb (Results 1 - 7 of 7) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/multibyte/
H A Dwctomb.c4 int wctomb(char* s, wchar_t wc) { function
/fuchsia/zircon/third_party/ulib/musl/src/stdio/
H A Dfputwc.c19 l = wctomb((void*)f->wpos, c);
25 l = wctomb(mbc, c);
H A Dvfwscanf.c297 int l = wctomb(s ? s + i : tmp, c);
H A Dvfprintf.c756 for (i = l = 0; i < 0U + p && *ws && (l = wctomb(mb, *ws++)) >= 0 && l <= 0U + p - i;
764 for (i = 0; i < 0U + p && *ws && i + (l = wctomb(mb, *ws++)) <= p; i += l)
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dstdlib.h66 int wctomb(char*, wchar_t);
/fuchsia/zircon/third_party/ulib/musl/src/locale/
H A Diconv.c147 #define wctomb_utf8 wctomb
/fuchsia/zircon/third_party/ulib/musl/
H A Dmusl-rules.mk472 $(LOCAL_DIR)/src/multibyte/wctomb.c \

Completed in 33 milliseconds