Searched refs:st_cur (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
288 if (lstat(".", &st_cur) == -1) {
299 if (st_cur.st_ino == st_root.st_ino &&
300 DEV_DEV_COMPARE(st_cur.st_dev, st_root.st_dev)) {
320 if (DEV_DEV_COMPARE(st_dotdot.st_dev, st_cur.st_dev)) {
323 if (d->d_fileno == st_cur.st_ino)
343 if (st_next.st_ino == st_cur.st_ino &&
344 DEV_DEV_COMPARE(st_next.st_dev, st_cur.st_dev))
354 st_cur = st_dotdot;
/freebsd-9.3-release/contrib/tcsh/
H A Dtc.os.c1307 struct stat st_root, st_cur, st_next, st_dotdot; local
1325 if (lstat(".", &st_cur) == -1) {
1337 if (st_cur.st_ino == st_root.st_ino &&
1338 DEV_DEV_COMPARE(st_cur.st_dev, st_root.st_dev)) {
1359 if (DEV_DEV_COMPARE(st_dotdot.st_dev, st_cur.st_dev)) {
1363 if (((unsigned long)d->d_ino & 0xffff) == st_cur.st_ino)
1366 if (d->d_ino == st_cur.st_ino)
1393 if (st_next.st_ino == st_cur.st_ino &&
1394 DEV_DEV_COMPARE(st_next.st_dev, st_cur.st_dev))
1407 st_cur
[all...]

Completed in 71 milliseconds