| /src/sys/arch/atari/stand/tostools/libtos/ |
| xalloc.c | 45 xrealloc(void *ptr, size_t size) function
|
| /src/external/gpl2/texinfo/dist/lib/ |
| xmalloc.c | 48 xrealloc (void *pointer, size_t bytes) function 58 memory_error_and_abort ("xrealloc");
|
| /src/external/gpl3/gdb/dist/readline/readline/ |
| xmalloc.c | 66 xrealloc (PTR_T pointer, size_t bytes) function 73 memory_error_and_abort ("xrealloc");
|
| /src/external/gpl3/gdb.old/dist/readline/readline/ |
| xmalloc.c | 66 xrealloc (PTR_T pointer, size_t bytes) function 73 memory_error_and_abort ("xrealloc");
|
| /src/external/bsd/pcc/dist/pcc/cc/driver/ |
| xalloc.c | 67 xrealloc(void *buf, size_t len) function
|
| /src/external/bsd/pcc/dist/pcc/driver/ |
| xalloc.c | 60 xrealloc(void *buf, size_t len) function
|
| /src/external/gpl3/gcc/dist/libgfortran/runtime/ |
| memory.c | 87 xrealloc (void *ptr, size_t size) function 94 os_error ("Memory allocation failure in xrealloc");
|
| /src/external/gpl3/gcc.old/dist/libgfortran/runtime/ |
| memory.c | 87 xrealloc (void *ptr, size_t size) function 94 os_error ("Memory allocation failure in xrealloc");
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| alloc.c | 60 xrealloc (void *ptr, size_t size) function
|
| /src/external/gpl3/gdb/dist/gdb/ |
| alloc.c | 60 xrealloc (void *ptr, size_t size) function
|
| /src/usr.bin/xlint/common/ |
| mem.c | 75 xrealloc(void *p, size_t s) function
|
| /src/external/bsd/pkg_install/dist/lib/ |
| xwrapper.c | 85 xrealloc(void *buf, size_t len) function
|
| /src/external/bsd/tre/dist/lib/ |
| xmalloc.h | 51 #define xrealloc(ptr, new_size) xrealloc_impl(ptr, new_size, __FILE__, \ macro 70 #define xrealloc(ptr, new_size) realloc(ptr, new_size) macro
|
| /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/ |
| xmalloc.c | 104 xrealloc (void *p, size_t n) function
|
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| xmalloc.c | 104 xrealloc (void *p, size_t n) function
|
| /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
| xmalloc.c | 104 xrealloc (void *p, size_t n) function
|
| /src/external/gpl2/gettext/dist/gnulib-local/lib/ |
| xmalloc.c | 104 xrealloc (void *p, size_t n) function
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| xmalloc.c | 32 @deftypefn Replacement void* xrealloc (void *@var{ptr}, size_t @var{size}) 172 xrealloc (void *oldmem, size_t size) function
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| xmalloc.c | 32 @deftypefn Replacement void* xrealloc (void *@var{ptr}, size_t @var{size}) 172 xrealloc (void *oldmem, size_t size) function
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| xmalloc.c | 32 @deftypefn Replacement void* xrealloc (void *@var{ptr}, size_t @var{size}) 172 xrealloc (void *oldmem, size_t size) function
|
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| xmalloc.c | 32 @deftypefn Replacement void* xrealloc (void *@var{ptr}, size_t @var{size}) 172 xrealloc (PTR oldmem, size_t size) function
|
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| xmalloc.c | 32 @deftypefn Replacement void* xrealloc (void *@var{ptr}, size_t @var{size}) 172 xrealloc (void *oldmem, size_t size) function
|
| /src/external/gpl3/gdb/dist/libiberty/ |
| xmalloc.c | 32 @deftypefn Replacement void* xrealloc (void *@var{ptr}, size_t @var{size}) 172 xrealloc (void *oldmem, size_t size) function
|
| /src/external/bsd/file/dist/tests/ |
| test.c | 42 xrealloc(void *p, size_t n) function 58 char *l = xrealloc(NULL, len), *s = l; 64 l = xrealloc(l, len); 71 l = xrealloc(l, len + 1); 77 return xrealloc(l, s - l);
|
| /src/external/bsd/tmux/dist/ |
| xmalloc.c | 55 xrealloc(void *ptr, size_t size) function
|