Home
last modified time | relevance | path

Searched refs:utf_wctomb (Results 1 – 7 of 7) sorted by relevance

/mirbsd/src/usr.bin/printf/
Dprintf.c646 c = (int)utf_wctomb(ts, c - 0x100); in s_prt()
/mirbsd/src/bin/mksh/
Dedit.c2172 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()
Dexpr.c880 utf_wctomb(char *dst, unsigned int wc) in utf_wctomb() function
Dlex.c610 cz = utf_wctomb(ts, c2 - 0x100); in yylex()
Dsh.h1664 size_t utf_wctomb(char *, unsigned int);
Dvar.c387 sz = utf_wctomb(s + 2, n); in str_val()
Dfuncs.c429 ts[utf_wctomb(ts, c - 0x100)] = 0; in c_print()