Searched defs:wctomb (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libast/comp/
H A Dwc.c82 wctomb(char* s, wchar_t c) function
98 return wctomb(s, c);
H A Dsetlocale.c51 #undef wctomb macro
53 #define wctomb 0 macro
213 * wctomb() uses DL1...DR1
551 #define utf8_wctomb wctomb
2262 ast.mb_conv = wctomb;
2532 , ast.mb_conv == debug_wctomb ? " debug_wctomb" : ast.mb_conv == utf8_wctomb ? " utf8_wctomb" : ast.mb_conv == wctomb ? " wctomb" : ""

Completed in 31 milliseconds