Searched defs:npath_r (Results 1 - 1 of 1) sorted by relevance
/dovecot/src/lib/ |
H A D | path-util.c | 37 const char **npath_r, const char **error_r) 46 i_assert(npath_r != NULL); 250 *npath_r = npath; 254 int t_normpath(const char *path, const char **npath_r, const char **error_r) argument 256 return path_normalize(path, FALSE, npath_r, error_r); 259 int t_normpath_to(const char *path, const char *root, const char **npath_r, argument 264 i_assert(npath_r != NULL); 267 return t_normpath(path, npath_r, error_r); 269 return t_normpath(t_strconcat(root, "/", path, NULL), npath_r, error_r); 272 int t_realpath(const char *path, const char **npath_r, cons argument 36 path_normalize(const char *path, bool resolve_links, const char **npath_r, const char **error_r) argument 277 t_realpath_to(const char *path, const char *root, const char **npath_r, const char **error_r) argument [all...] |
Completed in 16 milliseconds