Search | Google it | Results 1 - 1 of 1 for fundef:realpath_eno (0.00 seconds) |
211: e1: if (eno) *eno = serrno; return NULL; 212: } char *realpath2(const char *path1, const char *path2, char *resolved){return realpath2_eno(path1, path2, resolved, NULL);} char *realpath_eno(const char *path, char *resolved, int *eno){return realpath2_eno(NULL, path, resolved, eno);} char *realpath(const char *path, char *resolved){return realpath_eno(path, resolved, NULL);}