Lines Matching refs:tmp_str
154 guchar *tmp_str = NULL; in cr_simple_sel_to_string() local
156 tmp_str = cr_additional_sel_to_string (cur->add_sel); in cr_simple_sel_to_string()
157 if (tmp_str) { in cr_simple_sel_to_string()
158 g_string_append (str_buf, (const gchar *) tmp_str); in cr_simple_sel_to_string()
159 g_free (tmp_str); in cr_simple_sel_to_string()
160 tmp_str = NULL; in cr_simple_sel_to_string()
196 guchar *tmp_str = NULL; in cr_simple_sel_one_to_string() local
198 tmp_str = cr_additional_sel_to_string (a_this->add_sel); in cr_simple_sel_one_to_string()
199 if (tmp_str) { in cr_simple_sel_one_to_string()
201 (str_buf, "%s", tmp_str); in cr_simple_sel_one_to_string()
202 g_free (tmp_str); in cr_simple_sel_one_to_string()
203 tmp_str = NULL; in cr_simple_sel_one_to_string()
230 guchar *tmp_str = NULL; in cr_simple_sel_dump() local
235 tmp_str = cr_simple_sel_to_string (a_this); in cr_simple_sel_dump()
236 if (tmp_str) { in cr_simple_sel_dump()
237 fprintf (a_fp, "%s", tmp_str); in cr_simple_sel_dump()
238 g_free (tmp_str); in cr_simple_sel_dump()
239 tmp_str = NULL; in cr_simple_sel_dump()