Home
last modified time | relevance | path

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

/external/bison/lib/
Dxalloc.h56 void *xzalloc (size_t s)
85 #define XZALLOC(t) ((t *) xzalloc (sizeof (t)))
91 ((t *) (sizeof (t) == 1 ? xzalloc (n) : xcalloc (n, sizeof (t))))
Dxmalloc.c84 xzalloc (size_t s) in xzalloc() function
/external/dhcpcd/
Dcommon.h81 void *xzalloc(size_t);
Dipv4ll.c50 dhcp = xzalloc(sizeof(*dhcp)); in make_ipv4ll_lease()
Dcommon.c267 xzalloc(size_t s) in xzalloc() function
Dipv6rs.c143 sndbuf = xzalloc(len); in ipv6rs_open()
151 rcvbuf = xzalloc(len); in ipv6rs_open()
173 ifp->rs = xzalloc(ifp->rslen); in ipv6rs_makeprobe()
Ddhcp.c576 rt->next = xzalloc(sizeof(*rt)); in decode_rfc3442_rt()
579 routes = rt = xzalloc(sizeof(*routes)); in decode_rfc3442_rt()
830 route->next = xzalloc(sizeof(*route)); in get_option_routes()
833 routes = route = xzalloc(sizeof(*route)); in get_option_routes()
918 dhcp = xzalloc(sizeof (*dhcp)); in make_message()
Dif-linux.c500 nlm = xzalloc(sizeof(*nlm)); in if_address()
542 nlm = xzalloc(sizeof(*nlm)); in if_route()
Ddhcpcd.c714 dhcp = xzalloc(sizeof(*dhcp)); in handle_dhcp_packet()
1045 dhcp = xzalloc(sizeof(*dhcp)); in dhcp_message_new()
1263 ifs = iface->state = xzalloc(sizeof(*ifs)); in init_state()
1912 ifaces = iface = xzalloc(sizeof(*iface)); in main()
1916 iface->state = xzalloc(sizeof(*iface->state)); in main()
1917 iface->state->options = xzalloc(sizeof(*iface->state->options)); in main()
Dnet.c211 iface = xzalloc(sizeof(*iface)); in init_interface()
710 udpp = xzalloc(sizeof(*udpp)); in make_udp_packet()
Dif-options.c671 rt = ifo->routes = xzalloc(sizeof(*rt)); in parse_option()
796 ifo = xzalloc(sizeof(*ifo)); in read_config()