Searched refs:home_expand_tilde (Results 1 – 7 of 7) sorted by relevance
10 const char *home_expand_tilde(const char *path, const char *home);
60 const char *home_expand_tilde(const char *path, const char *home) in home_expand_tilde() function
246 path = home_expand_tilde(path, home); in sieve_file_storage_get_full_path()278 path = home_expand_tilde(path, home); in sieve_file_storage_get_full_active_path()
995 log_path = home_expand_tilde(log_path, in sieve_user_get_log_path()1081 trace_dir = home_expand_tilde(trace_dir, in sieve_trace_log_open()
232 bin_dir = home_expand_tilde(bin_dir, home); in sieve_storage_data_parse()
72 dict->path = i_strdup(home_expand_tilde(dict->path, home_dir)); in file_dict_ensure_path_home_dir()
553 path = home_expand_tilde(path, home); in mail_user_try_home_expand()