Searched refs:sb_old (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/tests/sys/fs/fusefs/
H A Dunlink.cc73 struct stat sb_old, sb_new; local
84 ASSERT_EQ(0, fstat(fd1, &sb_old)) << strerror(errno);
87 EXPECT_NE(sb_old.st_ctime, sb_new.st_ctime);
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_leapsec.c501 struct stat * sb_old,
523 if (NULL != sb_old) {
525 && sb_old->st_mtime == sb_new.st_mtime
526 && sb_old->st_ctime == sb_new.st_ctime
529 *sb_old = sb_new;
499 leapsec_load_file( const char * fname, struct stat * sb_old, int force, int logall, int vhash) argument

Completed in 101 milliseconds