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