Lines Matching defs:tmp_str
143 guchar *tmp_str = NULL;
145 tmp_str = cr_additional_sel_to_string (cur->add_sel);
146 if (tmp_str) {
147 g_string_append (str_buf, (const gchar *) tmp_str);
148 g_free (tmp_str);
149 tmp_str = NULL;
185 guchar *tmp_str = NULL;
187 tmp_str = cr_additional_sel_to_string (a_this->add_sel);
188 if (tmp_str) {
190 (str_buf, "%s", tmp_str);
191 g_free (tmp_str);
192 tmp_str = NULL;
219 guchar *tmp_str = NULL;
224 tmp_str = cr_simple_sel_to_string (a_this);
225 if (tmp_str) {
226 fprintf (a_fp, "%s", tmp_str);
227 g_free (tmp_str);
228 tmp_str = NULL;