Home
last modified time | relevance | path

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

12

/netbsd-src/usr.bin/rump_dhcpclient/
H A 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()
H A 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()
H A Dcommon.h73 void *xzalloc(size_t);
H A Dcommon.c163 xzalloc(size_t s) in xzalloc() function
H A Dnet.c194 iface = xzalloc(sizeof(*iface)); in init_interface()
407 udpp = xzalloc(sizeof(*udpp)); in make_udp_packet()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dxalloc.h37 extern void *xzalloc (size_t size);
H A Dxmalloc.c76 xzalloc (size_t size) in xzalloc() function
H A Dgl_anyhash_list2.h104 (gl_hash_entry_t *) xzalloc (new_size * sizeof (gl_hash_entry_t)); in hash_resize()
H A Dgl_anylinked_list2.h56 (gl_hash_entry_t *) xzalloc (list->table_size * sizeof (gl_hash_entry_t)); in gl_linked_create_empty()
87 (gl_hash_entry_t *) xzalloc (list->table_size * sizeof (gl_hash_entry_t)); in gl_linked_create()
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Dxalloc.h37 extern void *xzalloc (size_t size);
H A Dxmalloc.c76 xzalloc (size_t size) in xzalloc() function
/netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/
H A Dxalloc.h37 extern void *xzalloc (size_t size);
H A Dxmalloc.c76 xzalloc (size_t size) in xzalloc() function
H A DChangeLog.166 * xalloc.h (xzalloc): New declaration.
67 * xmalloc.c (xzalloc): New function.
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dxalloc.h37 extern void *xzalloc (size_t size);
H A Dxmalloc.c76 xzalloc (size_t size) in xzalloc() function
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dxalloc.h50 void *xzalloc (size_t s);
H A Dxmalloc.c206 xzalloc (size_t s) in xzalloc() function
/netbsd-src/external/gpl2/texinfo/dist/lib/
H A Dxalloc.h52 void *xzalloc (size_t s);
/netbsd-src/external/bsd/am-utils/dist/include/
H A Dam_utils.h140 #define CALLOC(ty) ((ty *) xzalloc(sizeof(ty)))
339 extern voidp xzalloc(int);
/netbsd-src/external/bsd/am-utils/dist/conf/mtab/
H A Dmtab_mach3.c249 ptr = t = (char *) xzalloc(MAXPATHLEN * sizeof(char)); in convert()
/netbsd-src/external/bsd/am-utils/dist/libamu/
H A Dxutil.c213 xzalloc(int len) in xzalloc() function
/netbsd-src/external/bsd/am-utils/dist/conf/transp/
H A Dtransp_tli.c652 *kncpp = (struct knetconfig *) xzalloc(sizeof(struct knetconfig)); in get_knetconfig()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A 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.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A 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.

12