Searched defs:str2 (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/
H A Dprefix.cpp290 * str2: Another string.
293 * Concatenate str1 and str2 to a newly allocated string.
296 br_strcat (const char *str1, const char *str2) argument
302 if (!str2) str2 = "";
305 len2 = strlen (str2);
309 memcpy (result + len1, str2, len2);
H A Dsp-hatch-path.cpp299 Glib::ustring str2 = Glib::ustring::compose("M0,0 %1", str); local
300 pathv = sp_svg_read_pathv(str2.c_str());
/inkscape/src/libcroco/
H A Dcr-statement.c831 gchar *str2 = cr_string_dup2 local
834 if (str2) {
842 " %s", str2);
843 g_free (str2);
844 str2 = NULL;
H A Dcr-tknzr.c2108 CRString *str2 = NULL; local
2110 status = cr_tknzr_parse_uri (a_this, &str2);
2112 status = cr_token_set_uri (token, str2);
2114 if (str2) {
2116 &str2->location) ;

Completed in 1890 milliseconds