| /src/external/bsd/libbind/dist/port/cygwin/include/ |
| ansi_realloc.h | 22 #define realloc __ansi_realloc macro
|
| /src/external/gpl3/gdb/dist/sim/testsuite/cris/c/ |
| mremap.c | 4 /* Sanity check that system calls for realloc works. Also tests a few 12 || (p1 = realloc (p1, 16300)) == NULL 13 || (p1 = realloc (p1, 4000)) == NULL 14 || (p1 = realloc (p1, 500)) == NULL 15 || (p1 = realloc (p1, 1023*1024)) == NULL 16 || (p1 = realloc (p1, 8191*1024)) == NULL 17 || (p1 = realloc (p1, 512*1024)) == NULL 19 || (p1 = realloc (p1, 1023*1024)) == NULL 20 || (p1 = realloc (p1, 8191*1024)) == NULL 21 || (p1 = realloc (p1, 512*1024)) == NULL [all...] |
| /src/external/gpl3/gdb.old/dist/sim/testsuite/cris/c/ |
| mremap.c | 4 /* Sanity check that system calls for realloc works. Also tests a few 12 || (p1 = realloc (p1, 16300)) == NULL 13 || (p1 = realloc (p1, 4000)) == NULL 14 || (p1 = realloc (p1, 500)) == NULL 15 || (p1 = realloc (p1, 1023*1024)) == NULL 16 || (p1 = realloc (p1, 8191*1024)) == NULL 17 || (p1 = realloc (p1, 512*1024)) == NULL 19 || (p1 = realloc (p1, 1023*1024)) == NULL 20 || (p1 = realloc (p1, 8191*1024)) == NULL 21 || (p1 = realloc (p1, 512*1024)) == NULL [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| realloc.c | 1 /* $NetBSD: realloc.c,v 1.2 2017/01/28 21:31:50 christos Exp $ */ 37 #undef realloc macro 41 #undef realloc macro 48 return realloc(ptr, size);
|
| erealloc.c | 44 * Like realloc but never fails. 50 void *tmp = realloc (ptr, sz); 53 errx (1, "realloc %lu failed", (unsigned long)sz);
|
| /src/external/gpl2/diffutils/dist/lib/ |
| realloc.c | 1 /* $NetBSD: realloc.c,v 1.1.1.1 2016/01/13 03:15:30 christos Exp $ */ 3 /* Work around bug on some systems where realloc (NULL, 0) fails. 25 #undef realloc macro 30 char *realloc (); 45 return realloc (p, n);
|
| /src/external/gpl3/gcc/dist/fixincludes/tests/base/ |
| malloc.h | 24 void* realloc();
|
| stdlib.h | 18 extern void *realloc(void *, size_t) __asm__("__linux_realloc"); 90 extern void * realloc(void*,size_t);
|
| /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/ |
| malloc.h | 24 void* realloc();
|
| /src/external/bsd/flex/dist/lib/ |
| realloc.c | 2 #undef realloc macro 23 result = realloc (p, n);
|
| /src/external/gpl2/xcvs/dist/lib/ |
| realloc.c | 0 /* realloc() function that is glibc compatible. 18 __RCSID("$NetBSD: realloc.c,v 1.2 2016/05/17 14:00:09 christos Exp $"); 26 #undef realloc macro 41 /* In theory realloc might fail, so don't rely on it to free. */ 48 return realloc (p, n);
|
| /src/external/gpl2/grep/dist/lib/ |
| realloc.c | 1 /* $NetBSD: realloc.c,v 1.1.1.1 2016/01/10 21:36:18 christos Exp $ */ 3 /* rpl_realloc.c -- a replacement for broken realloc implementations 33 return realloc(ptr, size);
|
| /src/external/gpl3/gdb/dist/readline/readline/ |
| ansi_stdlib.h | 45 extern PTR_T realloc ();
|
| /src/external/gpl3/gdb.old/dist/readline/readline/ |
| ansi_stdlib.h | 45 extern PTR_T realloc ();
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| realloc.c | 0 /* realloc() function that is glibc compatible. 29 /* Call the system's realloc below. This file does not define 31 #undef realloc macro 55 void *result = realloc (p, n);
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| realloc.c | 0 /* realloc() function that is glibc compatible. 29 /* Call the system's realloc below. This file does not define 31 #undef realloc macro 55 void *result = realloc (p, n);
|
| /src/external/gpl3/gcc/dist/libbacktrace/ |
| instrumented_alloc.c | 35 and realloc are only effective in alloc.c itself. This does not work for 53 #define realloc instrumented_realloc macro 56 #undef realloc macro 91 res = realloc (ptr, size);
|
| /src/external/gpl3/gcc.old/dist/libbacktrace/ |
| instrumented_alloc.c | 35 and realloc are only effective in alloc.c itself. This does not work for 53 #define realloc instrumented_realloc macro 56 #undef realloc macro 91 res = realloc (ptr, size);
|
| /src/external/gpl3/gdb/dist/libbacktrace/ |
| instrumented_alloc.c | 35 and realloc are only effective in alloc.c itself. This does not work for 53 #define realloc instrumented_realloc macro 56 #undef realloc macro 91 res = realloc (ptr, size);
|
| /src/external/gpl3/gdb.old/dist/libbacktrace/ |
| instrumented_alloc.c | 35 and realloc are only effective in alloc.c itself. This does not work for 53 #define realloc instrumented_realloc macro 56 #undef realloc macro 91 res = realloc (ptr, size);
|
| /src/games/hack/ |
| alloc.c | 90 if (!(nptr = realloc(ptr, lth)))
|
| /src/sys/arch/atari/stand/tostools/libtos/ |
| xalloc.c | 47 void * p = realloc(ptr, size);
|
| /src/external/apache2/llvm/dist/clang/docs/analyzer/checkers/ |
| unix_api_example.c | 27 p = realloc(p, 0); // warn: allocation size of 0 bytes
|
| /src/external/bsd/ntp/dist/sntp/unity/ |
| unity_fixture_malloc_overrides.h | 15 #define realloc unity_realloc macro
|
| /src/external/gpl2/texinfo/dist/lib/ |
| xmalloc.c | 3 /* xmalloc.c -- safe versions of malloc and realloc. 55 temp = realloc (pointer, bytes);
|