Searched refs:st_dotdot (Results 1 – 1 of 1) sorted by relevance
241 struct stat st_root, st_cur, st_next, st_dotdot; in getwd() local275 if (stat(nextpathptr, &st_dotdot) == -1) { in getwd()289 if (DEV_DEV_COMPARE(st_dotdot.st_dev, st_cur.st_dev)) { in getwd()322 st_cur = st_dotdot; in getwd()