Searched refs:xmalloc (Results 1 - 25 of 1907) sorted by relevance

1234567891011>>

/netbsd-current/sbin/ldconfig/
H A Dshlib.h43 void *xmalloc(size_t);
/netbsd-current/external/gpl2/groff/dist/src/libs/libxutil/
H A Dxmalloc.c1 /* $NetBSD: xmalloc.c,v 1.1.1.1 2016/01/13 18:41:48 christos Exp $ */
6 char *xmalloc(int n) function
H A DMakefile.sub6 xmalloc.$(OBJEXT)
10 $(srcdir)/xmalloc.c
/netbsd-current/external/bsd/pcc/dist/pcc/cc/driver/
H A Dxalloc.h39 void *xmalloc(size_t);
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Dxstrdup.c30 return strcpy (xmalloc (strlen (string) + 1), string);
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dxstrdup.c30 return strcpy (xmalloc (strlen (string) + 1), string);
H A Dxallocsa.h41 xmalloc (N)
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dxstrdup.c30 return strcpy (xmalloc (strlen (string) + 1), string);
H A Dxallocsa.h41 xmalloc (N)
/netbsd-current/external/gpl2/gettext/dist/gnulib-local/lib/
H A Dxstrdup.c30 return strcpy (xmalloc (strlen (string) + 1), string);
/netbsd-current/external/gpl2/texinfo/dist/lib/
H A Dxstrdup.c34 return strcpy (xmalloc (strlen (string) + 1), string);
H A Dsubstring.c27 char *result = xmalloc (end - start + 1);
H A Dxmalloc.c1 /* $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");
/netbsd-current/external/bsd/mdocml/dist/
H A Dtest-ohash.c6 static void *xmalloc(size_t, void *);
12 xmalloc(size_t sz, void *arg) { function
33 i.alloc = xmalloc;
/netbsd-current/external/cddl/osnet/dist/tools/ctf/common/
H A Dmemory.h42 void *xmalloc(size_t);
/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A Dsavestring.c28 #include "xmalloc.h"
37 ret = (char *)xmalloc (strlen (s) + 1);
H A Dxmalloc.h0 /* xmalloc.h -- memory allocation that aborts on errors. */
41 extern PTR_T xmalloc PARAMS((size_t));
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/
H A Dsavestring.c28 #include "xmalloc.h"
37 ret = (char *)xmalloc (strlen (s) + 1);
H A Dxmalloc.h0 /* xmalloc.h -- memory allocation that aborts on errors. */
41 extern PTR_T xmalloc PARAMS((size_t));
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dxmalloc.h1 /* $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);
/netbsd-current/sys/arch/atari/stand/tostools/libtos/
H A Dxalloc.c37 xmalloc(size_t size) function
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
H A Drmem.h27 static void *xmalloc(d_size_t size);
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dxmemdup.c1 /* xmemdup.c -- Duplicate a memory buffer, using xmalloc.
37 void *output = xmalloc (alloc_size);
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Drmem.h20 static void *xmalloc(d_size_t size);
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dxmemdup.c1 /* xmemdup.c -- Duplicate a memory buffer, using xmalloc.
37 void *output = xmalloc (alloc_size);

Completed in 774 milliseconds

1234567891011>>