Searched refs:dir_r (Results 1 - 4 of 4) sorted by relevance

/dovecot/src/lib-fs/
H A Dfs-sis-common.h9 const char **dir_r, const char **hash_r);
H A Dfs-sis-common.c9 const char **dir_r, const char **hash_r)
15 *dir_r = ".";
18 *dir_r = t_strdup_until(path, fname);
8 fs_sis_path_parse(struct fs *fs, const char *path, const char **dir_r, const char **hash_r) argument
/dovecot/src/lib/
H A Dpath-util.h54 int t_get_working_dir(const char **dir_r, const char **error_r);
H A Dpath-util.c14 static int t_getcwd_noalloc(char **dir_r, size_t *asize_r,
32 *dir_r = dir;
322 int t_get_working_dir(const char **dir_r, const char **error_r) argument
326 i_assert(dir_r != NULL);
332 *dir_r = dir;

Completed in 10 milliseconds