Searched refs:t_realpath (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/lib/
H A Dpath-util.h33 int t_realpath(const char *path, const char **npath_r, const char **error_r);
34 /* Like t_realpath(), but path is relative to given root. */
H A Dpath-util.c272 int t_realpath(const char *path, const char **npath_r, const char **error_r) function
285 return t_realpath(path, npath_r, error_r);
287 return t_realpath(t_strconcat(root, "/", path, NULL), npath_r, error_r);
H A Dtest-path-util.c115 test_assert(t_realpath(t_strconcat("link1", "/link1/child", NULL),
184 allocation in t_realpath. */

Completed in 8 milliseconds