Home
last modified time | relevance | path

Searched refs:_nc_doalloc (Results 1 – 19 of 19) sorted by relevance

/src/contrib/ncurses/misc/
H A Dncurses.supp83 fun:_nc_doalloc
99 fun:_nc_doalloc
116 fun:_nc_doalloc
171 fun:_nc_doalloc
179 fun:_nc_doalloc
194 fun:_nc_doalloc
202 fun:_nc_doalloc
H A Dncurses.def38 "_nc_doalloc" @25 NONAME
/src/contrib/ncurses/include/
H A Dnc_alloc.h107 extern NCURSES_EXPORT(void *) _nc_doalloc(void *, size_t);
119 #define typeRealloc(type,elts,ptr) (type *)_nc_doalloc(ptr, (size_t)(elts)*sizeof(type))
/src/contrib/ncurses/ncurses/tinfo/
H A Ddoalloc.c46 _nc_doalloc(void *oldp, size_t amount) in _nc_doalloc() function
H A Dcaptoinfo.c140 my_string = (char *) _nc_doalloc(my_string, my_length = (need + need)); in save_string()
/src/contrib/ncurses/ncurses/widechar/
H A Dlib_slk_wset.c64 if ((mystr = (char *) _nc_doalloc(NULL, arglen + 1)) != NULL) { in NCURSES_EXPORT()
/src/contrib/ncurses/ncurses/base/
H A Dlib_slk.c199 SP_PARM->_slk->ent[i].ent_text = (char *) _nc_doalloc(NULL, used); in _nc_slk_initialize()
204 SP_PARM->_slk->ent[i].form_text = (char *) _nc_doalloc(NULL, used); in _nc_slk_initialize()
H A Dlib_slkset.c114 if ((slk->ent[i].form_text = (char *) _nc_doalloc(slk->ent[i].form_text, in NCURSES_EXPORT()
H A Dsafe_sprintf.c117 if ((format = _nc_doalloc(format, fmt_len)) == NULL) { in _nc_printf_length()
/src/contrib/ncurses/ncurses/trace/
H A Dtrace_tries.c50 my_buffer = (unsigned char *) _nc_doalloc(my_buffer, my_length); in recur_tries()
/src/contrib/ncurses/ncurses/
H A Dllib-ltinfo258 #undef _nc_doalloc
259 void *_nc_doalloc(
H A Dllib-ltinfow270 #undef _nc_doalloc
271 void *_nc_doalloc(
H A Dllib-ltinfot263 #undef _nc_doalloc
264 void *_nc_doalloc(
H A Dllib-ltinfotw275 #undef _nc_doalloc
276 void *_nc_doalloc(
H A Dllib-lncurses2987 #undef _nc_doalloc
2988 void *_nc_doalloc(
H A Dllib-lncursest3001 #undef _nc_doalloc
3002 void *_nc_doalloc(
H A Dllib-lncursesw3938 #undef _nc_doalloc
3939 void *_nc_doalloc(
H A Dllib-lncursestw3952 #undef _nc_doalloc
3953 void *_nc_doalloc(
/src/contrib/ncurses/
H A DNEWS7221 + use _nc_doalloc() rather than realloc() in a few places in ncurses
10504 _nc_doalloc().
13288 + correct reversed malloc/realloc calls in _nc_doalloc (reported by
13297 + add function _nc_doalloc, to ensure that failed realloc calls do not