Home
last modified time | relevance | path

Searched refs:st_dotdot (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/usr.bin/make/
H A Dutil.c241 struct stat st_root, st_cur, st_next, st_dotdot; in getwd() local
275 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()