Searched refs:s_realpath (Results 1 – 3 of 3) sorted by relevance
81 s_realpath(const char *path, char *resolved) in s_realpath() function
423 char *s_realpath(const char *path, char *resolved_path);
1277 if (s_realpath(link, buf) == NULL || !is_minor_node(buf, &minor_path)) { in link2minor()2373 if (s_realpath(vlp->abs_path, tmp) == NULL) in visit_link()