Lines Matching refs:tmp_str

1035                             char                * tmp_str;
1047 tmp_str = (char*)cl_list_obj(list_iterator);
1048 if (tmp_str)
1049 p_current_port_group->name = tmp_str;
1063 char * tmp_str;
1075 tmp_str = (char*)cl_list_obj(list_iterator);
1076 if (tmp_str)
1077 p_current_port_group->use = tmp_str;
1094 char * tmp_str;
1102 tmp_str = (char*)cl_list_obj(list_iterator);
1103 if (tmp_str)
1107 port_str = strrchr(tmp_str, '/');
1111 tmp_str);
1112 free(tmp_str);
1120 tmp_str);
1121 free(tmp_str);
1130 (st_data_t)tmp_str,
1138 tmp_str);
1139 free(tmp_str);
1147 free(tmp_str);
1294 char * tmp_str;
1299 tmp_str = (char*)cl_list_obj(list_iterator);
1300 if (tmp_str)
1301 cl_list_insert_tail(&p_current_vlarb_scope->group_list,tmp_str);
1316 char * tmp_str;
1321 tmp_str = (char*)cl_list_obj(list_iterator);
1322 if (tmp_str)
1323 cl_list_insert_tail(&p_current_vlarb_scope->across_list,tmp_str);
1416 char * tmp_str;
1421 tmp_str = (char*)cl_list_obj(list_iterator);
1422 if (tmp_str)
1423 cl_list_insert_tail(&p_current_sl2vl_scope->group_list,tmp_str);
1438 char * tmp_str;
1443 tmp_str = (char*)cl_list_obj(list_iterator);
1444 if (tmp_str) {
1445 cl_list_insert_tail(&p_current_sl2vl_scope->across_from_list,tmp_str);
1446 cl_list_insert_tail(&p_current_sl2vl_scope->across_to_list,strdup(tmp_str));
1462 char * tmp_str;
1467 tmp_str = (char*)cl_list_obj(list_iterator);
1468 if (tmp_str)
1469 cl_list_insert_tail(&p_current_sl2vl_scope->across_from_list,tmp_str);
1484 char * tmp_str;
1489 tmp_str = (char*)cl_list_obj(list_iterator);
1490 if (tmp_str) {
1491 cl_list_insert_tail(&p_current_sl2vl_scope->across_to_list,tmp_str);
1674 char * tmp_str;
1686 tmp_str = (char*)cl_list_obj(list_iterator);
1687 if (tmp_str)
1688 p_current_qos_level->name = tmp_str;
1702 char * tmp_str;
1714 tmp_str = (char*)cl_list_obj(list_iterator);
1715 if (tmp_str)
1716 p_current_qos_level->use = tmp_str;
1923 char * tmp_str;
1935 tmp_str = (char*)cl_list_obj(list_iterator);
1936 if (tmp_str)
1937 p_current_qos_match_rule->use = tmp_str;
1990 char * tmp_str;
1995 tmp_str = (char*)cl_list_obj(list_iterator);
1996 if (tmp_str)
1997 cl_list_insert_tail(&p_current_qos_match_rule->source_list,tmp_str);
2012 char * tmp_str;
2017 tmp_str = (char*)cl_list_obj(list_iterator);
2018 if (tmp_str)
2019 cl_list_insert_tail(&p_current_qos_match_rule->destination_list,tmp_str);
2034 char * tmp_str;
2046 tmp_str = (char*)cl_list_obj(list_iterator);
2047 if (tmp_str)
2048 p_current_qos_match_rule->qos_level_name = tmp_str;
2960 char * tmp_str;
2967 tmp_str = (char*)cl_list_obj(list_iterator);
2968 if (tmp_str) {
2969 p_prtn = osm_prtn_find_by_name(p_qos_policy->p_subn, tmp_str);
2974 free(tmp_str);