Searched defs:wctomb (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | wctomb.c | 28 * wctomb 42 wctomb(s, pwc) function
|
/illumos-gate/usr/src/lib/libc/port/locale/ |
H A D | wctomb.c | 52 wctomb(char *s, wchar_t wchar) function
|
/illumos-gate/usr/src/lib/libast/common/comp/ |
H A D | wc.c | 82 wctomb(char* s, wchar_t c) function 98 return wctomb(s, c);
|
H A D | setlocale.c | 51 #undef wctomb macro 53 #define wctomb 0 macro 205 * wctomb() uses DL1...DR1 540 #define utf8_wctomb wctomb 664 ast.mb_conv = wctomb; 696 , ast.mb_conv == debug_wctomb ? " debug_wctomb" : ast.mb_conv == wctomb ? " wctomb" : ""
|
/illumos-gate/usr/src/lib/libxcurses/h/ |
H A D | m_wchar.h | 90 #define wctomb_init() wctomb(NULL,0) 317 #undef wctomb macro 328 #define wctomb(s, wc) m_sb_wctomb(s, wc) macro
|
/illumos-gate/usr/src/cmd/csh/ |
H A D | sh.h | 54 #define wctomb(pmb, wc) ((*(pmb) = ((char)wc)), 1) macro
|
Completed in 50 milliseconds