Searched defs:REALLOC (Results 1 – 12 of 12) sorted by relevance
| /netbsd/src/games/atc/ |
| D | def.h | 54 #define REALLOC 10 macro
|
| /netbsd/src/bin/ed/ |
| D | ed.h | 125 #define REALLOC(b,n,i,err) \ macro
|
| /netbsd/src/external/lgpl3/gmp/dist/demos/expr/ |
| D | expr.c | 74 #define REALLOC(ptr, alloc, incr, type) \ macro
|
| /netbsd/src/external/bsd/nvi/dist/common/ |
| D | mem.h | 195 #define REALLOC(sp, p, cast, size) { \ macro
|
| /netbsd/src/external/bsd/nvi/dist/motif_l/ |
| D | m_vi.c | 175 #define REALLOC( ptr, size ) \ macro
|
| /netbsd/src/external/bsd/byacc/dist/ |
| D | defs.h | 192 #define REALLOC(p,n) (realloc((char*)(p),(size_t)(n))) macro
|
| /netbsd/src/external/zlib/pigz/dist/ |
| D | pigz.c | 631 #define REALLOC(p, s) realloc_track(&mem_track, p, s) macro 793 #define REALLOC realloc macro
|
| /netbsd/src/external/gpl3/gdb/dist/libiberty/ |
| 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/ |
| 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/dist/libiberty/ |
| 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/sys/dev/stbi/ |
| 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/ |
| D | xmlparse.c | 782 #define REALLOC(parser, p, s) (parser->m_mem.realloc_fcn((p), (s))) macro
|