Home | History | Annotate | Download | only in src

Lines Matching defs:statbuf

2542   struct stat statbuf;
2545 if (hard_opt == 0 && stat(file, &statbuf) == 0)
2550 if (r->dev == statbuf.st_dev && r->ino == statbuf.st_ino)
2556 r->dev = statbuf.st_dev;
2557 r->ino = statbuf.st_ino;