OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xzalloc
(Results
1 - 13
of
13
) sorted by null
/external/bison/lib/
xalloc.h
56
void *
xzalloc
(size_t s)
84
/* extern t *
XZALLOC
(typename t); */
85
#define
XZALLOC
(t) ((t *)
xzalloc
(sizeof (t)))
91
((t *) (sizeof (t) == 1 ?
xzalloc
(n) : xcalloc (n, sizeof (t))))
xmalloc.c
84
xzalloc
(size_t s)
function
/ndk/sources/host-tools/sed-4.2.1/lib/
xalloc.h
56
void *
xzalloc
(size_t s) ATTRIBUTE_MALLOC;
95
/* extern t *
XZALLOC
(typename t); */
96
# define
XZALLOC
(t) ((t *)
xzalloc
(sizeof (t)))
102
((t *) (sizeof (t) == 1 ?
xzalloc
(n) : xcalloc (n, sizeof (t))))
xmalloc.c
80
xzalloc
(size_t s)
function
/external/dhcpcd/
common.h
81
void *
xzalloc
(size_t);
ipv4ll.c
50
dhcp =
xzalloc
(sizeof(*dhcp));
dhcp.c
576
rt->next =
xzalloc
(sizeof(*rt));
579
routes = rt =
xzalloc
(sizeof(*routes));
830
route->next =
xzalloc
(sizeof(*route));
833
routes = route =
xzalloc
(sizeof(*route));
918
dhcp =
xzalloc
(sizeof (*dhcp));
[
all
...]
common.c
267
xzalloc
(size_t s)
function
if-linux.c
500
nlm =
xzalloc
(sizeof(*nlm));
542
nlm =
xzalloc
(sizeof(*nlm));
net.c
211
iface =
xzalloc
(sizeof(*iface));
710
udpp =
xzalloc
(sizeof(*udpp));
ipv6rs.c
143
sndbuf =
xzalloc
(len);
151
rcvbuf =
xzalloc
(len);
173
ifp->rs =
xzalloc
(ifp->rslen);
dhcpcd.c
714
dhcp =
xzalloc
(sizeof(*dhcp));
1045
dhcp =
xzalloc
(sizeof(*dhcp));
1263
ifs = iface->state =
xzalloc
(sizeof(*ifs));
[
all
...]
if-options.c
671
rt = ifo->routes =
xzalloc
(sizeof(*rt));
796
ifo =
xzalloc
(sizeof(*ifo));
Completed in 83 milliseconds