/netbsd-src/games/atc/ |
H A D | def.h | 54 #define REALLOC 10 macro
|
/netbsd-src/external/gpl2/dtc/dist/tests/ |
H A D | sw_tree1.c | 26 REALLOC, enumerator
|
/netbsd-src/external/mit/libcbor/dist/test/ |
H A D | memory_allocation_test.c | 25 REALLOC, enumerator
|
/netbsd-src/bin/ed/ |
H A D | ed.h | 125 #define REALLOC(b,n,i,err) \ macro
|
/netbsd-src/external/lgpl3/gmp/dist/demos/expr/ |
H A D | expr.c | 74 #define REALLOC(ptr, alloc, incr, type) \ macro
|
/netbsd-src/external/gpl2/gmake/dist/ |
H A D | hash.c | 24 #define REALLOC(o, t, n) ((t *) xrealloc ((o), sizeof (t) * (n))) macro
|
/netbsd-src/external/bsd/nvi/dist/common/ |
H A D | mem.h | 195 #define REALLOC(sp, p, cast, size) { \ macro
|
/netbsd-src/external/bsd/nvi/dist/motif_l/ |
H A D | m_vi.c | 175 #define REALLOC( ptr, size ) \ macro
|
/netbsd-src/external/zlib/pigz/dist/ |
H A D | pigz.c | 631 #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 D | internal.h | 31 # define REALLOC(ptr, type, n) \ macro
|
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
H A D | regex.c | 2008 # 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 D | regex.c | 2008 # define REALLOC(p,s) realloc ((p), (size_t) (s)) macro 2011 # define REALLOC(p,s) realloc ((p), (s)) macro
|
H A D | dfa.c | 140 #define REALLOC(p, t, n) ((p) = (t *) xrealloc((ptr_t) (p), (n) * sizeof (t))) macro
|
/netbsd-src/external/gpl3/gcc/dist/libiberty/ |
H A D | regex.c | 2008 # 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 D | regex.c | 2008 # 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 D | regex.c | 2004 # 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 D | dfa.c | 166 #define REALLOC(p, t, n) ((p) = (t *) xrealloc((ptr_t) (p), (n) * sizeof (t))) macro
|
/netbsd-src/external/gpl2/diffutils/dist/lib/ |
H A D | regex.c | 2077 # 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 D | regex.c | 1997 # 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 D | stb_image.c | 448 #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 D | xmlparse.c | 711 #define REALLOC(parser, p, s) (parser->m_mem.realloc_fcn((p), (s))) macro
|