Searched refs:XMALLOC (Results 101 - 125 of 160) sorted by relevance

1234567

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dsockunion.c184 su = XMALLOC (MTYPE_SOCKUNION, sizeof (union sockunion));
H A Dzclient.c53 zclient = XMALLOC (MTYPE_ZCLIENT, sizeof (struct zclient));
H A Dsmux.c1299 new = XMALLOC (MTYPE_TMP, sizeof (oid) * objid_len);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ospf6d/
H A Dospf6_neighbor.c260 XMALLOC (MTYPE_OSPF6_NEIGHBOR, sizeof (struct ospf6_neighbor));
H A Dospf6_interface.c92 XMALLOC (MTYPE_OSPF6_IF, sizeof (struct ospf6_interface));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ospfd/
H A Dospf_lsa.c327 new = (struct lsa_header *) XMALLOC (MTYPE_OSPF_LSA_DATA, size);
3134 data = XMALLOC (MTYPE_OSPF_MESSAGE, sizeof (struct lsa_action));
3149 data = XMALLOC (MTYPE_OSPF_MESSAGE, sizeof (struct lsa_action));
H A Dospf_spf.c87 new = XMALLOC (MTYPE_OSPF_VERTEX, sizeof (struct vertex));
H A Dospf_zebra.c1005 new = XMALLOC (MTYPE_OSPF_DISTANCE, sizeof (struct ospf_distance));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ripd/
H A Dripd.c215 new = XMALLOC (MTYPE_RIP_INFO, sizeof (struct rip_info));
2653 rip = XMALLOC (MTYPE_RIP, sizeof (struct rip));
3022 new = XMALLOC (MTYPE_RIP_DISTANCE, sizeof (struct rip_distance));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/
H A Dlibtool3745 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
3901 newargz = XMALLOC (char *, argc + 1);
3937 XMALLOC (char, (strlen (actual_cwrapper_path) +
4226 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
4234 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
4250 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
4371 char *str = XMALLOC (char, len);
4389 new_value = XMALLOC (char, add_len + orig_value_len + 1);
4424 *name = XMALLOC (char, len);
H A Dltmain.sh3244 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
3400 newargz = XMALLOC (char *, argc + 1);
3436 XMALLOC (char, (strlen (actual_cwrapper_path) +
3725 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
3733 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
3749 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
3870 char *str = XMALLOC (char, len);
3888 new_value = XMALLOC (char, add_len + orig_value_len + 1);
3923 *name = XMALLOC (char, len);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/jpeg-7/
H A Dlibtool3738 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
3894 newargz = XMALLOC (char *, argc + 1);
3930 XMALLOC (char, (strlen (actual_cwrapper_path) +
4219 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
4227 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
4243 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
4364 char *str = XMALLOC (char, len);
4382 new_value = XMALLOC (char, add_len + orig_value_len + 1);
4417 *name = XMALLOC (char, len);
H A Dltmain.sh3244 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
3400 newargz = XMALLOC (char *, argc + 1);
3436 XMALLOC (char, (strlen (actual_cwrapper_path) +
3725 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
3733 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
3749 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
3870 char *str = XMALLOC (char, len);
3888 new_value = XMALLOC (char, add_len + orig_value_len + 1);
3923 *name = XMALLOC (char, len);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libexif-0.6.19/
H A Dltmain.sh3247 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
3403 newargz = XMALLOC (char *, argc + 1);
3439 XMALLOC (char, (strlen (actual_cwrapper_path) +
3728 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
3736 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
3752 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
3873 char *str = XMALLOC (char, len);
3891 new_value = XMALLOC (char, add_len + orig_value_len + 1);
3926 *name = XMALLOC (char, len);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/
H A Dlibtool3731 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
3887 newargz = XMALLOC (char *, argc + 1);
3923 XMALLOC (char, (strlen (actual_cwrapper_path) +
4212 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
4220 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
4236 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
4357 char *str = XMALLOC (char, len);
4375 new_value = XMALLOC (char, add_len + orig_value_len + 1);
4410 *name = XMALLOC (char, len);
H A Dltmain.sh3244 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
3400 newargz = XMALLOC (char *, argc + 1);
3436 XMALLOC (char, (strlen (actual_cwrapper_path) +
3725 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
3733 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
3749 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
3870 char *str = XMALLOC (char, len);
3888 new_value = XMALLOC (char, add_len + orig_value_len + 1);
3923 *name = XMALLOC (char, len);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libdaemon-0.14/
H A Dlibtool3735 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
3891 newargz = XMALLOC (char *, argc + 1);
3927 XMALLOC (char, (strlen (actual_cwrapper_path) +
4216 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
4224 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
4240 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
4361 char *str = XMALLOC (char, len);
4379 new_value = XMALLOC (char, add_len + orig_value_len + 1);
4414 *name = XMALLOC (char, len);
H A Dltmain.sh3248 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
3404 newargz = XMALLOC (char *, argc + 1);
3440 XMALLOC (char, (strlen (actual_cwrapper_path) +
3729 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
3737 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
3753 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
3874 char *str = XMALLOC (char, len);
3892 new_value = XMALLOC (char, add_len + orig_value_len + 1);
3927 *name = XMALLOC (char, len);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/
H A Dlibtool3737 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
3893 newargz = XMALLOC (char *, argc + 1);
3929 XMALLOC (char, (strlen (actual_cwrapper_path) +
4218 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
4226 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
4242 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
4363 char *str = XMALLOC (char, len);
4381 new_value = XMALLOC (char, add_len + orig_value_len + 1);
4416 *name = XMALLOC (char, len);
H A Dltmain.sh3244 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
3400 newargz = XMALLOC (char *, argc + 1);
3436 XMALLOC (char, (strlen (actual_cwrapper_path) +
3725 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
3733 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
3749 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
3870 char *str = XMALLOC (char, len);
3888 new_value = XMALLOC (char, add_len + orig_value_len + 1);
3923 *name = XMALLOC (char, len);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgpg-error-1.10/
H A Dlibtool3737 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
3893 newargz = XMALLOC (char *, argc + 1);
3929 XMALLOC (char, (strlen (actual_cwrapper_path) +
4218 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
4226 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
4242 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
4363 char *str = XMALLOC (char, len);
4381 new_value = XMALLOC (char, add_len + orig_value_len + 1);
4416 *name = XMALLOC (char, len);
H A Dltmain.sh3244 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
3400 newargz = XMALLOC (char *, argc + 1);
3436 XMALLOC (char, (strlen (actual_cwrapper_path) +
3725 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
3733 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
3749 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
3870 char *str = XMALLOC (char, len);
3888 new_value = XMALLOC (char, add_len + orig_value_len + 1);
3923 *name = XMALLOC (char, len);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/zebra/
H A Dinterface.c78 zebra_if = XMALLOC (MTYPE_TMP, sizeof (struct zebra_if));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-perl.c2638 tp = XMALLOC (token_ty);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dterm-ostream.oo.c1717 term_ostream_t stream = XMALLOC (struct term_ostream_representation);

Completed in 604 milliseconds

1234567