Searched defs:REALLOC (Results 1 - 18 of 18) sorted by relevance

/netbsd-6-1-5-RELEASE/games/atc/
H A Ddef.h54 #define REALLOC 10 macro
/netbsd-6-1-5-RELEASE/dist/nvi/common/
H A Dmem.h196 #define REALLOC(sp, p, cast, size) { \ macro
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/
H A Dhash.c25 #define REALLOC(o, t, n) ((t *) xrealloc ((o), sizeof (t) * (n))) macro
/netbsd-6-1-5-RELEASE/bin/ed/
H A Ded.h126 #define REALLOC(b,n,i,err) \ macro
152 #define REALLOC(b,n,i,err) \ macro
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/demos/expr/
H A Dexpr.c63 #define REALLOC(ptr, alloc, incr, type) \ macro
/netbsd-6-1-5-RELEASE/external/bsd/byacc/dist/
H A Ddefs.h142 #define REALLOC(p,n) (realloc((char*)(p),(size_t)(n))) macro
/netbsd-6-1-5-RELEASE/dist/nvi/motif_l/
H A Dm_vi.c172 #ifdef REALLOC macro
169 #undef REALLOC macro
/netbsd-6-1-5-RELEASE/gnu/dist/grep/src/
H A Ddfa.c166 #define REALLOC(p, t, n) ((p) = (t *) xrealloc((ptr_t) (p), (n) * sizeof (t))) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/libgrep/
H A Ddfa.c140 #define REALLOC(p, t, n) ((p) = (t *) xrealloc((ptr_t) (p), (n) * sizeof (t))) macro
H A Dregex.c2007 # define REALLOC macro
2010 # define REALLOC macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/
H A Dregex.c2003 # define REALLOC macro
2006 # define REALLOC macro
/netbsd-6-1-5-RELEASE/gnu/dist/grep/lib/
H A Dregex.c1997 # define REALLOC macro
2000 # define REALLOC macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Dregex.c2003 # define REALLOC macro
2006 # define REALLOC macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dregex.c2003 # define REALLOC macro
2006 # define REALLOC macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/
H A Dregex.c2003 # define REALLOC macro
2006 # define REALLOC macro
/netbsd-6-1-5-RELEASE/external/mit/expat/dist/lib/
H A Dxmlparse.c560 #define REALLOC(p,s) (parser->m_mem.realloc_fcn((p),(s))) macro
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/lib/
H A Dregex.c2077 # define REALLOC macro
2080 # define REALLOC macro
/netbsd-6-1-5-RELEASE/sys/dev/stbi/
H A Dstb_image.c448 #define REALLOC(ptr, size) realloc((ptr), (size), M_TEMP, M_WAITOK) macro
452 #define REALLOC(ptr, size) realloc((ptr), (size)) macro

Completed in 644 milliseconds