HomeSort by: relevance | last modified time | path
    Searched defs:st_root (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/make/
util.c 241 struct stat st_root, st_cur, st_next, st_dotdot; local in function:getwd
246 if (stat("/", &st_root) == -1) {
268 if (st_cur.st_ino == st_root.st_ino &&
269 DEV_DEV_COMPARE(st_cur.st_dev, st_root.st_dev)) {
util.c 241 struct stat st_root, st_cur, st_next, st_dotdot; local in function:getwd
246 if (stat("/", &st_root) == -1) {
268 if (st_cur.st_ino == st_root.st_ino &&
269 DEV_DEV_COMPARE(st_cur.st_dev, st_root.st_dev)) {

Completed in 22 milliseconds