Home
last modified time | relevance | path

Searched refs:xzalloc (Results 1 – 21 of 21) sorted by relevance

/netbsd/src/usr.bin/rump_dhcpclient/
Dmain.c205 ifp->state->offer = xzalloc(sizeof(*ifp->state->offer)); in get_offer()
252 ifp->state = xzalloc(sizeof(*ifp->state)); in main()
253 ifp->state->options = ifo = xzalloc(sizeof(*ifp->state->options)); in main()
Ddhcp.c358 rt->next = xzalloc(sizeof(*rt)); in decode_rfc3442_rt()
361 routes = rt = xzalloc(sizeof(*routes)); in decode_rfc3442_rt()
461 route->next = xzalloc(sizeof(*route)); in get_option_routes()
464 routes = route = xzalloc(sizeof(*route)); in get_option_routes()
549 dhcp = xzalloc(sizeof (*dhcp)); in make_message()
Dcommon.h73 void *xzalloc(size_t);
Dcommon.c163 xzalloc(size_t s) in xzalloc() function
Dnet.c194 iface = xzalloc(sizeof(*iface)); in init_interface()
407 udpp = xzalloc(sizeof(*udpp)); in make_udp_packet()
/netbsd/src/external/gpl2/xcvs/dist/lib/
Dxalloc.h50 void *xzalloc (size_t s);
Dxmalloc.c206 xzalloc (size_t s) in xzalloc() function
/netbsd/src/external/bsd/am-utils/dist/include/
Dam_utils.h140 #define CALLOC(ty) ((ty *) xzalloc(sizeof(ty)))
339 extern voidp xzalloc(int);
/netbsd/src/external/bsd/am-utils/lib/libamu/
Damu.expsym218 xzalloc
/netbsd/src/external/bsd/am-utils/dist/conf/mtab/
Dmtab_mach3.c249 ptr = t = (char *) xzalloc(MAXPATHLEN * sizeof(char)); in convert()
/netbsd/src/external/bsd/am-utils/dist/libamu/
Dxutil.c213 xzalloc(int len) in xzalloc() function
/netbsd/src/external/bsd/am-utils/dist/conf/transp/
Dtransp_tli.c652 *kncpp = (struct knetconfig *) xzalloc(sizeof(struct knetconfig)); in get_knetconfig()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Deval.c487 ((struct field *) xzalloc (sizeof (struct field) * num_types)); in fake_method()
DChangeLog-20051946 Use XZALLOC and xzalloc instead of xmalloc where appropriate.
5741 * utils.c (xzalloc): New function.
5742 * defs.h (XZALLOC): Use xzalloc.
5743 (xzalloc): Declare.
5745 * mdebugread.c (xzalloc): Delete.
Dmdebugread.c4712 bv = (struct blockvector *) xzalloc (size); in new_bvect()
Dvalue.c937 m_contents.reset ((gdb_byte *) xzalloc (len)); in allocate_contents()
DChangeLog-20114879 (xfree, xzalloc, xasprintf, xvasprintf, xstrprintf, xstrvprintf,
4893 (xmalloc, xzalloc, xrealloc, xcalloc, xfree, xstrprintf, xasprintf,
8494 * ada-lang.c (replace_operator_with_call): Use xzalloc instead
DChangeLog-20091482 * objfiles.c (allocate_objfile): Use xzalloc.
DChangeLog-20183761 * eval.c (fake_method::fake_method): Call xzalloc directly for a
/netbsd/src/external/bsd/am-utils/dist/
DChangeLog4986 * include/am_utils.h (CALLOC): redefine macro to use xzalloc, not
10824 * conf/transp/transp_tli.c (get_knetconfig): use xzalloc() not
10827 * conf/mtab/mtab_mach3.c (convert): use xzalloc() not calloc().
10834 * libamu/xutil.c (xzalloc): new function to allocate memory and
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git44695 … #2 0x564788610c6b in xzalloc(unsigned long) /tmp/src/binutils-gdb/gdbsupport/common-utils.cc:29
145533 …#2 0x555c49b775cd in xzalloc(unsigned long) /home/simark/src/binutils-gdb/gdbsupport/common-utils.…