Searched refs:dir_r (Results 1 - 4 of 4) sorted by relevance
/dovecot/src/lib-fs/ |
H A D | fs-sis-common.h | 9 const char **dir_r, const char **hash_r);
|
H A D | fs-sis-common.c | 9 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 D | path-util.h | 54 int t_get_working_dir(const char **dir_r, const char **error_r);
|
H A D | path-util.c | 14 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