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

/freebsd-9.3-release/contrib/bmake/
H A Dutil.c272 struct stat st_root, st_cur, st_next, st_dotdot; local
277 if (stat("/", &st_root) == -1) {
299 if (st_cur.st_ino == st_root.st_ino &&
300 DEV_DEV_COMPARE(st_cur.st_dev, st_root.st_dev)) {
/freebsd-9.3-release/contrib/tcsh/
H A Dtc.os.c1307 struct stat st_root, st_cur, st_next, st_dotdot; local
1313 if (stat("/", &st_root) == -1) {
1337 if (st_cur.st_ino == st_root.st_ino &&
1338 DEV_DEV_COMPARE(st_cur.st_dev, st_root.st_dev)) {

Completed in 113 milliseconds