| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/testutil/ |
| H A D | tests.c | 253 int test_str_eq(const char *file, int line, const char *st1, const char *st2, in test_str_eq() argument 259 test_fail_string_message(NULL, file, line, "string", st1, st2, "==", in test_str_eq() 267 int test_str_ne(const char *file, int line, const char *st1, const char *st2, in test_str_ne() argument 273 test_fail_string_message(NULL, file, line, "string", st1, st2, "!=", in test_str_ne() 281 int test_strn_eq(const char *file, int line, const char *st1, const char *st2, in test_strn_eq() argument 287 test_fail_string_message(NULL, file, line, "string", st1, st2, "==", in test_strn_eq() 295 int test_strn_ne(const char *file, int line, const char *st1, const char *st2, in test_strn_ne() argument 301 test_fail_string_message(NULL, file, line, "string", st1, st2, "!=", in test_strn_ne() 309 int test_mem_eq(const char *file, int line, const char *st1, const char *st2, in test_mem_eq() argument 315 test_fail_memory_message(NULL, file, line, "memory", st1, st2, "==", in test_mem_eq() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/testutil/ |
| H A D | tests.c | 277 int test_str_eq(const char *file, int line, const char *st1, const char *st2, in test_str_eq() argument 283 test_fail_string_message(NULL, file, line, "string", st1, st2, "==", in test_str_eq() 291 int test_str_ne(const char *file, int line, const char *st1, const char *st2, in test_str_ne() argument 297 test_fail_string_message(NULL, file, line, "string", st1, st2, "!=", in test_str_ne() 305 int test_strn_eq(const char *file, int line, const char *st1, const char *st2, in test_strn_eq() argument 311 test_fail_string_message(NULL, file, line, "string", st1, st2, "==", in test_strn_eq() 319 int test_strn_ne(const char *file, int line, const char *st1, const char *st2, in test_strn_ne() argument 325 test_fail_string_message(NULL, file, line, "string", st1, st2, "!=", in test_strn_ne() 333 int test_mem_eq(const char *file, int line, const char *st1, const char *st2, in test_mem_eq() argument 339 test_fail_memory_message(NULL, file, line, "memory", st1, st2, "==", in test_mem_eq() [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/aarch64/ |
| H A D | stn_single.s | 4 # st1, st2, st3, st4. 54 st2 {v0.d, v1.d}[0], [x2], x3 55 st2 {v0.s, v1.s}[2], [x2], 8 56 st2 {v0.h, v1.h}[6], [x2], x4 57 st2 {v0.b, v1.b}[14], [x2], 2 58 st2 {v0.b, v1.b}[15], [x2]
|
| H A D | stn_multiple.s | 3 # Check the store multiple structure instructions: st1, st2, st3, st4. 54 st2 {v0.8b, v1.8b}, [x2], 16 55 st2 {v2.4h, v3.4h}, [x2], x3
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/ |
| H A D | nouveau_nvkm_subdev_fb_nv50.c | 149 u8 st0, st1, st2, st3; in nv50_fb_intr() local 169 st2 = (trap[0] & 0x00000f00) >> 8; in nv50_fb_intr() 174 st2 = (trap[0] & 0x00ff0000) >> 16; in nv50_fb_intr() 181 cl = nvkm_enum_find(vm_client, st2); in nv50_fb_intr() 195 st2, cl ? cl->name : "", st3, sc ? sc->name : "", in nv50_fb_intr()
|
| /netbsd-src/tests/lib/libc/c063/ |
| H A D | t_fstatat.c | 61 struct stat st1, st2; in ATF_TC_BODY() local 71 ATF_REQUIRE(stat(FILE, &st2) == 0); in ATF_TC_BODY() 72 ATF_REQUIRE(memcmp(&st1, &st2, sizeof(st1)) == 0); in ATF_TC_BODY()
|
| /netbsd-src/external/lgpl3/mpfr/dist/tests/ |
| H A D | troot.c | 491 double st1, st2; in main() local 514 st2 = cputime (); in main() 515 for (l = 0; cputime () - st2 < 1.0; l++) in main() 521 st2 = (cputime () - st2) / l; in main() 522 printf ("exp(1/k*log(x)) took %.2es\n", st2); in main()
|
| /netbsd-src/external/gpl2/xcvs/dist/lib/ |
| H A D | regex.c | 45 # define re_search_2(bufp, st1, s1, st2, s2, startpos, range, regs, stop) \ argument 46 __re_search_2 (bufp, st1, s1, st2, s2, startpos, range, regs, stop)
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | DbeFile.cc | 533 dbe_stat_t *st2 = df->get_stat (); in compare() local 534 if (st1 == NULL || st2 == NULL) in compare() 536 if (st1->st_size != st2->st_size) in compare() 538 if (st1->st_mtim.tv_sec != st2->st_mtim.tv_sec) in compare()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | DbeFile.cc | 533 struct stat64 *st2 = df->get_stat (); in compare() local 534 if (st1 == NULL || st2 == NULL) in compare() 536 if (st1->st_size != st2->st_size) in compare() 538 if (st1->st_mtim.tv_sec != st2->st_mtim.tv_sec) in compare()
|
| /netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/ |
| H A D | chown.m4 | 142 [[struct stat st1, st2; 147 if (stat ("conftest.file", &st2)) return 4; 148 if (st2.st_ctime <= st1.st_ctime) return 5;
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/ocsp-tests/ |
| H A D | ISOP_ND3.ors | 9 kvrz4PwKZQMT6r1eRCLs6NaagOZT84QHhZ6TAA+QHjfK406KL8F9mFgbGKbW+st2
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/ocsp-tests/ |
| H A D | ISOP_ND3.ors | 9 kvrz4PwKZQMT6r1eRCLs6NaagOZT84QHhZ6TAA+QHjfK406KL8F9mFgbGKbW+st2
|
| /netbsd-src/etc/etc.hppa/ |
| H A D | MAKEDEV.conf | 7 makedev cd0 cd1 st0 st1 st2
|
| /netbsd-src/etc/etc.sun3/ |
| H A D | MAKEDEV.conf | 6 makedev cd0 cd1 st0 st1 st2 fd0
|
| /netbsd-src/external/bsd/atf/dist/atf-c/detail/ |
| H A D | fs_test.c | 381 atf_fs_stat_t st1, st2; in ATF_TC_BODY() local 391 RE(atf_fs_stat_init(&st2, &p2)); in ATF_TC_BODY() 394 atf_fs_stat_get_device(&st2)); in ATF_TC_BODY() 396 atf_fs_stat_get_inode(&st2)); in ATF_TC_BODY() 398 atf_fs_stat_fini(&st2); in ATF_TC_BODY()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/ |
| H A D | ops-common.h | 324 stat_type st1, st2; in _GLIBCXX_VISIBILITY() local 351 if (posix::stat(from, &st2)) in _GLIBCXX_VISIBILITY() 357 from_st = &st2; in _GLIBCXX_VISIBILITY()
|
| H A D | std-ops.cc | 279 stat_type st1, st2; in do_copy_file() local 306 if (::stat(from, &st2)) in do_copy_file() 312 from_st = &st2; in do_copy_file() 958 stat_type st1, st2; in equivalent() local 966 if (::stat(p2.c_str(), &st2) == 0) in equivalent() 967 s2 = make_file_status(st2); in equivalent() 983 return st1.st_dev == st2.st_dev && st1.st_ino == st2.st_ino; in equivalent()
|
| /netbsd-src/usr.sbin/catman/ |
| H A D | catman.c | 263 struct stat st2; in uniquepath() local 284 lstat(manpaths.gl_pathv[j], &st2); in uniquepath() 285 if (st1.st_ino == st2.st_ino) { in uniquepath()
|
| /netbsd-src/etc/etc.sun2/ |
| H A D | MAKEDEV.conf | 6 makedev cd0 cd1 st0 st1 st2
|
| /netbsd-src/libexec/ftpd/ |
| H A D | cmds.c | 857 struct stat st1, st2; in discover_path() local 955 if (stat(tp, &st1) == -1 || stat(".", &st2) == -1) in discover_path() 957 if ((st1.st_dev != st2.st_dev) || (st1.st_ino != st2.st_ino)) in discover_path()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/ |
| H A D | ops-common.h | 382 stat_type st1, st2; in _GLIBCXX_VISIBILITY() local 409 if (posix::stat(from, &st2)) in _GLIBCXX_VISIBILITY() 415 from_st = &st2; in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ |
| H A D | fs_ops.cc | 831 stat_type st1, st2; in equivalent() local 839 if (posix::stat(p2.c_str(), &st2) == 0) in equivalent() 840 s2 = make_file_status(st2); in equivalent() 858 if (st1.st_mode != st2.st_mode || st1.st_dev != st2.st_dev) in equivalent() 897 return st1.st_dev == st2.st_dev && st1.st_ino == st2.st_ino; in equivalent()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ |
| H A D | fs_ops.cc | 827 stat_type st1, st2; in equivalent() local 835 if (posix::stat(p2.c_str(), &st2) == 0) in equivalent() 836 s2 = make_file_status(st2); in equivalent() 854 if (st1.st_mode != st2.st_mode || st1.st_dev != st2.st_dev) in equivalent() 893 return st1.st_dev == st2.st_dev && st1.st_ino == st2.st_ino; in equivalent()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
| H A D | sanitizer_libc_test.cc | 136 struct stat st1, st2, st3; in TEST() local 138 EXPECT_EQ(0u, internal_lstat(tmpfile, &st2)); in TEST()
|