Home
last modified time | relevance | path

Searched refs:rt_mbtowc (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/tcsh/
H A Dtc.str.c51 len = rt_mbtowc(pwc, s, n); in one_mbtowc()
110 rt_mbtowc(Char *pwc, const char *s, size_t n) function
H A Dtc.decls.h263 extern int rt_mbtowc (Char *, const char *, size_t);
H A Dsh.h105 #define normal_mbtowc(PWC, S, N) rt_mbtowc(PWC, S, N)
H A DFixes251 24. Callers of rt_mbtowc don't grok -2 as a return. Return -1 for now.