Searched refs:findcwd (Results 1 – 1 of 1) sorted by relevance
64 static char *findcwd(char *);216 if ((p = findcwd(badstat ? NULL : dest)) == NULL || chdir(p) < 0) { in cdlogical()236 p = findcwd(NULL); in cdphysical()272 findcwd(char *dir) in findcwd() function