Home
last modified time | relevance | path

Searched refs:home_expand_tilde (Results 1 – 7 of 7) sorted by relevance

/dports/mail/dovecot/dovecot-2.3.17/src/lib/
H A Dhome-expand.h10 const char *home_expand_tilde(const char *path, const char *home);
H A Dhome-expand.c60 const char *home_expand_tilde(const char *path, const char *home) in home_expand_tilde() function
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/src/lib-sieve/storage/file/
H A Dsieve-file-storage.c246 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()
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/src/lib-sieve/
H A Dsieve.c995 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()
H A Dsieve-storage.c232 bin_dir = home_expand_tilde(bin_dir, home); in sieve_storage_data_parse()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-dict/
H A Ddict-file.c72 dict->path = i_strdup(home_expand_tilde(dict->path, home_dir)); in file_dict_ensure_path_home_dir()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/
H A Dmail-user.c553 path = home_expand_tilde(path, home); in mail_user_try_home_expand()