HomeSort by: relevance | last modified time | path
    Searched defs:st_next (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
303 if (lstat(nextpathptr, &st_next) == -1) {
311 if (st_next.st_ino == st_cur.st_ino &&
312 DEV_DEV_COMPARE(st_next.st_dev, st_cur.st_dev))
  /src/usr.sbin/mrouted/
prune.h 51 struct stable *st_next; /* pointer to the next entry */ member in struct:stable

Completed in 12 milliseconds