HomeSort by relevance Sort by last modified time
    Searched refs:wbuff (Results 1 - 3 of 3) sorted by null

  /external/libedit/src/
chartype.c 66 p = el_realloc(conv->wbuff, conv->wsize * sizeof(*conv->wbuff));
69 el_free(conv->wbuff);
70 conv->wbuff = NULL;
72 conv->wbuff = p;
118 if (!conv->wbuff)
120 if (!conv->wbuff)
128 if (!conv->wbuff)
130 ct_mbstowcs(conv->wbuff, s, conv->wsize);
131 return conv->wbuff;
    [all...]
el.c 175 el_free(el->el_scratch.wbuff);
177 el_free(el->el_lgcyconv.wbuff);
chartype.h 179 Char *wbuff; member in struct:ct_buffer_t

Completed in 62 milliseconds