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

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

Completed in 65 milliseconds