Home
last modified time | relevance | path

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

/freebsd/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
/freebsd/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))
/freebsd/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()
/freebsd/contrib/ncurses/ncurses/widechar/
H A Dlib_slk_wset.c64 if ((mystr = (char *) _nc_doalloc(0, arglen + 1)) != 0) { in NCURSES_EXPORT()
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_slk.c199 SP_PARM->_slk->ent[i].ent_text = (char *) _nc_doalloc(0, used); in _nc_slk_initialize()
204 SP_PARM->_slk->ent[i].form_text = (char *) _nc_doalloc(0, 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)) == 0) { in _nc_printf_length()
/freebsd/contrib/ncurses/ncurses/trace/
H A Dtrace_tries.c50 my_buffer = (unsigned char *) _nc_doalloc(my_buffer, my_length); in recur_tries()
/freebsd/contrib/ncurses/ncurses/
H A Dllib-ltinfow264 #undef _nc_doalloc
265 void *_nc_doalloc(
H A Dllib-ltinfo252 #undef _nc_doalloc
253 void *_nc_doalloc(
H A Dllib-ltinfotw269 #undef _nc_doalloc
270 void *_nc_doalloc(
H A Dllib-ltinfot257 #undef _nc_doalloc
258 void *_nc_doalloc(
H A Dllib-lncursest2995 #undef _nc_doalloc
2996 void *_nc_doalloc(
H A Dllib-lncurses2981 #undef _nc_doalloc
2982 void *_nc_doalloc(
H A Dllib-lncursestw3946 #undef _nc_doalloc
3947 void *_nc_doalloc(
H A Dllib-lncursesw3932 #undef _nc_doalloc
3933 void *_nc_doalloc(
/freebsd/contrib/ncurses/
H A DNEWS6652 + use _nc_doalloc() rather than realloc() in a few places in ncurses
9935 _nc_doalloc().
12719 + correct reversed malloc/realloc calls in _nc_doalloc (reported by
12728 + add function _nc_doalloc, to ensure that failed realloc calls do not