Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/base/
H A Dsafe_sprintf.c164 buffer = typeRealloc(char, length, buffer); in _nc_printf_length()
239 my_buffer = typeRealloc(char, my_length, my_buffer); in NCURSES_SP_NAME()
260 my_buffer = typeRealloc(char, my_length, my_buffer); in NCURSES_SP_NAME()
277 my_buffer = typeRealloc(char, my_length, my_buffer); in NCURSES_SP_NAME()
/freebsd/contrib/ncurses/ncurses/trace/
H A Dtrace_buf.c54 if ((MyList = typeRealloc(TRACEBUF, need, MyList)) != 0) { in _nc_trace_alloc()
63 MyList[bufnum].text = typeRealloc(char, want, MyList[bufnum].text); in _nc_trace_alloc()
H A Dvisbuf.c138 mybuf[bufnum] = typeRealloc(char, NormalLen(len), mybuf[bufnum]); in _nc_visbuf2n()
211 mybuf[bufnum] = typeRealloc(char, WideLen(len), mybuf[bufnum]); in _nc_viswbuf2n()
271 mybuf = typeRealloc(wchar_t, mylen, mybuf); in _nc_viswibuf()
H A Dvarargs.c171 MyBuffer = typeRealloc(char, MyLength, MyBuffer); in _nc_varargs()
H A Dlib_tracedmp.c73 my_buffer = typeRealloc(char, my_length, my_buffer); in NCURSES_EXPORT()
/freebsd/contrib/ncurses/include/
H A Dnc_alloc.h119 #define typeRealloc(type,elts,ptr) (type *)_nc_doalloc(ptr, (size_t)(elts)*sizeof(type)) macro
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_tgoto.c92 if ((result = typeRealloc(char, length, result)) == 0) { in tgoto_internal()
H A Dcomp_expand.c86 if ((buffer = typeRealloc(char, length = need, buffer)) == 0) in _nc_tic_expand()
H A Dobsolete.c92 bfr = typeRealloc(char, length, bfr); in _nc_memmove()
H A Dlib_tparm.c483 TPS(fmt_buff) = typeRealloc(char, TPS(fmt_size), TPS(fmt_buff)); in _nc_tparm_analyze()
625 TPS(fmt_buff) = typeRealloc(char, TPS(fmt_size), TPS(fmt_buff)); in tparm_setup()
H A Dcomp_scan.c236 result = typeRealloc(char, allocated, result); in next_char()
H A Dread_termcap.c263 #define DOALLOC(size) typeRealloc(char, size, record)
/freebsd/contrib/ncurses/progs/
H A Dtoe.c102 ptr_termdata = typeRealloc(TERMDATA, len_termdata, ptr_termdata); in new_termdata()
440 cwd_buf = typeRealloc(char, cwd_len, cwd_buf); in typelist()
H A Dtic.c315 if ((namebuf = typeRealloc(char, have, namebuf)) == NULL) in put_translate()
317 if ((suffix = typeRealloc(char, have, suffix)) == NULL) in put_translate()
H A Ddump_entry.c123 dst->text = typeRealloc(char, dst->size, dst->text); in strncpy_DYN()
/freebsd/contrib/ncurses/ncurses/tty/
H A Dhardscroll.c204 int *new_oldnums = typeRealloc(int, in NCURSES_SP_NAME()
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h1594 name = typeRealloc(type, size, name); \
/freebsd/contrib/ncurses/
H A DNEWS9934 + use typeRealloc() or typeMalloc() in preference to direct calls on
12295 + use macros typeMalloc, typeCalloc and typeRealloc consistently