Lines Matching refs:statbuf
201 struct stat statbuf; in make_db_root()
203 if ((rc = stat(path, &statbuf)) == -1) { in make_db_root()
211 } else if (!(S_ISDIR(statbuf.st_mode))) { in make_db_root()
299 struct stat statbuf; in _nc_write_entry()
436 stat(filename, &statbuf) >= 0 in _nc_write_entry()
437 && statbuf.st_mtime >= start_time) { in _nc_write_entry()
445 if (statbuf.st_nlink > 1) { in _nc_write_entry()
460 if (stat(filename, &statbuf) == -1 in _nc_write_entry()
461 || (start_time = statbuf.st_mtime) == 0) { in _nc_write_entry()
492 else if (stat(linkname, &statbuf) >= 0 && in _nc_write_entry()
493 statbuf.st_mtime < start_time) { in _nc_write_entry()