Searched refs:xzalloc (Results 1 - 25 of 38) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dxalloc.h50 void *xzalloc (size_t s);
H A Dxmalloc.c203 xzalloc (size_t s) function
/netbsd-6-1-5-RELEASE/usr.bin/rump_dhcpclient/
H A Dcommon.h73 void *xzalloc(size_t);
H A Dmain.c205 ifp->state->offer = xzalloc(sizeof(*ifp->state->offer));
252 ifp->state = xzalloc(sizeof(*ifp->state));
253 ifp->state->options = ifo = xzalloc(sizeof(*ifp->state->options));
H A Dcommon.c163 xzalloc(size_t s) function
H A Ddhcp.c358 rt->next = xzalloc(sizeof(*rt));
361 routes = rt = xzalloc(sizeof(*routes));
461 route->next = xzalloc(sizeof(*route));
464 routes = route = xzalloc(sizeof(*route));
549 dhcp = xzalloc(sizeof (*dhcp));
H A Dnet.c194 iface = xzalloc(sizeof(*iface));
407 udpp = xzalloc(sizeof(*udpp));
/netbsd-6-1-5-RELEASE/external/bsd/dhcpcd/dist/
H A Dcommon.h86 void *xzalloc(size_t);
H A Dipv6ns.c115 sndbuf = xzalloc(len);
123 rcvbuf = xzalloc(len);
145 rap->ns = xzalloc(rap->nslen);
H A Dipv4ll.c50 dhcp = xzalloc(sizeof(*dhcp));
H A Ddhcp.c574 rt->next = xzalloc(sizeof(*rt));
577 routes = rt = xzalloc(sizeof(*routes));
828 route->next = xzalloc(sizeof(*route));
831 routes = route = xzalloc(sizeof(*route));
916 dhcp = xzalloc(sizeof (*dhcp));
H A Dcommon.c267 xzalloc(size_t s) function
H A Dipv6rs.c164 sndbuf = xzalloc(len);
172 rcvbuf = xzalloc(len);
194 ifp->rs = xzalloc(ifp->rslen);
459 rap = xzalloc(sizeof(*rap));
H A Dnet.c353 ifp = xzalloc(sizeof(*ifp));
672 udpp = xzalloc(sizeof(*udpp));
H A Ddhcpcd.c709 dhcp = xzalloc(sizeof(*dhcp));
1042 dhcp = xzalloc(sizeof(*dhcp));
1256 ifs = iface->state = xzalloc(sizeof(*ifs));
1870 ifaces = iface = xzalloc(sizeof(*iface));
1874 iface->state = xzalloc(sizeof(*iface->state));
1875 iface->state->options = xzalloc(sizeof(*iface->state->options));
H A Dipv6.c291 r = xzalloc(sizeof(*r));
H A Dif-options.c678 rt = ifo->routes = xzalloc(sizeof(*rt));
812 ifo = xzalloc(sizeof(*ifo));
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/lib/
H A Dxalloc.h52 void *xzalloc (size_t s);
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/include/
H A Dam_utils.h140 #define CALLOC(ty) ((ty *) xzalloc(sizeof(ty)))
334 extern voidp xzalloc(int);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Ddefs.h898 extern void *xzalloc (size_t);
903 #define XZALLOC(TYPE) ((TYPE*) xzalloc (sizeof (TYPE)))
H A Dsolib-target.c339 so->lm_info->offsets = xzalloc (SIZEOF_N_SECTION_OFFSETS (num_sections));
H A Dinf-ttrace.c711 ti->private = xzalloc (sizeof (struct inf_ttrace_private_thread_info));
732 ti->private = xzalloc (sizeof (struct inf_ttrace_private_thread_info));
H A Darm-linux-nat.c908 t->bpts = xzalloc (arm_linux_get_hw_breakpoint_count ()
910 t->wpts = xzalloc (arm_linux_get_hw_watchpoint_count ()
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/conf/mtab/
H A Dmtab_mach3.c253 ptr = t = (char *) xzalloc(MAXPATHLEN * sizeof(char));
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/conf/transp/
H A Dtransp_tli.c656 *kncpp = (struct knetconfig *) xzalloc(sizeof(struct knetconfig));

Completed in 221 milliseconds

12