Home
last modified time | relevance | path

Searched defs:REALLOC (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/libcbor/test/
H A Dtest_allocator.h12 REALLOC, enumerator
/freebsd/bin/ed/
H A Ded.h113 #define REALLOC(b,n,i,err) \ macro
139 #define REALLOC(b,n,i,err) \ macro
/freebsd/contrib/nvi/common/
H A Dmem.h184 #define REALLOC(sp, p, cast, size) do { \ macro
/freebsd/contrib/sendmail/mail.local/
H A Dmail.local.c100 #define REALLOC(ptr, size) (((ptr) == NULL) ? malloc(size) : realloc(ptr, size)) macro
/freebsd/contrib/byacc/
H A Ddefs.h185 #define REALLOC(p,n) (realloc((char*)(p),(size_t)(n))) macro
/freebsd/contrib/expat/lib/
H A Dxmlparse.c754 #define REALLOC(parser, p, s) (parser->m_mem.realloc_fcn((p), (s))) macro