Searched refs:new_statbuf (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dsymfile.c2440 struct stat new_statbuf;
2458 res = stat (bfd_get_filename (objfile->obfd->my_archive), &new_statbuf);
2460 res = stat (objfile_name (objfile), &new_statbuf);
2468 new_modtime = new_statbuf.st_mtime;
2437 struct stat new_statbuf; local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dsymfile.c2427 struct stat new_statbuf;
2445 res = stat (bfd_get_filename (objfile->obfd->my_archive), &new_statbuf);
2447 res = stat (objfile_name (objfile), &new_statbuf);
2455 new_modtime = new_statbuf.st_mtime;
2424 struct stat new_statbuf; local
/netbsd-current/external/mit/libuv/dist/src/win/
H A Dfs.c2068 uv_stat_t new_statbuf; local
2090 fs__stat_impl_from_path(req->fs.info.new_pathw, 0, &new_statbuf) != 0) {
2094 if (statbuf.st_dev == new_statbuf.st_dev &&
2095 statbuf.st_ino == new_statbuf.st_ino) {

Completed in 128 milliseconds