Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/bmake/
Dutil.c249 struct stat st_root, st_cur, st_next, st_dotdot; in getwd() local
283 if (stat(nextpathptr, &st_dotdot) == -1) { in getwd()
297 if (DEV_DEV_COMPARE(st_dotdot.st_dev, st_cur.st_dev)) { in getwd()
331 st_cur = st_dotdot; in getwd()
/freebsd-12-stable/contrib/tcsh/
Dtc.os.c1303 struct stat st_root, st_cur, st_next, st_dotdot; in xgetcwd() local
1341 if (stat(nextpathptr, &st_dotdot) == -1) { in xgetcwd()
1355 if (DEV_DEV_COMPARE(st_dotdot.st_dev, st_cur.st_dev)) { in xgetcwd()
1403 st_cur = st_dotdot; in xgetcwd()