Home
last modified time | relevance | path

Searched refs:home_file (Results 1 – 21 of 21) sorted by relevance

/dports/deskutils/mate-utils/mate-utils-1.26.0/baobab/src/
H A Dbaobab-treeview.c119 GFile *home_file; in on_tv_button_press() local
121 home_file = g_file_new_for_path (g_get_home_dir ()); in on_tv_button_press()
122 if (g_file_has_prefix (file, home_file)) { in on_tv_button_press()
128 g_object_unref (home_file); in on_tv_button_press()
/dports/graphics/vulkan-extension-layer/Vulkan-ExtensionLayer-1.2.203/utils/
H A Dvk_layer_config.cpp279 string home_file = search_path + "/vulkan/settings.d/vk_layer_settings.txt"; in FindSettings() local
280 if (stat(home_file.c_str(), &info) == 0) { in FindSettings()
283 settings_info.location = home_file; in FindSettings()
284 return home_file; in FindSettings()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/layers/
H A Dvk_layer_config.cpp269 string home_file = search_path + "/vulkan/settings.d/vk_layer_settings.txt"; in FindSettings() local
270 if (stat(home_file.c_str(), &info) == 0) { in FindSettings()
273 settings_info.location = home_file; in FindSettings()
274 return home_file; in FindSettings()
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/layers/
H A Dvk_layer_config.cpp289 string home_file = search_path + "/vulkan/settings.d/vk_layer_settings.txt"; in FindSettings() local
290 if (stat(home_file.c_str(), &info) == 0) { in FindSettings()
293 settings_info.location = home_file; in FindSettings()
294 return home_file; in FindSettings()
/dports/textproc/sgrep/sgrep-0.99/
H A Dmain.c82 char *home_file; /* pointer to whole path of $HOME/USER_SGREPRC */ variable
202 home_file=(char *)e_malloc(strlen(hp)+strlen(USER_SGREPRC)+1); in main()
203 strcpy(home_file,hp); in main()
204 strcat(home_file,"/"); in main()
205 strcat(home_file,USER_SGREPRC); in main()
206 if (access(home_file,R_OK)==0) in main()
209 expr_table[0].expr=home_file; in main()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/applications/present3D/
H A DExportHTML.cpp120 std::string home_file = createFileName(html_basename, 0, html_ext); in write() local
156 …td align=\"center\" width=\"33%\"><a href=\""<<osgDB::getSimpleFileName(home_file)<<"\"> Home </a>… in write()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/applications/present3D/
H A DExportHTML.cpp121 std::string home_file = createFileName(html_basename, 0, html_ext); in write() local
157 …td align=\"center\" width=\"33%\"><a href=\""<<osgDB::getSimpleFileName(home_file)<<"\"> Home </a>… in write()
/dports/x11-wm/afterstep/AfterStep-1.0/afterstep/
H A Dconfigure.c411 char *home_file; in MakeMenus() local
455 strcpy(home_file,config_file); in MakeMenus()
460 strcpy(home_file,Home); in MakeMenus()
461 strcat(home_file,"/"); in MakeMenus()
467 strcpy(home_file,Home); in MakeMenus()
468 strcat(home_file,"/"); in MakeMenus()
469 strcat(home_file,config_file); in MakeMenus()
471 afterstep_file = home_file; in MakeMenus()
472 config_fd = fopen(home_file,"r"); in MakeMenus()
483 if(afterstep_file != home_file) in MakeMenus()
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkpathbar.c44 GFile *home_file; member
244 path_bar->home_file = g_file_new_for_path (home); in gtk_path_bar_init()
256 path_bar->home_file = NULL; in gtk_path_bar_init()
301 g_clear_object (&path_bar->home_file); in gtk_path_bar_finalize()
927 g_file_query_info_async (path_bar->home_file, in set_button_image()
1024 if (path_bar->home_file != NULL && in find_button_type()
1025 g_file_equal (file, path_bar->home_file)) in find_button_type()
H A Dgtkfilechooserwidget.c2564 GFile *home_file; in switch_to_home_dir() local
2569 home_file = g_file_new_for_path (home); in switch_to_home_dir()
2571 gtk_file_chooser_set_current_folder (GTK_FILE_CHOOSER (impl), home_file, NULL); /* NULL-GError */ in switch_to_home_dir()
2573 g_object_unref (home_file); in switch_to_home_dir()
3430 GFile *home_file; in add_cwd_to_sidebar_if_needed() local
3439 home_file = g_file_new_for_path (g_get_home_dir ()); in add_cwd_to_sidebar_if_needed()
3447 if (!g_file_equal (home_file, cwd_file)) in add_cwd_to_sidebar_if_needed()
3450 g_object_unref (home_file); in add_cwd_to_sidebar_if_needed()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkpathbar.h45 GFile *home_file; member
H A Dgtkpathbar.c262 if (path_bar->home_file) in gtk_path_bar_finalize()
263 g_object_unref (path_bar->home_file); in gtk_path_bar_finalize()
1285 path_bar->home_file, in set_button_image()
1410 if (path_bar->home_file != NULL && in find_button_type()
1411 g_file_equal (file, path_bar->home_file)) in find_button_type()
1750 path_bar->home_file = g_file_new_for_path (home); in _gtk_path_bar_set_file_system()
1762 path_bar->home_file = NULL; in _gtk_path_bar_set_file_system()
H A Dgtkfilechooserdefault.c1772 GFile *home_file; in shortcuts_append_cwd() local
1788 home_file = g_file_new_for_path (home); in shortcuts_append_cwd()
1790 if (!g_file_equal (cwd_file, home_file)) in shortcuts_append_cwd()
1797 g_object_unref (home_file); in shortcuts_append_cwd()
5038 GFile *home_file; in set_local_only() local
5043 home_file = g_file_new_for_path (home); in set_local_only()
5045 gtk_file_chooser_set_current_folder_file (GTK_FILE_CHOOSER (impl), home_file, NULL); in set_local_only()
5047 g_object_unref (home_file); in set_local_only()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkpathbar.c44 GFile *home_file; member
356 g_clear_object (&path_bar->priv->home_file); in gtk_path_bar_finalize()
1415 path_bar->priv->home_file, in set_button_image()
1514 if (path_bar->priv->home_file != NULL && in find_button_type()
1515 g_file_equal (file, path_bar->priv->home_file)) in find_button_type()
1857 path_bar->priv->home_file = g_file_new_for_path (home); in _gtk_path_bar_set_file_system()
1869 path_bar->priv->home_file = NULL; in _gtk_path_bar_set_file_system()
H A Dgtkfilechooserwidget.c2980 GFile *home_file; in switch_to_home_dir() local
2985 home_file = g_file_new_for_path (home); in switch_to_home_dir()
2987 …gtk_file_chooser_set_current_folder_file (GTK_FILE_CHOOSER (impl), home_file, NULL); /* NULL-GErro… in switch_to_home_dir()
2989 g_object_unref (home_file); in switch_to_home_dir()
4066 GFile *home_file; in add_cwd_to_sidebar_if_needed() local
4075 home_file = g_file_new_for_path (g_get_home_dir ()); in add_cwd_to_sidebar_if_needed()
4083 if (!g_file_equal (home_file, cwd_file)) in add_cwd_to_sidebar_if_needed()
4086 g_object_unref (home_file); in add_cwd_to_sidebar_if_needed()
/dports/devel/gdb/gdb-11.1/gdb/
H A Dmain.c342 const std::string &home_file () const in home_file() function
385 *home_gdbinit = init_files->home_file (); in get_init_files()
402 *home_gdbearlyinit = init_files->home_file (); in get_earlyinit_files()
/dports/x11-fm/nemo/nemo-4.8.3/libnemo-private/
H A Dnemo-file-utilities.c111 GFile *home_file; in nemo_compute_search_title_for_location() local
118 home_file = g_file_new_for_path (g_get_home_dir ()); in nemo_compute_search_title_for_location()
122 location_string = g_file_get_relative_path (home_file, location); in nemo_compute_search_title_for_location()
132 g_object_unref (home_file); in nemo_compute_search_title_for_location()
/dports/x11/xapp/xapp-2.2.6/libxapp/
H A Dxapp-favorites.c489 GFile *uri_file, *home_file, *parent_file; in deduplicate_display_names() local
497 home_file = g_file_new_for_path (g_get_home_dir()); in deduplicate_display_names()
569 g_object_unref (home_file); in deduplicate_display_names()
/dports/lang/racket/racket-8.3/src/rktio/
H A Drktio_fs.c1966 char *home_file = NULL, *prefer_home_file = NULL; in rktio_system_path() local
1986 home_file = ".racketrc"; in rktio_system_path()
2014 home_file = ".racketrc"; in rktio_system_path()
2055 if (!directory_or_file_exists(rktio, home, home_file)) { in rktio_system_path()
/dports/lang/racket-minimal/racket-8.3/src/rktio/
H A Drktio_fs.c1966 char *home_file = NULL, *prefer_home_file = NULL; in rktio_system_path() local
1986 home_file = ".racketrc"; in rktio_system_path()
2014 home_file = ".racketrc"; in rktio_system_path()
2055 if (!directory_or_file_exists(rktio, home, home_file)) { in rktio_system_path()
/dports/x11-fm/thunar/thunar-4.16.10/thunar/
H A Dthunar-window.c2990 ThunarFile *home_file; in thunar_window_action_open_home() local
2999 home_file = thunar_file_get (home, &error); in thunar_window_action_open_home()
3000 if (G_UNLIKELY (home_file == NULL)) in thunar_window_action_open_home()
3009 thunar_window_set_current_directory (window, home_file); in thunar_window_action_open_home()
3010 g_object_unref (G_OBJECT (home_file)); in thunar_window_action_open_home()