Home
last modified time | relevance | path

Searched refs:fake (Results 26 – 50 of 145) sorted by relevance

123456

/freebsd/crypto/openssh/regress/
H A Dlogin-timeout.sh13 (echo SSH-2.0-fake; sleep 60) | telnet 127.0.0.1 ${PORT} >/dev/null 2>&1 &
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp404 TSAN_INTERCEPTOR(int, pause, int fake) { in TSAN_INTERCEPTOR() argument
405 SCOPED_TSAN_INTERCEPTOR(pause, fake); in TSAN_INTERCEPTOR()
406 return BLOCK_REAL(pause)(fake); in TSAN_INTERCEPTOR()
1763 int fd = REAL(inotify_init)(fake); in TSAN_INTERCEPTOR()
1886 void *res = REAL(tmpfile)(fake); in TSAN_INTERCEPTOR()
1898 void *res = REAL(tmpfile64)(fake); in TSAN_INTERCEPTOR()
1921 REAL(abort)(fake); in TSAN_INTERCEPTOR()
2275 return REAL(fork)(fake); in TSAN_INTERCEPTOR()
2276 SCOPED_INTERCEPTOR_RAW(fork, fake); in TSAN_INTERCEPTOR()
2277 return REAL(fork)(fake); in TSAN_INTERCEPTOR()
[all …]
/freebsd/sbin/dhclient/tests/
H A DMakefile11 tables.c parse.c conflex.c tree.c fake.c \
/freebsd/crypto/openssh/
H A Dauth-pam.c989 char *fake; in sshpam_respond() local
1014 fake = fake_password(*resp); in sshpam_respond()
1015 if ((r = sshbuf_put_cstring(buffer, fake)) != 0) in sshpam_respond()
1017 free(fake); in sshpam_respond()
1357 char *fake = NULL; in sshpam_auth_passwd() local
1373 sshpam_password = fake = fake_password(password); in sshpam_auth_passwd()
1383 free(fake); in sshpam_auth_passwd()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mount/
H A Dumountall_001.ksh59 mounts=$(umount --fake -av -t zfs 2>&1 | awk '/successfully umounted/ {print $1}')
/freebsd/sbin/nvmecontrol/tests/
H A Dbasic.sh62 rm -f /lib/nvmecontrol/fake.so
85 rm -f /usr/local/lib/nvmecontrol/fake.so
/freebsd/sys/dev/qat/qat_common/
H A Dadf_dev_mgr.c44 adf_get_vf_real_id(u32 fake) in adf_get_vf_real_id() argument
51 if (ptr->fake_id == fake) in adf_get_vf_real_id()
/freebsd/sys/x86/include/
H A Delf.h69 int fake; member
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-kmem-cache.m49 static void ctor(void *foo) { /* fake ctor */ }
/freebsd/usr.bin/getconf/
H A DMakefile18 FAKE_GPERF= ${.CURDIR}/fake-gperf.awk
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h176 void SetIsFake(bool fake) { m_fake = fake; } in SetIsFake() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_flags.inc56 "Minimum fake stack size log.")
59 "Maximum fake stack size log.")
61 "Use mmap with 'noreserve' flag to allocate fake stack.")
/freebsd/sys/fs/fuse/
H A Dfuse_vfsops.c646 goto fake; in fuse_vfsop_statfs()
659 goto fake; in fuse_vfsop_statfs()
676 fake: in fuse_vfsop_statfs()
/freebsd/contrib/nvi/vi/
H A Dv_search.c61 static EXCMDLIST fake = { L("search") }; in v_exaddr() local
195 ex_badaddr(sp, &fake, in v_exaddr()
/freebsd/contrib/sendmail/cf/mailer/
H A Dsmtp.m451 # output fake domains as user%fake@relay
/freebsd/lib/libc/amd64/string/
H A Dstrspn.S215 add %rsp, %rax # pointer to fake head
217 0: movdqu (%rax), %xmm1 # load head (fake or real)
H A Dstrcspn.S216 add %rsp, %rax # pointer to fake head
218 0: movdqu (%rax), %xmm0 # load head (fake or real)
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrTSX.td34 // Pseudo instruction to fake the definition of EAX on the fallback code path.
/freebsd/crypto/openssh/openbsd-compat/
H A DMakefile.in90 fake-rfc2553.o \
/freebsd/crypto/heimdal/admin/
H A DChangeLog28 * ktutil.c (help): Don't use non-constant initializer for `fake'.
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devppkey_sm2.txt68 # This is a "fake" test as it does only verify that the SM2 EVP_PKEY interface
/freebsd/contrib/unbound/testdata/
H A Dsubnet_cached_size.crpl13 fake-sha1: yes
14 fake-dsa: yes
/freebsd/usr.sbin/ypserv/
H A Dypinit.sh117 # If we can't list the maps on the master, then we fake it with a
/freebsd/crypto/openssl/test/
H A Drun_tests.pl260 package TAP::Harness::fake;
/freebsd/contrib/blocklist/diff/
H A Dssh.diff105 /* Invalid user, fake password information */

123456