| /netbsd-src/external/mpl/bind/dist/bin/tests/system/resolver/ns6/ |
| H A D | redirect.com.db | 18 $GENERATE 1-100 ns$.fake IN A 10.53.1.$ 19 $GENERATE 101-200 ns$.fake IN A 10.53.1.${-100} 20 $GENERATE 201-300 ns$.fake IN A 10.53.1.${-200} 21 $GENERATE 301-400 ns$.fake IN A 10.53.1.${-300} 22 $GENERATE 401-500 ns$.fake IN A 10.53.1.${-400} 23 $GENERATE 501-600 ns$.fake IN A 10.53.1.${-500} 24 $GENERATE 601-700 ns$.fake IN A 10.53.1.${-600} 25 $GENERATE 701-800 ns$.fake IN A 10.53.1.${-700} 26 $GENERATE 801-900 ns$.fake IN A 10.53.1.${-800} 27 $GENERATE 901-1000 ns$.fake IN A 10.53.1.${-900}
|
| /netbsd-src/external/bsd/kyua-cli/dist/utils/process/ |
| H A D | status_test.cpp | 98 const status fake = status::fake_exited(123); in ATF_TEST_CASE_BODY() local 99 ATF_REQUIRE_EQ(-1, fake.dead_pid()); in ATF_TEST_CASE_BODY() 100 ATF_REQUIRE(fake.exited()); in ATF_TEST_CASE_BODY() 101 ATF_REQUIRE_EQ(123, fake.exitstatus()); in ATF_TEST_CASE_BODY() 102 ATF_REQUIRE(!fake.signaled()); in ATF_TEST_CASE_BODY() 109 const status fake = status::fake_signaled(567, true); in ATF_TEST_CASE_BODY() local 110 ATF_REQUIRE_EQ(-1, fake.dead_pid()); in ATF_TEST_CASE_BODY() 111 ATF_REQUIRE(!fake.exited()); in ATF_TEST_CASE_BODY() 112 ATF_REQUIRE(fake.signaled()); in ATF_TEST_CASE_BODY() 113 ATF_REQUIRE_EQ(567, fake.termsig()); in ATF_TEST_CASE_BODY() [all …]
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/admin/ |
| H A D | ktutil.c | 124 char *fake[3]; in help() local 125 fake[0] = argv[0]; in help() 126 fake[1] = shelp; in help() 127 fake[2] = NULL; in help() 128 (*c->func)(2, fake); in help()
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/staticstub/ns3/ |
| H A D | example.db.in | 21 example. NS ns4.example. ; fake 22 example. A 10.53.0.4 ; fake 23 example. AAAA ::1 ; fake
|
| /netbsd-src/external/ibm-public/postfix/dist/src/smtp/ |
| H A D | smtp_proto.c | 299 SMTP_RESP fake; in smtp_helo() local 390 SMTP_RESP_FAKE(&fake, "4.7.0"), in smtp_helo() 557 SMTP_RESP_FAKE(&fake, "5.4.6"), in smtp_helo() 562 SMTP_RESP_FAKE(&fake, "4.4.6"), in smtp_helo() 652 SMTP_RESP_FAKE(&fake, "5.6.7"), in smtp_helo() 821 SMTP_RESP_FAKE(&fake, "4.7.4"), in smtp_helo() 826 SMTP_RESP_FAKE(&fake, "4.7.5"), in smtp_helo() 832 SMTP_RESP_FAKE(&fake, "4.7.0"), in smtp_helo() 856 SMTP_RESP fake; in smtp_start_tls() local 1106 SMTP_RESP_FAKE(&fake, "4.7.5"), in smtp_start_tls() [all …]
|
| /netbsd-src/lib/libc/stdio/ |
| H A D | vfwprintf.c | 163 FILE fake; in __sbprintf() local 170 _FILEEXT_SETUP(&fake, &fakeext); in __sbprintf() 171 memset(WCIO_GET(&fake), 0, sizeof(struct wchar_io_data)); in __sbprintf() 174 fake._flags = fp->_flags & ~__SNBF; in __sbprintf() 175 fake._file = fp->_file; in __sbprintf() 176 fake._cookie = fp->_cookie; in __sbprintf() 177 fake._write = fp->_write; in __sbprintf() 178 fake._flush = fp->_flush; in __sbprintf() 181 fake._bf._base = fake._p = buf; in __sbprintf() 182 fake._bf._size = fake._w = sizeof(buf); in __sbprintf() [all …]
|
| /netbsd-src/external/gpl2/dtc/dist/tests/ |
| H A D | boot-cpuid.dts | 7 compatible = "fake-cpu"; 12 compatible = "fake-cpu";
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | tc-pj.c | 174 pj_opc_info_t * fake = XNEW (pj_opc_info_t); in fake_opcode() local 176 fake->opcode = -1; in fake_opcode() 177 fake->opcode_next = -1; in fake_opcode() 178 fake->u.func = func; in fake_opcode() 179 str_hash_insert (opcode_hash_control, name, fake, 0); in fake_opcode()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | tc-pj.c | 174 pj_opc_info_t * fake = XNEW (pj_opc_info_t); in fake_opcode() local 176 fake->opcode = -1; in fake_opcode() 177 fake->opcode_next = -1; in fake_opcode() 178 fake->u.func = func; in fake_opcode() 179 str_hash_insert (opcode_hash_control, name, fake, 0); in fake_opcode()
|
| /netbsd-src/usr.bin/make/unit-tests/ |
| H A D | varname-dot-parsefile.mk | 37 .PARSEFILE= fake-parsefile 43 .info The location is no longer fake.
|
| H A D | varname-dot-parsedir.mk | 42 .PARSEDIR= /fake-absolute-path 48 .info The location is no longer fake.
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/sl/ |
| H A D | sl.c | 380 char *fake[3]; in sl_slc_help() local 381 fake[0] = argv[0]; in sl_slc_help() 382 fake[1] = help; in sl_slc_help() 383 fake[2] = NULL; in sl_slc_help() 384 (*c->func)(2, fake); in sl_slc_help()
|
| /netbsd-src/sys/arch/i386/i386/ |
| H A D | linux_sigcode.S | 83 pushl %eax # junk to fake return address 94 pushl %eax # junk to fake return address
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/intro/ |
| H A D | tutorial04.rst | 480 .file "fake.c" 540 .file "fake.c" 637 fake.c.000i.cgraph 638 fake.c.000i.type-inheritance 639 fake.c.004t.gimple 640 fake.c.007t.omplower 641 fake.c.008t.lower 642 fake.c.011t.eh 643 fake.c.012t.cfg 644 fake.c.014i.visibility [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/intro/ |
| H A D | tutorial04.rst | 480 .file "fake.c" 540 .file "fake.c" 637 fake.c.000i.cgraph 638 fake.c.000i.type-inheritance 639 fake.c.004t.gimple 640 fake.c.007t.omplower 641 fake.c.008t.lower 642 fake.c.011t.eh 643 fake.c.012t.cfg 644 fake.c.014i.visibility [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/intro/ |
| H A D | tutorial04.rst | 461 .file "fake.c" 518 .file "fake.c" 611 fake.c.000i.cgraph 612 fake.c.000i.type-inheritance 613 fake.c.004t.gimple 614 fake.c.007t.omplower 615 fake.c.008t.lower 616 fake.c.011t.eh 617 fake.c.012t.cfg 618 fake.c.014i.visibility [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/intro/ |
| H A D | tutorial04.rst | 461 .file "fake.c" 518 .file "fake.c" 611 fake.c.000i.cgraph 612 fake.c.000i.type-inheritance 613 fake.c.004t.gimple 614 fake.c.007t.omplower 615 fake.c.008t.lower 616 fake.c.011t.eh 617 fake.c.012t.cfg 618 fake.c.014i.visibility [all …]
|
| /netbsd-src/tests/share/mk/ |
| H A D | t_test.sh | 46 TESTSDIR = \${TESTSBASE}/fake 52 mkdir -p root/usr/tests/fake
|
| /netbsd-src/lib/libpuffs/ |
| H A D | puffs_priv.h | 178 } fake; member 191 #define pcc_func pcc_u.fake.func 192 #define pcc_farg pcc_u.fake.farg
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/ |
| H A D | Kconfig.unstable | 24 bool "Enable the experimental fake lmem" 28 Convert some system memory into a fake local memory region for
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/kadm5/ |
| H A D | iprop-log.c | 579 char *fake[3]; in help() local 580 fake[0] = argv[0]; in help() 581 fake[1] = shelp; in help() 582 fake[2] = NULL; in help() 583 (*c->func)(2, fake); in help()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| H A D | tsan_interceptors.cc | 358 TSAN_INTERCEPTOR(int, pause, int fake) { in TSAN_INTERCEPTOR() argument 359 SCOPED_TSAN_INTERCEPTOR(pause, fake); in TSAN_INTERCEPTOR() 360 return BLOCK_REAL(pause)(fake); in TSAN_INTERCEPTOR() 1574 TSAN_INTERCEPTOR(int, inotify_init, int fake) { in TSAN_INTERCEPTOR() argument 1575 SCOPED_TSAN_INTERCEPTOR(inotify_init, fake); in TSAN_INTERCEPTOR() 1576 int fd = REAL(inotify_init)(fake); in TSAN_INTERCEPTOR() 1701 TSAN_INTERCEPTOR(void*, tmpfile, int fake) { in TSAN_INTERCEPTOR() argument 1702 SCOPED_TSAN_INTERCEPTOR(tmpfile, fake); in TSAN_INTERCEPTOR() 1703 void *res = REAL(tmpfile)(fake); in TSAN_INTERCEPTOR() 1713 TSAN_INTERCEPTOR(void*, tmpfile64, int fake) { in TSAN_INTERCEPTOR() argument [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| H A D | tsan_interceptors_posix.cpp | 364 TSAN_INTERCEPTOR(int, pause, int fake) { in TSAN_INTERCEPTOR() argument 365 SCOPED_TSAN_INTERCEPTOR(pause, fake); in TSAN_INTERCEPTOR() 366 return BLOCK_REAL(pause)(fake); in TSAN_INTERCEPTOR() 1682 TSAN_INTERCEPTOR(int, inotify_init, int fake) { in TSAN_INTERCEPTOR() argument 1683 SCOPED_TSAN_INTERCEPTOR(inotify_init, fake); in TSAN_INTERCEPTOR() 1684 int fd = REAL(inotify_init)(fake); in TSAN_INTERCEPTOR() 1809 TSAN_INTERCEPTOR(void*, tmpfile, int fake) { in TSAN_INTERCEPTOR() argument 1810 SCOPED_TSAN_INTERCEPTOR(tmpfile, fake); in TSAN_INTERCEPTOR() 1811 void *res = REAL(tmpfile)(fake); in TSAN_INTERCEPTOR() 1821 TSAN_INTERCEPTOR(void*, tmpfile64, int fake) { in TSAN_INTERCEPTOR() argument [all …]
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| H A D | tsan_interceptors.cc | 373 TSAN_INTERCEPTOR(int, pause, int fake) { in TSAN_INTERCEPTOR() argument 374 SCOPED_TSAN_INTERCEPTOR(pause, fake); in TSAN_INTERCEPTOR() 375 return BLOCK_REAL(pause)(fake); in TSAN_INTERCEPTOR() 1616 TSAN_INTERCEPTOR(int, inotify_init, int fake) { in TSAN_INTERCEPTOR() argument 1617 SCOPED_TSAN_INTERCEPTOR(inotify_init, fake); in TSAN_INTERCEPTOR() 1618 int fd = REAL(inotify_init)(fake); in TSAN_INTERCEPTOR() 1743 TSAN_INTERCEPTOR(void*, tmpfile, int fake) { in TSAN_INTERCEPTOR() argument 1744 SCOPED_TSAN_INTERCEPTOR(tmpfile, fake); in TSAN_INTERCEPTOR() 1745 void *res = REAL(tmpfile)(fake); in TSAN_INTERCEPTOR() 1755 TSAN_INTERCEPTOR(void*, tmpfile64, int fake) { in TSAN_INTERCEPTOR() argument [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/internals/ |
| H A D | test-hello-world.exe.log.txt | 91 JIT: argv[1]: /tmp/libgccjit-CKq1M9/fake.c 133 JIT: argv[3]: /tmp/libgccjit-CKq1M9/fake.s 135 JIT: argv[5]: /tmp/libgccjit-CKq1M9/fake.so 170 JIT: unlinking .s file: /tmp/libgccjit-CKq1M9/fake.s 171 JIT: unlinking .so file: /tmp/libgccjit-CKq1M9/fake.so
|