Searched refs:sb1 (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-current/contrib/bc/tests/dc/scripts/
H A Dfactorial.dc3 0sb1
/freebsd-current/bin/stty/
H A Dutil.c48 struct stat sb1, sb2; local
51 !fstat(STDOUT_FILENO, &sb1) && !fstat(STDERR_FILENO, &sb2) &&
52 (sb1.st_rdev != sb2.st_rdev))
/freebsd-current/tools/test/stress2/misc/
H A Dtmpfs8.sh100 struct stat sb1, sb2, sb3;
109 bzero(&sb1, sizeof(sb1));
136 r1 = stat(logfile, &sb1);
139 bcmp(&sb1, &sb2, sizeof(sb1)) == 0) {
142 "size = %jd\n", logfile, (uintmax_t)sb1.st_ino,
143 (uintmax_t)sb1.st_nlink, sb1.st_blocks);
155 "sb1
[all...]
H A Drename7.sh88 struct stat sb1, sb2;
92 if (stat("r1", &sb1) == 0 && stat("r2", &sb2) == 0 &&
93 bcmp(&sb1, &sb2, sizeof(sb1)) == 0) {
106 struct stat sb1, sb2;
111 if (stat("r1", &sb1) == 0 && stat("r2", &sb2) == 0 &&
112 bcmp(&sb1, &sb2, sizeof(sb1)) == 0) {
H A Drename6.sh103 struct stat sb1, sb2;
131 if (stat(logfile, &sb1) == 0 && stat(new, &sb2) == 0 &&
132 bcmp(&sb1, &sb2, sizeof(sb1)) == 0) {
135 " size = %jd\n", logfile, (uintmax_t)sb1.st_ino,
136 (uintmax_t)sb1.st_nlink, sb1.st_blocks);
/freebsd-current/contrib/netbsd-tests/lib/libc/gen/posix_spawn/
H A Dh_fileactions.c54 struct stat sb0, sb1; local
100 if (fstat(lowfd + 4, &sb1) != 0) {
110 if (memcmp(&sb0, &sb1, sizeof sb0) != 0) {
/freebsd-current/usr.bin/cmp/
H A Dcmp.c98 struct stat sb1, sb2; local
219 if (fstat(fd1, &sb1)) {
225 if (!S_ISREG(sb1.st_mode))
245 if (zflag && sb1.st_size != sb2.st_size) {
251 c_regular(fd1, file1, skip1, sb1.st_size,
/freebsd-current/tests/sys/kern/
H A Dkern_descrip_test.c58 struct stat sb1, sb2; local
63 ATF_REQUIRE(fstat(fd1, &sb1) != -1);
65 ATF_REQUIRE(bcmp(&sb1, &sb2, sizeof(sb1)) == 0);
H A Dunix_passfd_test.c151 samefile(struct stat *sb1, struct stat *sb2) argument
154 ATF_REQUIRE_MSG(sb1->st_dev == sb2->st_dev, "different device");
155 ATF_REQUIRE_MSG(sb1->st_ino == sb2->st_ino, "different inode");
/freebsd-current/bin/ln/
H A Dln.c178 struct stat sb1, sb2; local
202 if (stat(pathbuf, &sb1) != 0)
212 return sb1.st_dev == sb2.st_dev && sb1.st_ino == sb2.st_ino;
/freebsd-current/contrib/netbsd-tests/fs/vfs/
H A Dt_vnops.c70 struct stat sb1, sb2; local
74 if (rump_sys_stat(pb, &sb1) == -1)
81 ATF_REQUIRE(memcmp(&sb1, &sb2, sizeof(sb1)) == 0);
88 struct stat sb1, sb2; local
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,
[all...]
/freebsd-current/tests/sys/fs/fusefs/
H A Dfallocate.cc318 struct stat sb0, sb1; local
343 EXPECT_EQ(0, fstat(fd, &sb1));
344 EXPECT_EQ(fsize, (uint64_t)sb1.st_size);
347 EXPECT_EQ(sb0.st_atime, sb1.st_atime);
348 EXPECT_NE(sb0.st_mtime, sb1.st_mtime);
349 EXPECT_NE(sb0.st_ctime, sb1.st_ctime);
648 struct stat sb0, sb1; local
673 EXPECT_EQ(0, stat(FULLPATH, &sb1));
674 EXPECT_EQ(length, (uint64_t)sb1.st_size);
677 EXPECT_EQ(sb0.st_atime, sb1
[all...]
H A Dread.cc353 struct stat sb1, sb2; local
365 ASSERT_EQ(0, fstat(fd, &sb1));
374 EXPECT_TRUE(timespeccmp(&sb1.st_atim, &sb2.st_atim, <));
375 EXPECT_TRUE(timespeccmp(&sb1.st_ctim, &sb2.st_ctim, ==));
376 EXPECT_TRUE(timespeccmp(&sb1.st_mtim, &sb2.st_mtim, ==));
387 struct stat sb1, sb2; local
401 ASSERT_EQ(0, fstat(fd, &sb1));
410 EXPECT_TRUE(timespeccmp(&sb1.st_atim, &sb2.st_atim, <));
411 EXPECT_TRUE(timespeccmp(&sb1.st_ctim, &sb2.st_ctim, ==));
412 EXPECT_TRUE(timespeccmp(&sb1
852 struct stat sb1, sb2; local
888 struct stat sb1, sb2; local
[all...]
H A Dwrite.cc809 struct stat sb0, sb1; local
823 ASSERT_EQ(0, fstat(fd, &sb1)) << strerror(errno);
825 EXPECT_EQ(sb0.st_atime, sb1.st_atime);
826 EXPECT_NE(sb0.st_mtime, sb1.st_mtime);
827 EXPECT_NE(sb0.st_ctime, sb1.st_ctime);
/freebsd-current/lib/msun/src/
H A Ds_erff.c73 sb1 = 4.87132740e+00, /* 0x409be1ea */ variable
117 S=one+s*(sb1+s*(sb2+s*sb3));
170 S=one+s*(sb1+s*(sb2+s*sb3));
H A Ds_erf.c184 sb1 = 3.03380607434824582924e+01, /* 0x403E568B, 0x261D5190 */ variable
233 S=one+s*(sb1+s*(sb2+s*(sb3+s*(sb4+s*(sb5+s*(sb6+s*sb7))))));
292 S=one+s*(sb1+s*(sb2+s*(sb3+s*(sb4+s*(sb5+s*(sb6+s*sb7))))));
/freebsd-current/lib/msun/ld80/
H A Ds_erfl.c179 #define sb1 (sb1u.e) macro
262 S=one+s*(sb1+s*(sb2+s*(sb3+s*(sb4+s*(sb5+s*(sb6+s*sb7))))));
321 S=one+s*(sb1+s*(sb2+s*(sb3+s*(sb4+s*(sb5+s*(sb6+s*sb7))))));
/freebsd-current/lib/msun/ld128/
H A Ds_erfl.c150 sb1 = 1.08512869705594540211033733976348506e2L, /* 0x4005b20d, 0x2db7528d, 0x00d20dcb, 0x858f6191 */ variable
242 S=one+s*(sb1+s*(sb2+s*(sb3+s*(sb4+s*(sb5+s*(sb6+s*(sb7+
309 S=one+s*(sb1+s*(sb2+s*(sb3+s*(sb4+s*(sb5+s*(sb6+s*(sb7+
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dfcache.c251 struct stat sb1, sb2; local
254 ret = lstat (filename, &sb1);
285 if (sb1.st_dev != sb2.st_dev || sb1.st_ino != sb2.st_ino) {
/freebsd-current/contrib/mandoc/
H A Dmandocdb.c2205 struct stat sb1, sb2; local
2262 if (fstat(fd1, &sb1) == -1) {
2270 if (sb1.st_size != sb2.st_size)
2272 if ((cp1 = mmap(NULL, sb1.st_size, PROT_READ, MAP_PRIVATE,
2282 for (i = 0; i < sb1.st_size; i++)
2293 munmap(cp1, sb1.st_size);
/freebsd-current/sys/vm/
H A Dswap_pager.c2032 struct swblk *sb, *sb1; local
2097 sb1 = SWAP_PCTRIE_LOOKUP(&object->un_pager.swp.swp_blks,
2099 if (sb1 != NULL) {
2101 sb = sb1;
/freebsd-current/contrib/ncurses/
H A Dconfig.sub1077 sb1-*)
/freebsd-current/contrib/libevent/build-aux/
H A Dconfig.sub1077 sb1-*)
/freebsd-current/crypto/openssl/crypto/aria/
H A Daria.c756 static const unsigned char sb1[256] = { variable
995 o->c[i ] = sb1[x->c[i ] ^ y->c[i ]];
1012 o[i + 2] = sb1[x->c[i + 2] ^ y->c[i + 2]];
/freebsd-current/contrib/dialog/
H A Dconfig.sub1080 sb1-*)

Completed in 216 milliseconds

12