Lines Matching defs:fn
827 gchar *fn = static_cast<gchar*>(fl->data);
829 gchar *newFileName = Inkscape::IO::locale_to_utf8_fallback(fn, -1, NULL, NULL, NULL);
834 gchar *safeFn = Inkscape::IO::sanitizeString(fn);
844 g_free( fn );
845 fn = newFileName;
851 gchar *safeFn = Inkscape::IO::sanitizeString(fn);
857 newFl = g_slist_append( newFl, fn );
2210 gchar const *fn = poptGetOptArg(ctx);
2211 if (fn != NULL) {
2212 fl = g_slist_append(fl, g_strdup(fn));