OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ct_mbstowcs
(Results
1 - 3
of
3
) sorted by null
/external/libedit/src/
chartype.c
123
len =
ct_mbstowcs
(NULL, s, (size_t)0);
130
ct_mbstowcs
(conv->wbuff, s, conv->wsize);
chartype.h
72
#define
ct_mbstowcs
mbstowcs
macro
126
#define
ct_mbstowcs
(a, b, c) (strncpy(a, b, c), strlen(a))
macro
vi.c
1053
len =
ct_mbstowcs
(el->el_line.buffer, cp, len);
Completed in 189 milliseconds