Symbol: sb2
bin/ln/ln.c
178
struct stat sb1, sb2;
bin/ln/ln.c
210
if (stat(pathbuf, &sb2) != 0)
bin/ln/ln.c
212
return sb1.st_dev == sb2.st_dev && sb1.st_ino == sb2.st_ino;
bin/stty/util.c
50
struct stat sb1, sb2;
bin/stty/util.c
53
!fstat(STDOUT_FILENO, &sb1) && !fstat(STDERR_FILENO, &sb2) &&
bin/stty/util.c
54
(sb1.st_rdev != sb2.st_rdev))
crypto/heimdal/lib/krb5/fcache.c
251
struct stat sb1, sb2;
crypto/heimdal/lib/krb5/fcache.c
276
ret = fstat (fd, &sb2);
crypto/heimdal/lib/krb5/fcache.c
285
if (sb1.st_dev != sb2.st_dev || sb1.st_ino != sb2.st_ino) {
crypto/heimdal/lib/krb5/fcache.c
293
if (sb2.st_nlink != 0) {
crypto/openssl/crypto/aria/aria.c
722
static const unsigned char sb2[256] = {
crypto/openssl/crypto/aria/aria.c
919
o->c[i + 1] = sb2[x->c[i + 1] ^ y->c[i + 1]];
crypto/openssl/crypto/aria/aria.c
936
o[i + 3] = sb2[x->c[i + 3] ^ y->c[i + 3]];
lib/msun/ld128/s_erfl.c
151
sb2 = 5.02757713761390460534494530537572834e3L, /* 0x400b3a39, 0x3bf4a690, 0x3025d28d, 0xfd40a891 */
lib/msun/ld128/s_erfl.c
242
S=one+s*(sb1+s*(sb2+s*(sb3+s*(sb4+s*(sb5+s*(sb6+s*(sb7+
lib/msun/ld128/s_erfl.c
309
S=one+s*(sb1+s*(sb2+s*(sb3+s*(sb4+s*(sb5+s*(sb6+s*(sb7+
lib/msun/ld80/s_erfl.c
262
S=one+s*(sb1+s*(sb2+s*(sb3+s*(sb4+s*(sb5+s*(sb6+s*sb7))))));
lib/msun/ld80/s_erfl.c
321
S=one+s*(sb1+s*(sb2+s*(sb3+s*(sb4+s*(sb5+s*(sb6+s*sb7))))));
lib/msun/src/s_erf.c
185
sb2 = 3.25792512996573918826e+02, /* 0x40745CAE, 0x221B9F0A */
lib/msun/src/s_erf.c
233
S=one+s*(sb1+s*(sb2+s*(sb3+s*(sb4+s*(sb5+s*(sb6+s*sb7))))));
lib/msun/src/s_erf.c
292
S=one+s*(sb1+s*(sb2+s*(sb3+s*(sb4+s*(sb5+s*(sb6+s*sb7))))));
lib/msun/src/s_erff.c
117
S=one+s*(sb1+s*(sb2+s*sb3));
lib/msun/src/s_erff.c
170
S=one+s*(sb1+s*(sb2+s*sb3));
lib/msun/src/s_erff.c
74
sb2 = 3.04982710e+00, /* 0x4043305e */
sys/dev/led/led.c
110
*sb = sb2;
sys/dev/led/led.c
91
struct sbuf *sb2 = NULL;
sys/dev/led/led.c
93
sb2 = sc->spec;
tests/sys/file/path_test.c
463
struct stat sb, sb2;
tests/sys/file/path_test.c
475
ATF_REQUIRE_MSG(fstatat(AT_FDCWD, "test", &sb2, 0) == 0,
tests/sys/file/path_test.c
477
ATF_REQUIRE_MSG(sb.st_dev == sb2.st_dev, "st_dev mismatch");
tests/sys/file/path_test.c
478
ATF_REQUIRE_MSG(sb.st_ino == sb2.st_ino, "st_ino mismatch");
tests/sys/fs/fusefs/read.cc
1097
struct stat sb1, sb2;
tests/sys/fs/fusefs/read.cc
1114
ASSERT_EQ(0, fstat(fd, &sb2));
tests/sys/fs/fusefs/read.cc
1117
EXPECT_TRUE(timespeccmp(&sb1.st_atim, &sb2.st_atim, ==));
tests/sys/fs/fusefs/read.cc
1118
EXPECT_TRUE(timespeccmp(&sb1.st_ctim, &sb2.st_ctim, ==));
tests/sys/fs/fusefs/read.cc
1119
EXPECT_TRUE(timespeccmp(&sb1.st_mtim, &sb2.st_mtim, ==));
tests/sys/fs/fusefs/read.cc
1133
struct stat sb1, sb2;
tests/sys/fs/fusefs/read.cc
1152
ASSERT_EQ(0, fstat(fd, &sb2));
tests/sys/fs/fusefs/read.cc
1155
EXPECT_TRUE(timespeccmp(&sb1.st_atim, &sb2.st_atim, ==));
tests/sys/fs/fusefs/read.cc
1156
EXPECT_TRUE(timespeccmp(&sb1.st_ctim, &sb2.st_ctim, ==));
tests/sys/fs/fusefs/read.cc
1157
EXPECT_TRUE(timespeccmp(&sb1.st_mtim, &sb2.st_mtim, ==));
tests/sys/fs/fusefs/read.cc
552
struct stat sb1, sb2;
tests/sys/fs/fusefs/read.cc
570
ASSERT_EQ(0, fstat(fd, &sb2));
tests/sys/fs/fusefs/read.cc
573
EXPECT_TRUE(timespeccmp(&sb1.st_atim, &sb2.st_atim, <));
tests/sys/fs/fusefs/read.cc
574
EXPECT_TRUE(timespeccmp(&sb1.st_ctim, &sb2.st_ctim, ==));
tests/sys/fs/fusefs/read.cc
575
EXPECT_TRUE(timespeccmp(&sb1.st_mtim, &sb2.st_mtim, ==));
tests/sys/fs/fusefs/read.cc
586
struct stat sb1, sb2;
tests/sys/fs/fusefs/read.cc
606
ASSERT_EQ(0, fstat(fd, &sb2));
tests/sys/fs/fusefs/read.cc
609
EXPECT_TRUE(timespeccmp(&sb1.st_atim, &sb2.st_atim, <));
tests/sys/fs/fusefs/read.cc
610
EXPECT_TRUE(timespeccmp(&sb1.st_ctim, &sb2.st_ctim, ==));
tests/sys/fs/fusefs/read.cc
611
EXPECT_TRUE(timespeccmp(&sb1.st_mtim, &sb2.st_mtim, ==));
tests/sys/kern/copy_file_range.c
167
struct stat sb, sb1, sb2;
tests/sys/kern/copy_file_range.c
177
ATF_REQUIRE(fstat(fd2, &sb2) == 0);
tests/sys/kern/copy_file_range.c
180
if (sb1.st_size > sb2.st_size) {
tests/sys/kern/copy_file_range.c
187
ATF_REQUIRE(fstat(fd2, &sb2) == 0);
tests/sys/kern/copy_file_range.c
194
SHA256_FdChunk(fd2, digest1, sb1.st_size, sb2.st_size - sb1.st_size);
tests/sys/kern/copy_file_range.c
210
ATF_REQUIRE(sb.st_size == sb2.st_size);
tests/sys/kern/copy_file_range.c
213
SHA256_FdChunk(fd2, digest2, sb1.st_size, sb2.st_size - sb1.st_size);
tests/sys/kern/kern_descrip_test.c
58
struct stat sb1, sb2;
tests/sys/kern/kern_descrip_test.c
64
ATF_REQUIRE(fstat(fd2, &sb2) != -1);
tests/sys/kern/kern_descrip_test.c
65
ATF_REQUIRE(bcmp(&sb1, &sb2, sizeof(sb1)) == 0);
tests/sys/kern/unix_passfd_test.c
155
samefile(struct stat *sb1, struct stat *sb2)
tests/sys/kern/unix_passfd_test.c
158
ATF_REQUIRE_MSG(sb1->st_dev == sb2->st_dev, "different device");
tests/sys/kern/unix_passfd_test.c
159
ATF_REQUIRE_MSG(sb1->st_ino == sb2->st_ino, "different inode");
usr.bin/cmp/cmp.c
229
if (fstat(fd2, &sb2)) {
usr.bin/cmp/cmp.c
235
if (!S_ISREG(sb2.st_mode))
usr.bin/cmp/cmp.c
246
if (zflag && sb1.st_size != sb2.st_size) {
usr.bin/cmp/cmp.c
253
fd2, file2, skip2, sb2.st_size, limit);
usr.bin/cmp/cmp.c
98
struct stat sb1, sb2;
usr.bin/tail/forward.c
308
struct stat sb2;
usr.bin/tail/forward.c
363
fstat(fileno(ftmp), &sb2) == -1) {
usr.bin/tail/forward.c
378
if (sb2.st_ino != file->st.st_ino ||
usr.bin/tail/forward.c
379
sb2.st_dev != file->st.st_dev ||
usr.bin/tail/forward.c
380
sb2.st_nlink == 0) {
usr.bin/tail/forward.c
385
memcpy(&file->st, &sb2,