Home
last modified time | relevance | path

Searched refs:findcwd (Results 1 – 1 of 1) sorted by relevance

/freebsd/bin/sh/
H A Dcd.c64 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