Searched defs:REALLOC (Results 1 – 10 of 10) sorted by relevance
/dflybsd-src/bin/ed/ |
H A D | ed.h | 116 #define REALLOC(b,n,i,err) \ macro 142 #define REALLOC(b,n,i,err) \ macro
|
/dflybsd-src/games/atc/ |
H A D | def.h | 52 #define REALLOC 10 macro
|
/dflybsd-src/contrib/nvi2/common/ |
H A D | mem.h | 184 #define REALLOC(sp, p, cast, size) { \ macro
|
/dflybsd-src/contrib/byacc/ |
H A D | defs.h | 185 #define REALLOC(p,n) (realloc((char*)(p),(size_t)(n))) macro
|
/dflybsd-src/contrib/binutils-2.27/libiberty/ |
H A D | regex.c | 2005 # define REALLOC(p,s) realloc ((p), (size_t) (s)) macro 2008 # define REALLOC(p,s) realloc ((p), (s)) macro
|
/dflybsd-src/contrib/gcc-8.0/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
|
/dflybsd-src/contrib/binutils-2.34/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
|
/dflybsd-src/contrib/gcc-4.7/libiberty/ |
H A D | regex.c | 2005 # define REALLOC(p,s) realloc ((p), (size_t) (s)) macro 2008 # define REALLOC(p,s) realloc ((p), (s)) macro
|
/dflybsd-src/contrib/gdb-7/libiberty/ |
H A D | regex.c | 2005 # define REALLOC(p,s) realloc ((p), (size_t) (s)) macro 2008 # define REALLOC(p,s) realloc ((p), (s)) macro
|
/dflybsd-src/contrib/expat/lib/ |
H A D | xmlparse.c | 713 #define REALLOC(parser, p, s) (parser->m_mem.realloc_fcn((p), (s))) macro
|