Searched defs:REALLOC (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/libcbor/test/ |
H A D | test_allocator.h | 12 REALLOC, enumerator
|
/freebsd/bin/ed/ |
H A D | ed.h | 113 #define REALLOC(b,n,i,err) \ macro 139 #define REALLOC(b,n,i,err) \ macro
|
/freebsd/contrib/nvi/common/ |
H A D | mem.h | 184 #define REALLOC(sp, p, cast, size) do { \ macro
|
/freebsd/contrib/sendmail/mail.local/ |
H A D | mail.local.c | 100 #define REALLOC(ptr, size) (((ptr) == NULL) ? malloc(size) : realloc(ptr, size)) macro
|
/freebsd/contrib/byacc/ |
H A D | defs.h | 186 #define REALLOC(p,n) (realloc((char*)(p),(size_t)(n))) macro
|
/freebsd/contrib/expat/lib/ |
H A D | xmlparse.c | 761 #define REALLOC(parser, p, s) (parser->m_mem.realloc_fcn((p), (s))) macro
|