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

/freebsd-13-stable/contrib/tcsh/
H A Dsh.print.c127 len = one_wctomb(buf, c & CHAR);
138 len = one_wctomb(buf, c & CHAR);
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);
H A Ded.xmap.c742 b += one_wctomb((char *)b, p);
H A Dtw.color.c209 d += one_wctomb(d, sc);
H A Dsh.file.c249 len = one_wctomb(buf, *p);
H A Dsh.hist.c1208 p += one_wctomb(p, *ip);
H A Ded.chared.c3394 len = one_wctomb(buf, c);

Completed in 100 milliseconds