Searched refs:XMALLOC (Results 1 - 25 of 162) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dfile-ostream.oo.c60 file_ostream_t stream = XMALLOC (struct file_ostream_representation);
H A Dfile-ostream.c72 file_ostream_t stream = XMALLOC (struct file_ostream_representation);
H A Dhtml-styled-ostream.oo.c97 XMALLOC (struct html_styled_ostream_representation);
H A Dxalloc.h75 /* extern T *XMALLOC (typename T); */
76 #define XMALLOC(T) \ macro
H A Dgl_anylinked_list2.h46 struct gl_list_impl *list = XMALLOC (struct gl_list_impl);
72 struct gl_list_impl *list = XMALLOC (struct gl_list_impl);
93 gl_list_node_t node = XMALLOC (struct gl_list_node_impl);
497 gl_list_node_t node = XMALLOC (struct gl_list_node_impl);
527 gl_list_node_t node = XMALLOC (struct gl_list_node_impl);
557 gl_list_node_t new_node = XMALLOC (struct gl_list_node_impl);
587 gl_list_node_t new_node = XMALLOC (struct gl_list_node_impl);
624 new_node = XMALLOC (struct gl_list_node_impl);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dfile-ostream.oo.c60 file_ostream_t stream = XMALLOC (struct file_ostream_representation);
H A Dmemory-ostream.oo.c93 memory_ostream_t stream = XMALLOC (struct memory_ostream_representation);
H A Dhtml-styled-ostream.oo.c97 XMALLOC (struct html_styled_ostream_representation);
H A Dxalloc.h75 /* extern T *XMALLOC (typename T); */
76 #define XMALLOC(T) \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/zebra/
H A Dipforward_solaris.c36 buf = (char *) XMALLOC (MTYPE_TMP, sizeof forward + 1);
H A Drtread_sysctl.c56 ref = buf = XMALLOC (MTYPE_TMP, bufsiz);
H A Dif_sysctl.c60 ref = buf = XMALLOC (MTYPE_TMP, bufsiz);
116 ref = buf = XMALLOC (MTYPE_TMP, bufsiz);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dfile-ostream.oo.c60 file_ostream_t stream = XMALLOC (struct file_ostream_representation);
H A Dfile-ostream.c72 file_ostream_t stream = XMALLOC (struct file_ostream_representation);
H A Dxalloc.h75 /* extern T *XMALLOC (typename T); */
76 #define XMALLOC(T) \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_regex.c53 magic_str = XMALLOC (MTYPE_TMP, len + (14 * magic) + 1);
67 regex = XMALLOC (MTYPE_BGP_REGEXP, sizeof (regex_t));
H A Dbgp_aspath.c60 aspath = XMALLOC (MTYPE_AS_PATH, sizeof (struct aspath));
147 str_buf = XMALLOC (MTYPE_AS_STR, 1);
161 str_buf = XMALLOC (MTYPE_AS_STR, str_size);
286 new = XMALLOC (MTYPE_AS_PATH, sizeof (struct aspath));
293 new->data = XMALLOC (MTYPE_AS_SEG, aspath->length);
310 aspath = XMALLOC (MTYPE_AS_PATH, sizeof (struct aspath));
317 aspath->data = XMALLOC (MTYPE_AS_SEG, arg->length);
374 aspath->data = XMALLOC (MTYPE_AS_SEG, ASSEGMENT_SIZE (i));
404 aspath->data = XMALLOC (MTYPE_AS_SEG, ASSEGMENT_SIZE (1));
628 data = XMALLOC (MTYPE_AS_SE
[all...]
H A Dbgp_ecommunity.c82 ecom->val = XMALLOC (MTYPE_ECOMMUNITY_VAL, val->size * BGP_RD_SIZE);
112 new = XMALLOC (MTYPE_ECOMMUNITY, sizeof (struct ecommunity));
117 new->val = XMALLOC (MTYPE_ECOMMUNITY_VAL, ecom->size * BGP_RD_SIZE);
132 ecom1->val = XMALLOC (MTYPE_ECOMMUNITY_VAL,
214 ecom->val = XMALLOC (MTYPE_ECOMMUNITY_VAL, ecom_length (ecom));
526 str_buf = XMALLOC (MTYPE_ECOMMUNITY_STR, 1);
532 str_buf = XMALLOC (MTYPE_ECOMMUNITY_STR, ECOMMUNITY_STR_DEFAULT_LEN + 1);
H A Dbgp_community.c58 com->val = XMALLOC (MTYPE_COMMUNITY_VAL, com_length (com));
212 str = XMALLOC (MTYPE_COMMUNITY_STR, 1);
247 str = pnt = XMALLOC (MTYPE_COMMUNITY_STR, len);
368 new->val = XMALLOC (MTYPE_COMMUNITY_VAL, com->size * 4);
456 com1->val = XMALLOC (MTYPE_COMMUNITY_VAL, (com1->size + com2->size) * 4);
H A Dbgp_routemap.c319 med = XMALLOC (MTYPE_ROUTE_MAP_COMPILED, sizeof (u_int32_t));
558 origin = XMALLOC (MTYPE_ROUTE_MAP_COMPILED, sizeof (u_char));
617 address = XMALLOC (MTYPE_ROUTE_MAP_COMPILED, sizeof (struct in_addr));
682 local_pref = XMALLOC (MTYPE_ROUTE_MAP_COMPILED, sizeof (u_int32_t));
743 weight = XMALLOC (MTYPE_ROUTE_MAP_COMPILED, sizeof (u_int32_t));
1007 rcs = XMALLOC (MTYPE_ROUTE_MAP_COMPILED, sizeof (struct rmap_com_set));
1266 origin = XMALLOC (MTYPE_ROUTE_MAP_COMPILED, sizeof (u_char));
1371 aggregator = XMALLOC (MTYPE_ROUTE_MAP_COMPILED, sizeof (struct aggregator));
1473 address = XMALLOC (MTYPE_ROUTE_MAP_COMPILED, sizeof (struct in6_addr));
1576 address = XMALLOC (MTYPE_ROUTE_MAP_COMPILE
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dhash.c34 hash = XMALLOC (MTYPE_HASH, sizeof (struct hash));
35 hash->index = XMALLOC (MTYPE_HASH_INDEX,
86 backet = XMALLOC (MTYPE_HASH_BACKET, sizeof (struct hash_backet));
H A Dmemory.h189 #define XMALLOC(mtype, size) \ macro
200 #define XMALLOC(mtype, size) zmalloc ((mtype), (size)) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6_prefix.c51 o6p = (struct ospf6_prefix *) XMALLOC (MTYPE_OSPF6_PREFIX, size);
102 add = (struct ospf6_prefix *) XMALLOC (MTYPE_OSPF6_PREFIX,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dxalloc.h75 /* extern T *XMALLOC (typename T); */
76 #define XMALLOC(T) \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/vtysh/
H A Dvtysh_user.c99 user = XMALLOC (0, sizeof (struct user));

Completed in 231 milliseconds

1234567