Searched defs:safe (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/io/
H A Duristream.cpp71 gchar *safe = Inkscape::IO::sanitizeString(utf8name); local
72 g_message("Unable to convert filename from UTF-8 to UTF-16 [%s]", safe);
73 g_free(safe);
/inkscape/src/
H A Dmain.cpp663 safe to remove: the default mask is already 0 in C99, and in current FreeBSD according to
1942 gchar *safe = Inkscape::IO::sanitizeString(utf8Line); local
1944 char tmp[strlen(safe) + 32];
1945 snprintf( tmp, sizeof(tmp), "GetCommandLineW() = '%s'", safe );
2181 gchar *safe = Inkscape::IO::sanitizeString(line2); local
2184 char tmp[strlen(safe) + 32];
2185 snprintf( tmp, sizeof(tmp), "GetCommandLineA() = '%s'", safe );

Completed in 471 milliseconds