OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xzalloc
(Results
1 - 5
of
5
) sorted by relevancy
/src/usr.bin/rump_dhcpclient/
common.h
73
void *
xzalloc
(size_t);
main.c
205
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));
common.c
163
xzalloc
(size_t s)
function in typeref:typename:void *
dhcp.c
358
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));
net.c
194
iface =
xzalloc
(sizeof(*iface));
407
udpp =
xzalloc
(sizeof(*udpp));
Completed in 13 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025