Searched refs:utf_wctomb (Results 1 – 7 of 7) sorted by relevance
| /mirbsd/src/usr.bin/printf/ |
| D | printf.c | 646 c = (int)utf_wctomb(ts, c - 0x100); in s_prt()
|
| /mirbsd/src/bin/mksh/ |
| D | edit.c | 2172 utf_wctomb(xcp, tmpa); in x_transpose() 2174 utf_wctomb(xcp, tmpb); in x_transpose() 2190 utf_wctomb(xcp, tmpa); in x_transpose() 2192 utf_wctomb(xcp, tmpb); in x_transpose() 2884 x = utf_wctomb(utf_tmp, c); in x_e_putc2()
|
| D | expr.c | 880 utf_wctomb(char *dst, unsigned int wc) in utf_wctomb() function
|
| D | lex.c | 610 cz = utf_wctomb(ts, c2 - 0x100); in yylex()
|
| D | sh.h | 1664 size_t utf_wctomb(char *, unsigned int);
|
| D | var.c | 387 sz = utf_wctomb(s + 2, n); in str_val()
|
| D | funcs.c | 429 ts[utf_wctomb(ts, c - 0x100)] = 0; in c_print()
|