Home
last modified time | relevance | path

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

/external/libedit/src/
Dchartype.h72 #define ct_mbstowcs mbstowcs macro
126 #define ct_mbstowcs(a, b, c) (strncpy(a, b, c), strlen(a)) macro
Dchartype.c123 len = ct_mbstowcs(NULL, s, (size_t)0); in ct_decode_string()
130 ct_mbstowcs(conv->wbuff, s, conv->wsize); in ct_decode_string()
Dvi.c1053 len = ct_mbstowcs(el->el_line.buffer, cp, len); in vi_histedit()