Searched refs:st_dotdot (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/bmake/ |
H A D | util.c | 240 struct stat st_root, st_cur, st_next, st_dotdot; in getwd() local 274 if (stat(nextpathptr, &st_dotdot) == -1) { in getwd() 288 if (DEV_DEV_COMPARE(st_dotdot.st_dev, st_cur.st_dev)) { in getwd() 321 st_cur = st_dotdot; in getwd()
|
/freebsd/contrib/tcsh/ |
H A D | tc.os.c | 1303 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()
|