Searched refs:ct_mbstowcs (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/lib/libedit/
H A Dchartype.c126 len = ct_mbstowcs(NULL, s, (size_t)0);
134 ct_mbstowcs(conv->wbuff, s, conv->wsize);
H A Dchartype.h63 #define ct_mbstowcs mbstowcs macro
118 #define ct_mbstowcs(a, b, c) (strncpy(a, b, c), strlen(a)) macro
H A Dvi.c1047 len = ct_mbstowcs(el->el_line.buffer, cp, len);

Completed in 92 milliseconds