Searched refs:xzalloc (Results 1 – 21 of 21) sorted by relevance
| /netbsd/src/usr.bin/rump_dhcpclient/ |
| D | main.c | 205 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()
|
| D | dhcp.c | 358 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()
|
| D | common.h | 73 void *xzalloc(size_t);
|
| D | common.c | 163 xzalloc(size_t s) in xzalloc() function
|
| D | net.c | 194 iface = xzalloc(sizeof(*iface)); in init_interface() 407 udpp = xzalloc(sizeof(*udpp)); in make_udp_packet()
|
| /netbsd/src/external/gpl2/xcvs/dist/lib/ |
| D | xalloc.h | 50 void *xzalloc (size_t s);
|
| D | xmalloc.c | 206 xzalloc (size_t s) in xzalloc() function
|
| /netbsd/src/external/bsd/am-utils/dist/include/ |
| D | am_utils.h | 140 #define CALLOC(ty) ((ty *) xzalloc(sizeof(ty))) 339 extern voidp xzalloc(int);
|
| /netbsd/src/external/bsd/am-utils/lib/libamu/ |
| D | amu.expsym | 218 xzalloc
|
| /netbsd/src/external/bsd/am-utils/dist/conf/mtab/ |
| D | mtab_mach3.c | 249 ptr = t = (char *) xzalloc(MAXPATHLEN * sizeof(char)); in convert()
|
| /netbsd/src/external/bsd/am-utils/dist/libamu/ |
| D | xutil.c | 213 xzalloc(int len) in xzalloc() function
|
| /netbsd/src/external/bsd/am-utils/dist/conf/transp/ |
| D | transp_tli.c | 652 *kncpp = (struct knetconfig *) xzalloc(sizeof(struct knetconfig)); in get_knetconfig()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | eval.c | 487 ((struct field *) xzalloc (sizeof (struct field) * num_types)); in fake_method()
|
| D | ChangeLog-2005 | 1946 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.
|
| D | mdebugread.c | 4712 bv = (struct blockvector *) xzalloc (size); in new_bvect()
|
| D | value.c | 937 m_contents.reset ((gdb_byte *) xzalloc (len)); in allocate_contents()
|
| D | ChangeLog-2011 | 4879 (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
|
| D | ChangeLog-2009 | 1482 * objfiles.c (allocate_objfile): Use xzalloc.
|
| D | ChangeLog-2018 | 3761 * eval.c (fake_method::fake_method): Call xzalloc directly for a
|
| /netbsd/src/external/bsd/am-utils/dist/ |
| D | ChangeLog | 4986 * 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/ |
| D | ChangeLog.git | 44695 … #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.…
|