/src/usr.bin/make/ |
util.c | 241 struct stat st_root, st_cur, st_next, st_dotdot; local in function:getwd 275 if (stat(nextpathptr, &st_dotdot) == -1) { 289 if (DEV_DEV_COMPARE(st_dotdot.st_dev, st_cur.st_dev)) { 322 st_cur = st_dotdot;
|
util.c | 241 struct stat st_root, st_cur, st_next, st_dotdot; local in function:getwd 275 if (stat(nextpathptr, &st_dotdot) == -1) { 289 if (DEV_DEV_COMPARE(st_dotdot.st_dev, st_cur.st_dev)) { 322 st_cur = st_dotdot;
|
util.c | 241 struct stat st_root, st_cur, st_next, st_dotdot; local in function:getwd 275 if (stat(nextpathptr, &st_dotdot) == -1) { 289 if (DEV_DEV_COMPARE(st_dotdot.st_dev, st_cur.st_dev)) { 322 st_cur = st_dotdot;
|