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

/freebsd-9.3-release/bin/sh/
H A Dcd.c72 static char *findcwd(char *);
224 if ((p = findcwd(badstat ? NULL : dest)) == NULL || chdir(p) < 0) {
244 p = findcwd(NULL);
280 findcwd(char *dir) function

Completed in 68 milliseconds