| /netbsd/src/tests/lib/libc/c063/ |
| 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/ |
| 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/ |
| 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/etc/etc.sun3/ |
| D | MAKEDEV.conf | 6 makedev cd0 cd1 st0 st1 st2 fd0
|
| /netbsd/src/external/bsd/atf/dist/atf-c/detail/ |
| 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/usr.sbin/catman/ |
| 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/ |
| D | MAKEDEV.conf | 6 makedev cd0 cd1 st0 st1 st2
|
| /netbsd/src/libexec/ftpd/ |
| 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/gdb/dist/gdb/testsuite/gdb.python/ |
| D | py-framefilter-mi.c | 33 const char *st2 = "Is Near"; in end_func() local
|
| D | py-framefilter.c | 33 const char *st2 = "Is Near"; in end_func() local
|
| /netbsd/src/external/gpl2/lvm2/dist/libdm/ |
| D | libdm-common.c | 248 struct stat st1, st2; in dm_task_set_name() local 280 if (!stat(path, &st2) && (st1.st_rdev == st2.st_rdev)) in dm_task_set_name()
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/kadm5/ |
| D | ipropd_master.c | 1677 struct stat st2;; in main() local 1713 if (stat(server_context->log_context.log_file, &st2) == -1) { in main() 1715 st2 = st; in main() 1718 if (st2.st_dev != st.st_dev || st2.st_ino != st.st_ino) { in main()
|
| /netbsd/src/sys/arch/ia64/ia64/ |
| D | support.S | 307 UFETCH(ld2, st2) 364 USTORE(st2.rel)
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | ipa-devirt.cc | 187 static void warn_odr (tree t1, tree t2, tree st1, tree st2, 901 warn_odr (tree t1, tree t2, tree st1, tree st2, in warn_odr() argument 933 if (!st1 && !st2) in warn_odr() 944 st1 = st2; in warn_odr() 945 st2 = NULL; in warn_odr() 950 if (st2) in warn_odr() 951 decl2 = st2; in warn_odr() 960 decl2 = st2; in warn_odr()
|
| D | gcc.cc | 7604 struct stat st1, st2; in files_equal_p() local 7616 if (fstat (fd1, &st1) < 0 || fstat (fd2, &st2) < 0) in files_equal_p() 7619 if (st1.st_size != st2.st_size) in files_equal_p()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/ |
| D | fmp626.md | 29 ;; ld/st1 ld/st2 ld/st3 ld/st4 ld/st5
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/config/djgpp/ |
| D | fnchange.lst | 637 @V@/sim/testsuite/d10v-elf/t-ae-st2w-d.s @V@/sim/testsuite/d10v-elf/t-st2-d.s 638 @V@/sim/testsuite/d10v-elf/t-ae-st2w-i.s @V@/sim/testsuite/d10v-elf/t-st2-i.s 639 @V@/sim/testsuite/d10v-elf/t-ae-st2w-id.s @V@/sim/testsuite/d10v-elf/t-st2-id.s 640 @V@/sim/testsuite/d10v-elf/t-ae-st2w-im.s @V@/sim/testsuite/d10v-elf/t-st2-im.s 641 @V@/sim/testsuite/d10v-elf/t-ae-st2w-ip.s @V@/sim/testsuite/d10v-elf/t-st2-ip.s 642 @V@/sim/testsuite/d10v-elf/t-ae-st2w-is.s @V@/sim/testsuite/d10v-elf/t-st2-is.s
|
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | i386-reg.tbl | 388 st2, 0, 0, 2, 13, 35
|
| D | ia64-ic.tbl | 249 st; st1, st2, st4, st8, st8.spill, st16
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | i386-reg.tbl | 387 st2, 0, 0, 2, 13, 35
|
| D | ia64-ic.tbl | 249 st; st1, st2, st4, st8, st8.spill, st16
|
| /netbsd/src/external/gpl3/gdb/dist/libiberty/ |
| D | regex.c | 87 # define re_search_2(bufp, st1, s1, st2, s2, startpos, range, regs, stop) \ argument 88 __re_search_2 (bufp, st1, s1, st2, s2, startpos, range, regs, stop)
|
| /netbsd/src/external/gpl3/binutils/dist/libiberty/ |
| D | regex.c | 87 # define re_search_2(bufp, st1, s1, st2, s2, startpos, range, regs, stop) \ argument 88 __re_search_2 (bufp, st1, s1, st2, s2, startpos, range, regs, stop)
|
| /netbsd/src/external/gpl3/gcc/dist/libiberty/ |
| D | regex.c | 87 # define re_search_2(bufp, st1, s1, st2, s2, startpos, range, regs, stop) \ argument 88 __re_search_2 (bufp, st1, s1, st2, s2, startpos, range, regs, stop)
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/ia64/ |
| D | ia64.md | 351 st2%Q0 %0 = %r1%P0
|