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

/freebsd-9.3-release/bin/sh/
H A Dcd.c421 struct stat stdot, stpwd; local
425 stat(pwd, &stpwd) != -1 &&
426 stdot.st_dev == stpwd.st_dev &&
427 stdot.st_ino == stpwd.st_ino) {

Completed in 122 milliseconds