Searched refs:tmp_char1 (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/libcroco/
H A Dcr-num.c99 guchar *tmp_char1 = NULL, local
108 tmp_char1 = (guchar *) g_strdup_printf ("%ld", (glong) a_this->val);
113 tmp_char1 = (guchar *)g_malloc (buflen);
114 g_ascii_formatd ((gchar *)tmp_char1, buflen, "%.17f", a_this->val);
117 g_return_val_if_fail (tmp_char1, NULL);
198 result = (guchar *) g_strconcat ((gchar *) tmp_char1, tmp_char2, NULL);
199 g_free (tmp_char1);
201 result = tmp_char1;

Completed in 15 milliseconds