Searched refs:_nc_doalloc (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/lib/libcurses/ |
| H A D | nc_alloc.h | 109 extern NCURSES_EXPORT(void *) _nc_doalloc(void *, size_t); 121 #define typeRealloc(type,elts,ptr) (type *)_nc_doalloc(ptr, (size_t)(elts)*sizeof(type))
|
| /openbsd-src/lib/libcurses/tinfo/ |
| H A D | doalloc.c | 48 _nc_doalloc(void *oldp, size_t amount) in _nc_doalloc() function
|
| H A D | captoinfo.c | 142 my_string = (char *) _nc_doalloc(my_string, my_length = (need + need)); in save_string()
|
| /openbsd-src/lib/libcurses/widechar/ |
| H A D | lib_slk_wset.c | 66 if ((mystr = (char *) _nc_doalloc(0, arglen + 1)) != 0) { in NCURSES_EXPORT()
|
| /openbsd-src/lib/libcurses/base/ |
| H A D | lib_slk.c | 201 SP_PARM->_slk->ent[i].ent_text = (char *) _nc_doalloc(0, used); in _nc_slk_initialize() 206 SP_PARM->_slk->ent[i].form_text = (char *) _nc_doalloc(0, used); in _nc_slk_initialize()
|
| H A D | lib_slkset.c | 116 if ((slk->ent[i].form_text = (char *) _nc_doalloc(slk->ent[i].form_text, in NCURSES_EXPORT()
|
| H A D | safe_sprintf.c | 119 if ((format = _nc_doalloc(format, fmt_len)) == 0) { in _nc_printf_length()
|