Lines Matching defs:tmp_str
356 guchar *tmp_str = NULL;
358 tmp_str = cr_term_to_string
362 if (tmp_str) {
364 (const gchar *) tmp_str);
365 g_free (tmp_str);
366 tmp_str = NULL;
422 guchar *tmp_str = NULL;
425 tmp_str = cr_rgb_to_string (cur->content.rgb);
427 if (tmp_str) {
428 g_string_append (str_buf, (const gchar *) tmp_str);
429 g_free (tmp_str);
430 tmp_str = NULL;
550 guchar *tmp_str = NULL;
552 tmp_str = cr_term_to_string
556 if (tmp_str) {
559 "%s", tmp_str);
560 g_free (tmp_str);
561 tmp_str = NULL;
618 guchar *tmp_str = NULL;
621 tmp_str = cr_rgb_to_string (a_this->content.rgb);
623 if (tmp_str) {
624 g_string_append (str_buf, (const gchar *) tmp_str);
625 g_free (tmp_str);
626 tmp_str = NULL;