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

  /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;

Completed in 33 milliseconds