Home
last modified time | relevance | path

Searched defs:ct_mbstowcs (Results 1 – 1 of 1) 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