Home
last modified time | relevance | path

Searched defs:REALLOC (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/games/atc/
H A Ddef.h54 #define REALLOC 10 macro
/netbsd-src/external/gpl2/dtc/dist/tests/
H A Dsw_tree1.c26 REALLOC, enumerator
/netbsd-src/external/mit/libcbor/dist/test/
H A Dmemory_allocation_test.c25 REALLOC, enumerator
/netbsd-src/bin/ed/
H A Ded.h125 #define REALLOC(b,n,i,err) \ macro
/netbsd-src/external/lgpl3/gmp/dist/demos/expr/
H A Dexpr.c74 #define REALLOC(ptr, alloc, incr, type) \ macro
/netbsd-src/external/gpl2/gmake/dist/
H A Dhash.c24 #define REALLOC(o, t, n) ((t *) xrealloc ((o), sizeof (t) * (n))) macro
/netbsd-src/external/bsd/nvi/dist/common/
H A Dmem.h195 #define REALLOC(sp, p, cast, size) { \ macro
/netbsd-src/external/bsd/nvi/dist/motif_l/
H A Dm_vi.c175 #define REALLOC( ptr, size ) \ macro
/netbsd-src/external/zlib/pigz/dist/
H A Dpigz.c631 #define REALLOC(p, s) realloc_track(&mem_track, p, s) macro
793 #define REALLOC realloc macro
/netbsd-src/external/gpl2/mkhybrid/dist/libhfs_iso/
H A Dinternal.h31 # define REALLOC(ptr, type, n) \ macro
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dregex.c2008 # define REALLOC(p,s) realloc ((p), (size_t) (s)) macro
2011 # define REALLOC(p,s) realloc ((p), (s)) macro
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Dregex.c2008 # define REALLOC(p,s) realloc ((p), (size_t) (s)) macro
2011 # define REALLOC(p,s) realloc ((p), (s)) macro
H A Ddfa.c140 #define REALLOC(p, t, n) ((p) = (t *) xrealloc((ptr_t) (p), (n) * sizeof (t))) macro
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dregex.c2008 # define REALLOC(p,s) realloc ((p), (size_t) (s)) macro
2011 # define REALLOC(p,s) realloc ((p), (s)) macro
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dregex.c2008 # define REALLOC(p,s) realloc ((p), (size_t) (s)) macro
2011 # define REALLOC(p,s) realloc ((p), (s)) macro
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dregex.c2004 # define REALLOC(p,s) realloc ((p), (size_t) (s)) macro
2007 # define REALLOC(p,s) realloc ((p), (s)) macro
/netbsd-src/external/gpl2/grep/dist/src/
H A Ddfa.c166 #define REALLOC(p, t, n) ((p) = (t *) xrealloc((ptr_t) (p), (n) * sizeof (t))) macro
/netbsd-src/external/gpl2/diffutils/dist/lib/
H A Dregex.c2077 # define REALLOC(p,s) realloc ((p), (size_t) (s)) macro
2080 # define REALLOC(p,s) realloc ((p), (s)) macro
/netbsd-src/external/gpl2/grep/dist/lib/
H A Dregex.c1997 # define REALLOC(p,s) realloc ((p), (size_t) (s)) macro
2000 # define REALLOC(p,s) realloc ((p), (s)) macro
/netbsd-src/sys/dev/stbi/
H A Dstb_image.c448 #define REALLOC(ptr, size) realloc((ptr), (size), M_TEMP, M_WAITOK) macro
453 #define REALLOC(ptr, size) realloc((ptr), (size)) macro
/netbsd-src/external/mit/expat/dist/lib/
H A Dxmlparse.c711 #define REALLOC(parser, p, s) (parser->m_mem.realloc_fcn((p), (s))) macro