Home
last modified time | relevance | path

Searched refs:g_filename_from_utf8 (Results 1 – 25 of 451) sorted by relevance

12345678910>>...19

/dports/net/uget/uget-2.2.1/uglib/
H A DUgStdio.c140 gchar *cp_filename = g_filename_from_utf8 (filename_utf8, -1, NULL, NULL, NULL); in ug_open()
164 gchar *cp_filename = g_filename_from_utf8 (filename_utf8, -1, NULL, NULL, NULL); in ug_creat()
188 gchar *cp_filename = g_filename_from_utf8 (filename, -1, NULL, NULL, NULL); in ug_fopen()
329 gchar *cp_old_filename = g_filename_from_utf8 (old_filename, -1, NULL, NULL, NULL); in ug_rename()
330 gchar *cp_new_filename = g_filename_from_utf8 (new_filename, -1, NULL, NULL, NULL); in ug_rename()
357 gchar *cp_filename = g_filename_from_utf8 (filename, -1, NULL, NULL, NULL); in ug_remove()
381 gchar *cp_filename = g_filename_from_utf8 (filename, -1, NULL, NULL, NULL); in ug_unlink()
H A DUgFileUtil.c113 file = g_filename_from_utf8 (file_utf8, -1, NULL, NULL, NULL); in init()
214 gchar *cp_filename = g_filename_from_utf8 (dir_utf8, -1, NULL, NULL, NULL);
238 gchar *cp_filename = g_filename_from_utf8 (dir_utf8, -1, NULL, NULL, NULL);
265 name = g_filename_from_utf8 (filename, -1, NULL, NULL, NULL);
284 cp_dir = g_filename_from_utf8 (dir, -1, NULL, NULL, NULL);
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/io/
H A Dsys.cpp86 gchar *filename = g_filename_from_utf8( utf8name, -1, nullptr, nullptr, nullptr ); in fopen_utf8name()
115 gchar *filename = g_filename_from_utf8( utf8name, -1, nullptr, nullptr, nullptr ); in mkdir_utf8name()
144 filename = g_filename_from_utf8 ( utf8name, -1, nullptr, nullptr, nullptr ); in file_test()
173 filename = g_filename_from_utf8 ( utf8name, -1, nullptr, nullptr, nullptr ); in file_is_writable()
208 filename = g_filename_from_utf8 ( utf8name, -1, nullptr, nullptr, nullptr ); in file_directory_exists()
230 gchar *const opsys_name = g_filename_from_utf8(utf8name, -1, nullptr, nullptr, error); in dir_open()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/script-fu/ftx/
H A Dftx.c74 filename = g_filename_from_utf8 (filename, -1, NULL, NULL, NULL); in foreign_fileexists()
95 filename = g_filename_from_utf8 (filename, -1, NULL, NULL, NULL); in foreign_filetype()
125 filename = g_filename_from_utf8 (filename, -1, NULL, NULL, NULL); in foreign_filesize()
150 filename = g_filename_from_utf8 (filename, -1, NULL, NULL, NULL); in foreign_filedelete()
173 dirpath = g_filename_from_utf8 (dirpath, -1, NULL, NULL, NULL); in foreign_diropenstream()
264 dirname = g_filename_from_utf8 (dirname, -1, NULL, NULL, NULL); in foreign_mkdir()
/dports/graphics/gimp-app/gimp-2.10.30/libgimpwidgets/
H A Dgimpfileentry.c264 filename = g_filename_from_utf8 (utf8, -1, NULL, NULL, NULL); in gimp_file_entry_get_filename()
331 filename = g_filename_from_utf8 (utf8, -1, NULL, NULL, NULL); in gimp_file_entry_entry_activate()
414 filename = g_filename_from_utf8 (utf8, -1, NULL, NULL, NULL); in gimp_file_entry_browse_clicked()
486 filename = g_filename_from_utf8 (utf8, -1, NULL, NULL, NULL); in gimp_file_entry_check_filename()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mail/components/about-support/
H A DAboutSupportUnix.jsm56 let g_filename_from_utf8 = glib.declare(
57 "g_filename_from_utf8",
69 var filePath = g_filename_from_utf8(aFile.path, -1, null, null, null);
/dports/devel/glib20/glib-2.70.4/gio/
H A Dglocalvfs.c185 rest = g_filename_from_utf8 (user_end, -1, NULL, NULL, NULL); in g_local_vfs_parse_name()
192 filename = g_filename_from_utf8 (parse_name, -1, NULL, NULL, NULL); in g_local_vfs_parse_name()
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/glib/
H A Dgconvert.inc47g_filename_from_utf8(utf8string:Pgchar; len:gssize; bytes_read:Pgsize; bytes_written:Pgsize; error…
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/glib/
H A Dgconvert.inc47g_filename_from_utf8(utf8string:Pgchar; len:gssize; bytes_read:Pgsize; bytes_written:Pgsize; error…
/dports/audio/ario/ario-1.6/src/
H A Dario-util.c233 gchar *uri_fse = g_filename_from_utf8 (uri, -1, NULL, NULL, NULL); in ario_util_unlink_uri()
246 gchar *uri_fse = g_filename_from_utf8 (uri, -1, NULL, NULL, NULL); in ario_util_mkdir()
677 filename_fse = g_filename_from_utf8 (filename, -1, NULL, NULL, NULL); in ario_file_get_contents()
702 filename_fse = g_filename_from_utf8 (filename, -1, NULL, NULL, NULL); in ario_file_set_contents()
726 filename_fse = g_filename_from_utf8 (filename, -1, NULL, NULL, NULL); in ario_file_test()
/dports/audio/ario/ario-1.6/src/covers/
H A Dario-cover.c238 path_fse = g_filename_from_utf8 (ario_cover_path, -1, NULL, NULL, NULL); in ario_cover_save_cover()
239 small_path_fse = g_filename_from_utf8 (small_ario_cover_path, -1, NULL, NULL, NULL); in ario_cover_save_cover()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/gui/app/
H A Dcfg-old.c43 name = g_filename_from_utf8(fname, -1, NULL, NULL, NULL); in cfg_old_filename_from_utf8()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/gui/app/
H A Dcfg-old.c43 name = g_filename_from_utf8(fname, -1, NULL, NULL, NULL); in cfg_old_filename_from_utf8()
/dports/x11/rofi/rofi-1.6.1/source/dialogs/
H A Dfilebrowser.c168 … char *file = g_filename_from_utf8 ( pd->array[pd->array_length].path, -1, NULL, NULL, NULL ); in get_file_browser()
266 … char *d = g_filename_from_utf8 ( pd->array[selected_line].path, -1, NULL, NULL, NULL ); in file_browser_mode_result()
280 char *dir = g_filename_from_utf8 ( p, -1, NULL, NULL, NULL ); in file_browser_mode_result()
441 char *dir = g_filename_from_utf8 ( p, -1, NULL, NULL, NULL );
/dports/x11/rofi-wayland/rofi-1.6.1-wayland/source/dialogs/
H A Dfilebrowser.c168 … char *file = g_filename_from_utf8 ( pd->array[pd->array_length].path, -1, NULL, NULL, NULL ); in get_file_browser()
266 … char *d = g_filename_from_utf8 ( pd->array[selected_line].path, -1, NULL, NULL, NULL ); in file_browser_mode_result()
280 char *dir = g_filename_from_utf8 ( p, -1, NULL, NULL, NULL ); in file_browser_mode_result()
441 char *dir = g_filename_from_utf8 ( p, -1, NULL, NULL, NULL );
/dports/net/uget/uget-2.2.1/ui-gtk/
H A DUgtkUtil.c104 path_wcs = g_filename_from_utf8 (path, -1, NULL, NULL, NULL); in ugtk_launch_default_app()
141 string = g_filename_from_utf8 (file_utf8, -1, NULL, NULL, NULL); in ugtk_text_file_get_uris()
/dports/science/v_sim/v_sim-3.8.0/src/
H A Dgtk_save.c471 file = g_filename_from_utf8(gtk_entry_get_text(entry), -1, &lu, &ecrit, NULL); in saveAction()
537 fileUTF8 = g_filename_from_utf8(file, -1, NULL, NULL, NULL); in saveAction()
628 dirBrowsed = g_filename_from_utf8(dirEntry, -1, &lu, &ecrit, NULL); in onTextEntryChange()
639 fileUTF8 = g_filename_from_utf8(fileFromDir, -1, NULL, NULL, NULL); in onTextEntryChange()
/dports/mail/claws-mail-perl/claws-mail-3.18.0/src/gtk/
H A Dfilesel.c133 tmp = g_filename_from_utf8(realpath, -1, NULL, NULL, NULL); in filesel_create()
149 tmp = g_filename_from_utf8(prefs_common.attach_load_dir, -1, NULL, NULL, NULL); in filesel_create()
/dports/mail/claws-mail-pgp/claws-mail-3.18.0/src/gtk/
H A Dfilesel.c133 tmp = g_filename_from_utf8(realpath, -1, NULL, NULL, NULL); in filesel_create()
149 tmp = g_filename_from_utf8(prefs_common.attach_load_dir, -1, NULL, NULL, NULL); in filesel_create()
/dports/mail/claws-mail-spamassassin/claws-mail-3.18.0/src/gtk/
H A Dfilesel.c133 tmp = g_filename_from_utf8(realpath, -1, NULL, NULL, NULL); in filesel_create()
149 tmp = g_filename_from_utf8(prefs_common.attach_load_dir, -1, NULL, NULL, NULL); in filesel_create()
/dports/mail/claws-mail-rssyl/claws-mail-3.18.0/src/gtk/
H A Dfilesel.c133 tmp = g_filename_from_utf8(realpath, -1, NULL, NULL, NULL); in filesel_create()
149 tmp = g_filename_from_utf8(prefs_common.attach_load_dir, -1, NULL, NULL, NULL); in filesel_create()
/dports/mail/claws-mail-spam_report/claws-mail-3.18.0/src/gtk/
H A Dfilesel.c133 tmp = g_filename_from_utf8(realpath, -1, NULL, NULL, NULL); in filesel_create()
149 tmp = g_filename_from_utf8(prefs_common.attach_load_dir, -1, NULL, NULL, NULL); in filesel_create()
/dports/mail/claws-mail-newmail/claws-mail-3.18.0/src/gtk/
H A Dfilesel.c133 tmp = g_filename_from_utf8(realpath, -1, NULL, NULL, NULL); in filesel_create()
149 tmp = g_filename_from_utf8(prefs_common.attach_load_dir, -1, NULL, NULL, NULL); in filesel_create()
/dports/mail/claws-mail-tnef_parse/claws-mail-3.18.0/src/gtk/
H A Dfilesel.c133 tmp = g_filename_from_utf8(realpath, -1, NULL, NULL, NULL); in filesel_create()
149 tmp = g_filename_from_utf8(prefs_common.attach_load_dir, -1, NULL, NULL, NULL); in filesel_create()
/dports/mail/claws-mail-pdf_viewer/claws-mail-3.18.0/src/gtk/
H A Dfilesel.c133 tmp = g_filename_from_utf8(realpath, -1, NULL, NULL, NULL); in filesel_create()
149 tmp = g_filename_from_utf8(prefs_common.attach_load_dir, -1, NULL, NULL, NULL); in filesel_create()

12345678910>>...19