/freebsd/contrib/ncurses/ncurses/base/ |
H A D | safe_sprintf.c | 164 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 D | trace_buf.c | 54 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 D | visbuf.c | 138 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 D | varargs.c | 171 MyBuffer = typeRealloc(char, MyLength, MyBuffer); in _nc_varargs()
|
H A D | lib_tracedmp.c | 73 my_buffer = typeRealloc(char, my_length, my_buffer); in NCURSES_EXPORT()
|
/freebsd/contrib/ncurses/include/ |
H A D | nc_alloc.h | 119 #define typeRealloc(type,elts,ptr) (type *)_nc_doalloc(ptr, (size_t)(elts)*sizeof(type)) macro
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | lib_tgoto.c | 92 if ((result = typeRealloc(char, length, result)) == 0) { in tgoto_internal()
|
H A D | comp_expand.c | 86 if ((buffer = typeRealloc(char, length = need, buffer)) == 0) in _nc_tic_expand()
|
H A D | obsolete.c | 92 bfr = typeRealloc(char, length, bfr); in _nc_memmove()
|
H A D | lib_tparm.c | 483 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 D | comp_scan.c | 236 result = typeRealloc(char, allocated, result); in next_char()
|
H A D | read_termcap.c | 263 #define DOALLOC(size) typeRealloc(char, size, record)
|
/freebsd/contrib/ncurses/progs/ |
H A D | toe.c | 102 ptr_termdata = typeRealloc(TERMDATA, len_termdata, ptr_termdata); in new_termdata() 440 cwd_buf = typeRealloc(char, cwd_len, cwd_buf); in typelist()
|
H A D | tic.c | 315 if ((namebuf = typeRealloc(char, have, namebuf)) == NULL) in put_translate() 317 if ((suffix = typeRealloc(char, have, suffix)) == NULL) in put_translate()
|
H A D | dump_entry.c | 123 dst->text = typeRealloc(char, dst->size, dst->text); in strncpy_DYN()
|
/freebsd/contrib/ncurses/ncurses/tty/ |
H A D | hardscroll.c | 204 int *new_oldnums = typeRealloc(int, in NCURSES_SP_NAME()
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | curses.priv.h | 1594 name = typeRealloc(type, size, name); \
|
/freebsd/contrib/ncurses/ |
H A D | NEWS | 9934 + use typeRealloc() or typeMalloc() in preference to direct calls on 12295 + use macros typeMalloc, typeCalloc and typeRealloc consistently
|