Searched defs:wcrtomb (Results 1 - 2 of 2) sorted by relevance
/ast/src/lib/libast/comp/ | ||
H A D | wc.c | 93 wcrtomb(char* s, wchar_t c, mbstate_t* q) function |
/ast/src/lib/libast/sfio/ | ||
H A D | sfhdr.h | 341 #undef wcrtomb macro 342 #define wcrtomb(s,wc,mb) wctomb(s, wc) macro |
Completed in 247 milliseconds