| /src/sbin/ldconfig/ |
| shlib.h | 43 void *xmalloc(size_t);
|
| /src/external/gpl2/groff/dist/src/libs/libxutil/ |
| xmalloc.c | 1 /* $NetBSD: xmalloc.c,v 1.1.1.1 2016/01/13 18:41:48 christos Exp $ */ 6 char *xmalloc(int n) function
|
| /src/external/bsd/pcc/dist/pcc/cc/driver/ |
| xalloc.h | 39 void *xmalloc(size_t);
|
| /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/ |
| xstrdup.c | 30 return strcpy (xmalloc (strlen (string) + 1), string);
|
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| xstrdup.c | 30 return strcpy (xmalloc (strlen (string) + 1), string);
|
| xallocsa.h | 41 xmalloc (N)
|
| /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
| xstrdup.c | 30 return strcpy (xmalloc (strlen (string) + 1), string);
|
| xallocsa.h | 41 xmalloc (N)
|
| /src/external/gpl2/gettext/dist/gnulib-local/lib/ |
| xstrdup.c | 30 return strcpy (xmalloc (strlen (string) + 1), string);
|
| /src/external/gpl2/texinfo/dist/lib/ |
| xstrdup.c | 34 return strcpy (xmalloc (strlen (string) + 1), string);
|
| substring.c | 27 char *result = xmalloc (end - start + 1);
|
| xmalloc.c | 1 /* $NetBSD: xmalloc.c,v 1.1.1.1 2016/01/14 00:11:29 christos Exp $ */ 3 /* xmalloc.c -- safe versions of malloc and realloc. 38 xmalloc (size_t bytes) function 43 memory_error_and_abort ("xmalloc");
|
| /src/external/bsd/mdocml/dist/ |
| test-ohash.c | 6 static void *xmalloc(size_t, void *); 12 xmalloc(size_t sz, void *arg) { function 33 i.alloc = xmalloc;
|
| /src/usr.bin/diff/ |
| xmalloc.h | 1 /* $OpenBSD: xmalloc.h,v 1.4 2015/11/12 16:30:30 mmcc Exp $ */ 22 void *xmalloc(size_t);
|
| Makefile | 4 SRCS= diff.c diffdir.c diffreg.c xmalloc.c pr.c
|
| /src/external/cddl/osnet/dist/tools/ctf/common/ |
| memory.h | 43 void *xmalloc(size_t);
|
| /src/external/gpl3/gdb/dist/readline/readline/ |
| savestring.c | 28 #include "xmalloc.h" 37 ret = (char *)xmalloc (strlen (s) + 1);
|
| xmalloc.h | 0 /* xmalloc.h -- memory allocation that aborts on errors. */ 41 extern PTR_T xmalloc (size_t);
|
| /src/external/gpl3/gdb.old/dist/readline/readline/ |
| savestring.c | 28 #include "xmalloc.h" 37 ret = (char *)xmalloc (strlen (s) + 1);
|
| xmalloc.h | 0 /* xmalloc.h -- memory allocation that aborts on errors. */ 41 extern PTR_T xmalloc (size_t);
|
| /src/crypto/external/bsd/openssh/dist/ |
| xmalloc.h | 1 /* $NetBSD: xmalloc.h,v 1.16 2023/12/20 17:15:21 christos Exp $ */ 2 /* $OpenBSD: xmalloc.h,v 1.20 2021/04/03 06:18:41 djm Exp $ */ 20 void *xmalloc(size_t);
|
| /src/sys/arch/atari/stand/tostools/libtos/ |
| xalloc.c | 34 xmalloc(size_t size) function
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| xmemdup.c | 1 /* xmemdup.c -- Duplicate a memory buffer, using xmalloc. 37 void *output = xmalloc (alloc_size);
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| xmemdup.c | 1 /* xmemdup.c -- Duplicate a memory buffer, using xmalloc. 37 void *output = xmalloc (alloc_size);
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| xmemdup.c | 1 /* xmemdup.c -- Duplicate a memory buffer, using xmalloc. 37 void *output = xmalloc (alloc_size);
|