Lines Matching refs:malloc

3050 	buf = malloc(len);
3052 ipqos_msg(MT_ENOSTR, "malloc");
3729 buf = malloc(strlen(str) + 3);
3991 ret = malloc(strlen(module) + strlen(".") + strlen(name) + 1);
3993 ipqos_msg(MT_ENOSTR, "malloc");
4106 sv_entry = malloc(sizeof (str_val_nd_t));
4113 sv_entry->sv.string = malloc(strlen(string) + 1);
4116 ipqos_msg(MT_ENOSTR, "malloc");
4339 *arrp = malloc(arr_size * sizeof (int));
4341 ipqos_msg(MT_ENOSTR, "malloc");
4720 buf = malloc(bufsize);
4722 ipqos_msg(MT_ENOSTR, "malloc");
4871 *token = malloc(len + 1);
4874 ipqos_msg(MT_ENOSTR, "malloc");
4968 name = malloc(len + 1);
4970 ipqos_msg(MT_ENOSTR, "malloc");
5323 lo = malloc(strlen(cm) + 1);
5325 ipqos_msg(MT_ENOSTR, "malloc");
5373 lo = malloc(strlen(&tk[1]) + 1);
5375 ipqos_msg(MT_ENOSTR, "malloc");
5473 items[cnt] = malloc(strlen(name) + 1);
5475 ipqos_msg(MT_ENOSTR, "malloc");
5851 name = malloc(strlen(IPGPC_IF_INDEX) + 1);
5853 ipqos_msg(MT_ENOSTR, "malloc");
6323 class = malloc(sizeof (ipqos_conf_class_t));
6327 ipqos_msg(MT_ENOSTR, "malloc");
6421 flt = malloc(sizeof (ipqos_conf_filter_t));
6426 ipqos_msg(MT_ENOSTR, "malloc");
6528 nf->src_nd_name = malloc(strlen(ofilter->src_nd_name) + 1);
6530 ipqos_msg(MT_ENOSTR, "malloc");
6536 nf->dst_nd_name = malloc(strlen(ofilter->dst_nd_name) + 1);
6538 ipqos_msg(MT_ENOSTR, "malloc");
6621 action = (ipqos_conf_action_t *)malloc(sizeof (ipqos_conf_action_t));
6623 ipqos_msg(MT_ENOSTR, "malloc");
6629 malloc(sizeof (ipqos_conf_params_t));
6752 aref = malloc(sizeof (ipqos_conf_act_ref_t));
6754 ipqos_msg(MT_ENOSTR, "malloc");
6845 path = malloc(strlen(TYPES_FILE_DIR) + strlen(module_name) +
6848 ipqos_msg(MT_ENOSTR, "malloc");
7443 tmp = malloc(strlen(++sl) + 1);
7445 ipqos_msg(MT_ENOSTR, "malloc");
7588 malloc(strlen(addr_str) + 1);
7593 malloc(strlen(addr_str) + 1);
8942 filter->src_nd_name = malloc(strlen(str) + 1);
8947 ipqos_msg(MT_ENOSTR, "malloc");
8953 filter->dst_nd_name = malloc(strlen(str) + 1);
8958 ipqos_msg(MT_ENOSTR, "malloc");
9206 st = malloc(size * sizeof (char *));
9208 ipqos_msg(MT_ENOSTR, "malloc");
9215 st[pos] = malloc(strlen(stable1[pos] + 1));
9220 ipqos_msg(MT_ENOSTR, "malloc");
9309 tmppath = malloc(strlen("ipqosconf.tmp") + 1);
9311 ipqos_msg(MT_ENOSTR, "malloc");
9319 tmppath = malloc(strlen("/ipqosconf.tmp") + 1);
9321 ipqos_msg(MT_ENOSTR, "malloc");
9330 tmppath = malloc(strlen(dstpath) + strlen("/ipqosconf.tmp") +
9333 ipqos_msg(MT_ENOSTR, "malloc");