Searched refs:wcrtomb (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libast/comp/
H A Dwc.c93 wcrtomb(char* s, wchar_t c, mbstate_t* q) function
/ast/src/lib/libast/sfio/
H A Dsfvprintf.c712 if((n_s = wcrtomb(buf, *wsp, &mbs)) <= 0)
817 { if((n_s = wcrtomb(buf, *wsp, &mbs)) <= 0)
874 if((n_s = wcrtomb(buf, *wsp++, &mbs)) <= 0)
H A Dsfhdr.h341 #undef wcrtomb macro
342 #define wcrtomb(s,wc,mb) wctomb(s, wc) macro

Completed in 23 milliseconds