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

/freebsd-10-stable/bin/ed/
H A Ded.h116 #define REALLOC(b,n,i,err) \ macro
142 #define REALLOC(b,n,i,err) \ macro
/freebsd-10-stable/contrib/nvi/common/
H A Dmem.h199 #define REALLOC(sp, p, cast, size) { \ macro
/freebsd-10-stable/contrib/gdb/gdb/
H A Dwince-stub.c32 #define REALLOC(s, n) (void *) LocalReAlloc ((HLOCAL)(s), (UINT)(n), LMEM_MOVEABLE) macro
/freebsd-10-stable/contrib/byacc/
H A Ddefs.h164 #define REALLOC(p,n) (realloc((char*)(p),(size_t)(n))) macro
/freebsd-10-stable/contrib/sendmail/mail.local/
H A Dmail.local.c102 #define REALLOC(ptr, size) (((ptr) == NULL) ? malloc(size) : realloc(ptr, size)) macro
/freebsd-10-stable/gnu/usr.bin/grep/
H A Ddfa.c166 #define REALLOC(p, t, n) ((p) = (t *) xrealloc((ptr_t) (p), (n) * sizeof (t))) macro
/freebsd-10-stable/contrib/binutils/libiberty/
H A Dregex.c2003 # define REALLOC macro
2006 # define REALLOC macro
/freebsd-10-stable/contrib/gcclibs/libiberty/
H A Dregex.c2003 # define REALLOC macro
2006 # define REALLOC macro
/freebsd-10-stable/contrib/expat/lib/
H A Dxmlparse.c570 #define REALLOC(p,s) (parser->m_mem.realloc_fcn((p),(s))) macro
[all...]

Completed in 273 milliseconds