Searched defs:REALLOC (Results 1 – 6 of 6) sorted by relevance
| /mirbsd/src/bin/ed/ |
| D | ed.h | 142 #define REALLOC(b,n,i,err) \ macro 168 #define REALLOC(b,n,i,err) \ macro
|
| /mirbsd/src/usr.bin/vi/common/ |
| D | mem.h | 161 #define REALLOC(sp, p, cast, size) { \ macro
|
| /mirbsd/src/usr.bin/yacc/ |
| D | defs.h | 146 #define REALLOC(p,n) (realloc((char*)(p),(unsigned)(n))) macro
|
| /mirbsd/src/gnu/usr.sbin/sendmail/mail.local/ |
| D | mail.local.c | 101 #define REALLOC(ptr, size) (((ptr) == NULL) ? malloc(size) : realloc(ptr, size)) macro
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | wince-stub.c | 32 #define REALLOC(s, n) (void *) LocalReAlloc ((HLOCAL)(s), (UINT)(n), LMEM_MOVEABLE) macro
|
| /mirbsd/src/lib/libexpat/lib/ |
| D | xmlparse.c | 548 #define REALLOC(p,s) (parser->m_mem.realloc_fcn((p),(s))) macro
|