Home
last modified time | relevance | path

Searched refs:typeRealloc (Results 1 – 18 of 18) sorted by relevance

/freebsd-12.1/contrib/ncurses/ncurses/trace/
H A Dtrace_buf.c53 if ((MyList = typeRealloc(TRACEBUF, need, MyList)) != 0) { in _nc_trace_alloc()
62 MyList[bufnum].text = typeRealloc(char, want, MyList[bufnum].text); in _nc_trace_alloc()
H A Dvisbuf.c131 mybuf[bufnum] = typeRealloc(char, NormalLen(len), mybuf[bufnum]); in _nc_visbuf2n()
203 mybuf[bufnum] = typeRealloc(char, WideLen(len), mybuf[bufnum]); in _nc_viswbuf2n()
261 mybuf = typeRealloc(wchar_t, mylen, mybuf); in _nc_viswibuf()
H A Dvarargs.c172 MyBuffer = typeRealloc(char, MyLength, MyBuffer); in _nc_varargs()
H A Dlib_tracedmp.c72 my_buffer = typeRealloc(char, my_length, my_buffer); in NCURSES_EXPORT()
/freebsd-12.1/contrib/ncurses/ncurses/base/
H A Dsafe_sprintf.c163 buffer = typeRealloc(char, length, buffer); in _nc_printf_length()
238 my_buffer = typeRealloc(char, my_length, my_buffer); in NCURSES_SP_NAME()
257 my_buffer = typeRealloc(char, my_length, my_buffer); in NCURSES_SP_NAME()
/freebsd-12.1/contrib/ncurses/ncurses/tinfo/
H A Dobsolete.c91 bfr = typeRealloc(char, length, bfr); in _nc_memmove()
H A Dlib_tgoto.c91 if ((result = typeRealloc(char, length, result)) == 0) { in tgoto_internal()
H A Dcomp_expand.c76 if ((buffer = typeRealloc(char, length = need, buffer)) == 0) in _nc_tic_expand()
H A Dcomp_scan.c203 result = typeRealloc(char, allocated, result); in next_char()
H A Dlib_tparm.c354 TPS(fmt_buff) = typeRealloc(char, TPS(fmt_size), TPS(fmt_buff)); in _nc_tparm_analyze()
H A Dread_termcap.c262 #define DOALLOC(size) typeRealloc(char, size, record)
/freebsd-12.1/contrib/ncurses/include/
H A Dnc_alloc.h108 #define typeRealloc(type,elts,ptr) (type *)_nc_doalloc(ptr, (size_t)(elts)*sizeof(type)) macro
/freebsd-12.1/contrib/ncurses/ncurses/tty/
H A Dhardscroll.c203 int *new_oldnums = typeRealloc(int, in NCURSES_SP_NAME()
/freebsd-12.1/contrib/ncurses/progs/
H A Dtoe.c101 ptr_termdata = typeRealloc(TERMDATA, len_termdata, ptr_termdata); in new_termdata()
407 cwd_buf = typeRealloc(char, cwd_len, cwd_buf); in typelist()
H A Dtic.c301 if ((namebuf = typeRealloc(char, have, namebuf)) == 0) in put_translate()
303 if ((suffix = typeRealloc(char, have, suffix)) == 0) in put_translate()
H A Ddump_entry.c118 dst->text = typeRealloc(char, dst->size, dst->text); in strncpy_DYN()
/freebsd-12.1/contrib/ncurses/ncurses/
H A Dcurses.priv.h1540 name = typeRealloc(type, size, name); \
/freebsd-12.1/contrib/ncurses/
H A DNEWS5553 + use typeRealloc() or typeMalloc() in preference to direct calls on
7914 + use macros typeMalloc, typeCalloc and typeRealloc consistently