Home
last modified time | relevance | path

Searched refs:path_exists_at (Results 1 – 11 of 11) sorted by relevance

/dports/misc/vifm/vifm-0.11/src/utils/
H A Dfs.h69 int path_exists_at(const char path[], const char filename[], int deref);
H A Dfs.c151 path_exists_at(const char path[], const char filename[], int deref) in path_exists_at() function
/dports/misc/vifm/vifm-0.11/src/cfg/
H A Dconfig.c367 if(!path_exists_at(exe_dir, VIFMRC, DEREF)) in try_exe_directory_for_conf()
436 else if(path_exists_at(env_get(HOME_EV), ".config", DEREF)) in try_xdg_for_conf()
550 const char *trash_base = path_exists_at(env_get(VIFM_EV), TRASH, DEREF) in store_config_paths()
/dports/misc/vifm/vifm-0.11/src/
H A Dfops_misc.c705 clone_name = path_exists_at(clone_dst, name, NODEREF) in fops_clone()
715 if(path_exists_at(clone_dst, clone_name, NODEREF)) in fops_clone()
798 while(path_exists_at(dir, result, NODEREF)); in gen_clone_name()
H A Drunning.c409 if(!path_exists_at(entry->origin, entry->name, DEREF)) in run_selection()
528 if(!path_exists_at(curr->origin, curr->name, DEREF)) in rn_open_with()
H A Dfops_cpmv.c447 if(path_exists_at(dst, list[i], DEREF)) in is_copy_list_ok()
H A Dflist_pos.c832 return path_exists_at(directory, filename, DEREF); in file_can_be_displayed()
H A Dfops_common.c609 if(path_exists_at(dir, new, NODEREF) && stroscmp(old, new) != 0 && in fops_check_file_rename()
H A Dfilelist.c1881 return path_exists_at(entry->origin, entry->name, NODEREF); in entry_exists()
2004 if(!path_exists_at(entry->origin, entry->name, NODEREF)) in is_dead_or_filtered()
H A Dcmd_handlers.c2604 if(!path_exists_at(cfg.config_dir, VIFM_HELP, DEREF)) in help_cmd()
/dports/misc/vifm/vifm-0.11/tests/fileops/
H A Dcpmv_files.c74 assert_false(path_exists_at(SANDBOX_PATH, lwin.dir_entry[0].name, DEREF)); in TEST()