Home
last modified time | relevance | path

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

/dflybsd-src/bin/sh/
H A Dcd.c72 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