Home
last modified time | relevance | path

Searched refs:xrealloc (Results 251 – 275 of 8079) sorted by relevance

1...<<11121314151617181920>>...324

/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/coregrind/m_demangle/
H A Dvg_libciface.h78 #define xrealloc(_pt,_sz) \ macro
105 ((_Ty *) xrealloc((void *) (_Pt), sizeof (_Ty) * (_Nn)))
108 ((_Ty *) xrealloc((_Pt), (_Sz)))
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/coregrind/m_demangle/
H A Dvg_libciface.h78 #define xrealloc(_pt,_sz) \ macro
105 ((_Ty *) xrealloc((void *) (_Pt), sizeof (_Ty) * (_Nn)))
108 ((_Ty *) xrealloc((_Pt), (_Sz)))
/dports/devel/remake/remake-4.3+dbg-1.5/src/
H A Dalloc.c26 #undef xrealloc
52 xrealloc (void *ptr, size_t size) in xrealloc() function
/dports/security/ccrypt/ccrypt-1.11/src/
H A Dxalloc.c25 void *xrealloc(void *p, size_t size, const char *myname) { in xrealloc() function
56 buf = (char *)xrealloc(buf, buflen, myname); in xreadline()
/dports/devel/libbegemot/libbegemot-1.11/
H A Dcstrd.c52 str = xrealloc(str, alloc); in cstrd()
108 str = xrealloc(str, alloc); in cstrd()
/dports/devel/m4/m4-1.4.19/lib/
H A Dxalloc.h62 void *xrealloc (void *p, size_t s)
234 xrealloc (T *p, size_t s) in xrealloc() function
236 return (T *) xrealloc ((void *) p, s); in xrealloc()
/dports/shells/bash/bash-5.1/
H A Dbracecomp.c107 result = (char *)xrealloc (result, result_size);
132 result = (char *)xrealloc (result, result_size);
141 result = (char *)xrealloc (result, result_size);
/dports/net-p2p/microdc2/microdc2-0.15.6/src/common/
H A Dptrv.c68 pv->buf = xrealloc(pv->buf, pv->max * sizeof(void *)); in ptrv_append()
83 pv->buf = xrealloc(pv->buf, pv->max*sizeof(void *)); in ptrv_prepend_n()
170 pv->buf = xrealloc(pv->buf, pv->max * sizeof(void *)); in ptrv_insort()
/dports/games/heroes/heroes-0.21/lib/
H A Dxalloc.h61 void *xrealloc PARAMS ((void *p, size_t n));
67 ((Type *) xrealloc ((void *) (Ptr), sizeof (Type) * (N_items)))
/dports/converters/recode/Recode-3.6/src/
H A Dxalloc.h61 void *xrealloc PARAMS ((void *p, size_t n));
67 ((Type *) xrealloc ((void *) (Ptr), sizeof (Type) * (N_items)))
/dports/print/a2ps/a2ps-4.13/lib/
H A Dxalloc.h61 void *xrealloc PARAMS ((void *p, size_t n));
68 ((Type *) xrealloc ((void *) (Ptr), sizeof (Type) * (N_items)))
/dports/sysutils/dcfldd/dcfldd-1.7.1/src/
H A Dxalloc.h61 void *xrealloc PARAMS ((void *p, size_t n));
67 ((Type *) xrealloc ((void *) (Ptr), sizeof (Type) * (N_items)))
/dports/net/wol/wol-0.7.1/lib/
H A Dxalloc.h61 void *xrealloc PARAMS ((void *p, size_t n));
67 ((Type *) xrealloc ((void *) (Ptr), sizeof (Type) * (N_items)))
/dports/games/pvpgn/pvpgn-1.8.5/src/common/
H A Dxalloc.h48 #define xrealloc(ptr,size) xrealloc_real(ptr,size,__FILE__,__LINE__) macro
60 #define xrealloc(ptr,size) realloc(ptr,size) macro
/dports/sysutils/pax-utils/pax-utils-1.3.3/
H A Dxfuncs.h15 void *xrealloc(void *ptr, size_t size);
29 #define xrealloc_array(ptr, size, ele_size) xrealloc(ptr, (size) * (ele_size))
/dports/irc/muh/muh-2.2a/src/
H A Dtable.c36 data = ( void ** )xrealloc( data, ++( *entries ) * sizeof( void * ) ); in add_item()
59 data = ( void ** )xrealloc( data, --( *entries ) * sizeof( void * ) ); in compact_table()
/dports/cad/magic/magic-8.3.245/readline/readline-4.3/
H A Dtilde.c51 static void *xmalloc (), *xrealloc ();
210 result = (char *)xrealloc (result, 1 + (result_size += (start + 20)));
243 result = (char *)xrealloc (result, 1 + (result_size += (len + 20)));
429 xrealloc (pointer, bytes) in xrealloc() function
/dports/shells/bash/bash-5.1/lib/readline/
H A Dtilde.c53 static void *xmalloc (), *xrealloc ();
212 result = (char *)xrealloc (result, 1 + (result_size += (start + 20))); in tilde_expand()
249 result = (char *)xrealloc (result, 1 + (result_size += (len + 20))); in tilde_expand()
466 xrealloc (void *pointer, int bytes) in xrealloc() function
/dports/shells/bash/bash-5.1/lib/tilde/
H A Dtilde.c53 static void *xmalloc (), *xrealloc ();
212 result = (char *)xrealloc (result, 1 + (result_size += (start + 20))); in tilde_expand()
249 result = (char *)xrealloc (result, 1 + (result_size += (len + 20))); in tilde_expand()
466 xrealloc (void *pointer, int bytes) in xrealloc() function
/dports/devel/gdb/gdb-11.1/readline/readline/
H A Dtilde.c53 static void *xmalloc (), *xrealloc ();
212 result = (char *)xrealloc (result, 1 + (result_size += (start + 20))); in tilde_expand()
249 result = (char *)xrealloc (result, 1 + (result_size += (len + 20))); in tilde_expand()
466 xrealloc (void *pointer, int bytes) in xrealloc() function
/dports/math/octave/octave-6.4.0/libgnu/
H A Dcanonicalize.c146 rname = xrealloc (rname, rnamesize); in canonicalize_filename_mode()
239 rname = xrealloc (rname, new_size); in canonicalize_filename_mode()
309 extra_buf = xrealloc (extra_buf, extra_len); in canonicalize_filename_mode()
364 rname = xrealloc (rname, dest - rname + 1); in canonicalize_filename_mode()
/dports/devel/radare2/radare2-5.1.1/libr/bin/mangling/cxx/
H A Dlibiberty.h303 extern void *xrealloc (void *, size_t);
345 #define xrealloc realloc macro
359 #define XRESIZEVEC(T, P, N) ((T *) xrealloc ((void *) (P), sizeof (T) * (N)))
368 #define XRESIZEVAR(T, P, S) ((T *) xrealloc ((P), (S)))
/dports/devel/readline/readline-8.1/
H A Dtilde.c53 static void *xmalloc (), *xrealloc ();
212 result = (char *)xrealloc (result, 1 + (result_size += (start + 20))); in tilde_expand()
249 result = (char *)xrealloc (result, 1 + (result_size += (len + 20))); in tilde_expand()
466 xrealloc (void *pointer, int bytes) in xrealloc() function
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/readline/
H A Dtilde.c51 static void *xmalloc (), *xrealloc ();
210 result = (char *)xrealloc (result, 1 + (result_size += (start + 20)));
243 result = (char *)xrealloc (result, 1 + (result_size += (len + 20)));
429 xrealloc (pointer, bytes) in xrealloc() function
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/readline/
H A Dtilde.c51 static void *xmalloc (), *xrealloc ();
210 result = (char *)xrealloc (result, 1 + (result_size += (start + 20)));
243 result = (char *)xrealloc (result, 1 + (result_size += (len + 20)));
429 xrealloc (pointer, bytes) in xrealloc() function

1...<<11121314151617181920>>...324