Searched refs:ctpath_t (Results 1 – 3 of 3) sorted by relevance
/dports/security/rhash/RHash-1.4.2/ |
H A D | file.h | 26 typedef const file_tchar* ctpath_t; typedef 31 tpath_t make_wpath(ctpath_t dir_path, size_t dir_len, ctpath_t sub_path); 92 int file_init(file_t* file, ctpath_t path, unsigned init_flags); 97 int are_paths_equal(ctpath_t path, struct file_t* file);
|
H A D | parse_cmdline.c | 582 static int try_config(ctpath_t path_parts[], unsigned flags) in try_config() 586 ctpath_t path = NULL; in try_config() 589 ctpath_t sub_path = path_parts[i]; in try_config() 600 ctpath_t parts[2]; in try_config() 654 static ctpath_t xdg_conf_home[2] = { "$XDG_CONFIG_HOME", "rhash/rhashrc" }; in find_conf_file() 655 static ctpath_t xdg_conf_default[2] = { "$HOME", ".config/rhash/rhashrc" }; in find_conf_file() 656 static ctpath_t xdg_conf_dirs[2] = { "$XDG_CONFIG_DIRS", "rhash/rhashrc" }; in find_conf_file() 657 static ctpath_t home_conf[2] = { "$HOME", ".rhashrc" }; in find_conf_file() 658 static ctpath_t sysconf_dir[1] = { SYSCONFDIR "/rhashrc" }; in find_conf_file() 668 static ctpath_t app_data[2] = { L"$APPDATA", L"RHash\\rhashrc" }; in find_conf_file() [all …]
|
H A D | file.c | 113 tpath_t make_wpath(ctpath_t dir_path, size_t dir_len, ctpath_t sub_path) in make_wpath() 151 static tpath_t make_wpath_unc(ctpath_t dir_path, wchar_t* sub_path) in make_wpath_unc() 169 int are_paths_equal(ctpath_t path, file_t* file) in are_paths_equal() 171 ctpath_t fpath; in are_paths_equal() 243 int file_init(file_t* file, ctpath_t path, unsigned init_flags) in file_init() 615 static tpath_t get_modified_tpath(ctpath_t path, const char* str, int operation) in get_modified_tpath()
|