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

/freebsd-11-stable/bin/sh/
H A Dcd.c407 struct stat stdot, stpwd; local
411 stat(pwd, &stpwd) != -1 &&
412 stdot.st_dev == stpwd.st_dev &&
413 stdot.st_ino == stpwd.st_ino) {

Completed in 180 milliseconds