Searched refs:_nc_doalloc (Results 1 – 19 of 19) sorted by relevance
| /src/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
|
| /src/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))
|
| /src/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()
|
| /src/contrib/ncurses/ncurses/widechar/ |
| H A D | lib_slk_wset.c | 64 if ((mystr = (char *) _nc_doalloc(NULL, arglen + 1)) != NULL) { in NCURSES_EXPORT()
|
| /src/contrib/ncurses/ncurses/base/ |
| H A D | lib_slk.c | 199 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 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)) == NULL) { in _nc_printf_length()
|
| /src/contrib/ncurses/ncurses/trace/ |
| H A D | trace_tries.c | 50 my_buffer = (unsigned char *) _nc_doalloc(my_buffer, my_length); in recur_tries()
|
| /src/contrib/ncurses/ncurses/ |
| H A D | llib-ltinfo | 258 #undef _nc_doalloc 259 void *_nc_doalloc(
|
| H A D | llib-ltinfow | 270 #undef _nc_doalloc 271 void *_nc_doalloc(
|
| H A D | llib-ltinfot | 263 #undef _nc_doalloc 264 void *_nc_doalloc(
|
| H A D | llib-ltinfotw | 275 #undef _nc_doalloc 276 void *_nc_doalloc(
|
| H A D | llib-lncurses | 2987 #undef _nc_doalloc 2988 void *_nc_doalloc(
|
| H A D | llib-lncursest | 3001 #undef _nc_doalloc 3002 void *_nc_doalloc(
|
| H A D | llib-lncursesw | 3938 #undef _nc_doalloc 3939 void *_nc_doalloc(
|
| H A D | llib-lncursestw | 3952 #undef _nc_doalloc 3953 void *_nc_doalloc(
|
| /src/contrib/ncurses/ |
| H A D | NEWS | 7221 + 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
|