Home
last modified time | relevance | path

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

/dragonfly/contrib/bmake/
H A Dutil.c240 struct stat st_root, st_cur, st_next, st_dotdot; in getwd() local
245 if (stat("/", &st_root) == -1) { in getwd()
267 if (st_cur.st_ino == st_root.st_ino && in getwd()
268 DEV_DEV_COMPARE(st_cur.st_dev, st_root.st_dev)) { in getwd()
/dragonfly/contrib/tcsh-6/
H A Dtc.os.c1303 struct stat st_root, st_cur, st_next, st_dotdot; in xgetcwd() local
1309 if (stat("/", &st_root) == -1) { in xgetcwd()
1333 if (st_cur.st_ino == st_root.st_ino && in xgetcwd()
1334 DEV_DEV_COMPARE(st_cur.st_dev, st_root.st_dev)) { in xgetcwd()