Lines Matching defs:sb1
70 struct stat sb1, sb2;
74 if (rump_sys_stat(pb, &sb1) == -1)
81 ATF_REQUIRE(memcmp(&sb1, &sb2, sizeof(sb1)) == 0);
88 struct stat sb1, sb2;
96 if (rump_sys_stat(pb, &sb1) == -1)
116 timespecadd(&sb1.st_atimespec, &onesec, &atplus1);
117 if (timespeccmp(&sb2.st_atimespec, &sb1.st_atimespec, >) &&
119 sb2.st_atimespec = sb1.st_atimespec;
121 if (memcmp(&sb1, &sb2, sizeof(sb1)) != 0) {
126 (long long)sb1.FN, (long long)sb2.FN)
129 (long long)sb1.FN.tv_sec, sb1.FN.tv_nsec, \