Searched refs:_nc_doalloc (Results 1 – 19 of 19) sorted by relevance
/freebsd/contrib/ncurses/misc/ |
H A D | ncurses.supp | 83 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 D | ncurses.def | 38 "_nc_doalloc" @25 NONAME
|
/freebsd/contrib/ncurses/include/ |
H A D | nc_alloc.h | 107 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 D | doalloc.c | 46 _nc_doalloc(void *oldp, size_t amount) in _nc_doalloc() function
|
H A D | captoinfo.c | 140 my_string = (char *) _nc_doalloc(my_string, my_length = (need + need)); in save_string()
|
/freebsd/contrib/ncurses/ncurses/widechar/ |
H A D | lib_slk_wset.c | 64 if ((mystr = (char *) _nc_doalloc(0, arglen + 1)) != 0) { in NCURSES_EXPORT()
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_slk.c | 199 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 D | lib_slkset.c | 114 if ((slk->ent[i].form_text = (char *) _nc_doalloc(slk->ent[i].form_text, in NCURSES_EXPORT()
|
H A D | safe_sprintf.c | 117 if ((format = _nc_doalloc(format, fmt_len)) == 0) { in _nc_printf_length()
|
/freebsd/contrib/ncurses/ncurses/trace/ |
H A D | trace_tries.c | 50 my_buffer = (unsigned char *) _nc_doalloc(my_buffer, my_length); in recur_tries()
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | llib-ltinfow | 264 #undef _nc_doalloc 265 void *_nc_doalloc(
|
H A D | llib-ltinfo | 252 #undef _nc_doalloc 253 void *_nc_doalloc(
|
H A D | llib-ltinfotw | 269 #undef _nc_doalloc 270 void *_nc_doalloc(
|
H A D | llib-ltinfot | 257 #undef _nc_doalloc 258 void *_nc_doalloc(
|
H A D | llib-lncursest | 2995 #undef _nc_doalloc 2996 void *_nc_doalloc(
|
H A D | llib-lncurses | 2981 #undef _nc_doalloc 2982 void *_nc_doalloc(
|
H A D | llib-lncursestw | 3946 #undef _nc_doalloc 3947 void *_nc_doalloc(
|
H A D | llib-lncursesw | 3932 #undef _nc_doalloc 3933 void *_nc_doalloc(
|
/freebsd/contrib/ncurses/ |
H A D | NEWS | 6652 + 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
|