Home
last modified time | relevance | path

Searched refs:one_wctomb (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/tcsh/
H A Dsh.print.c127 len = one_wctomb(buf, c & CHAR); in putwraw()
138 len = one_wctomb(buf, c & CHAR); in xputwchar()
H A Dtc.decls.h262 extern size_t one_wctomb (char *, Char);
267 #define one_wctomb(S, WCHAR) (*(S) = (char)(WCHAR), (size_t)1) macro
H A Dtc.str.c62 one_wctomb(char *s, Char wchar) function
238 dst += one_wctomb(dst, *src);
558 dst += one_wctomb(dst, *src);
H A Dtc.printf.c289 len = one_wctomb(cbuf, *Bp); in doprnt()
H A Dtw.color.c209 d += one_wctomb(d, sc); in getstring()
H A Ded.xmap.c742 b += one_wctomb((char *)b, p); in unparsestring()
H A Dsh.file.c249 len = one_wctomb(buf, *p); in pushback()
H A Dsh.hist.c1208 p += one_wctomb(p, *ip); in fmthist()
H A Ded.chared.c3394 len = one_wctomb(buf, c); in e_stuff_char()