Home
last modified time | relevance | path

Searched defs:fake (Results 1 – 25 of 31) sorted by relevance

12

/netbsd-src/external/bsd/kyua-cli/dist/utils/process/
H A Dstatus_test.cpp98 const status fake = status::fake_exited(123); in ATF_TEST_CASE_BODY() local
109 const status fake = status::fake_signaled(567, true); in ATF_TEST_CASE_BODY() local
/netbsd-src/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp_proto.c299 SMTP_RESP fake; in smtp_helo() local
856 SMTP_RESP fake; in smtp_start_tls() local
1396 SMTP_RESP fake; in smtp_mime_fail() local
1488 SMTP_RESP fake; in smtp_loop() local
2414 SMTP_RESP fake; in smtp_xfer() local
/netbsd-src/sys/arch/sparc/stand/bootblk/
H A DMakefile51 fake: bootblk bootblk.text target
/netbsd-src/crypto/external/bsd/heimdal/dist/admin/
H A Dktutil.c124 char *fake[3]; in help() local
/netbsd-src/external/bsd/nvi/dist/vi/
H A Dv_search.c72 static EXCMDLIST fake = { .name = L("search") }; in v_exaddr() local
/netbsd-src/sbin/umount/
H A Dumount.c75 static int fake, verbose; variable
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-pj.c174 pj_opc_info_t * fake = XNEW (pj_opc_info_t); in fake_opcode() local
H A Dtc-tic54x.c706 char fake[] = ".fake_stagNNNNNNN"; in tic54x_struct() local
946 char fake[] = ".fake_fieldNNNNN"; in tic54x_struct_field() local
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-pj.c174 pj_opc_info_t * fake = XNEW (pj_opc_info_t); in fake_opcode() local
H A Dtc-tic54x.c675 char fake[] = ".fake_stagNNNNNNN"; in tic54x_struct() local
915 char fake[] = ".fake_fieldNNNNN"; in tic54x_struct_field() local
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Diprop-log.c579 char *fake[3]; in help() local
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/sl/
H A Dsl.c380 char *fake[3]; in sl_slc_help() local
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dauth-pam.c1008 char *fake; in sshpam_respond() local
1377 char *fake = NULL; in sshpam_auth_passwd() local
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_interceptors.cc358 TSAN_INTERCEPTOR(int, pause, int fake) { in TSAN_INTERCEPTOR() argument
1574 TSAN_INTERCEPTOR(int, inotify_init, int fake) { in TSAN_INTERCEPTOR() argument
1701 TSAN_INTERCEPTOR(void*, tmpfile, int fake) { in TSAN_INTERCEPTOR()
1713 TSAN_INTERCEPTOR(void*, tmpfile64, int fake) { in TSAN_INTERCEPTOR()
1735 TSAN_INTERCEPTOR(void, abort, int fake) { in TSAN_INTERCEPTOR()
2056 TSAN_INTERCEPTOR(int, fork, int fake) { in TSAN_INTERCEPTOR() argument
2082 TSAN_INTERCEPTOR(int, vfork, int fake) { in TSAN_INTERCEPTOR() argument
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_interceptors.cc373 TSAN_INTERCEPTOR(int, pause, int fake) { in TSAN_INTERCEPTOR() argument
1616 TSAN_INTERCEPTOR(int, inotify_init, int fake) { in TSAN_INTERCEPTOR() argument
1743 TSAN_INTERCEPTOR(void*, tmpfile, int fake) { in TSAN_INTERCEPTOR()
1755 TSAN_INTERCEPTOR(void*, tmpfile64, int fake) { in TSAN_INTERCEPTOR()
1777 TSAN_INTERCEPTOR(void, abort, int fake) { in TSAN_INTERCEPTOR()
2098 TSAN_INTERCEPTOR(int, fork, int fake) { in TSAN_INTERCEPTOR() argument
2124 TSAN_INTERCEPTOR(int, vfork, int fake) { in TSAN_INTERCEPTOR() argument
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors_posix.cpp364 TSAN_INTERCEPTOR(int, pause, int fake) { in TSAN_INTERCEPTOR() argument
1682 TSAN_INTERCEPTOR(int, inotify_init, int fake) { in TSAN_INTERCEPTOR() argument
1809 TSAN_INTERCEPTOR(void*, tmpfile, int fake) { in TSAN_INTERCEPTOR()
1821 TSAN_INTERCEPTOR(void*, tmpfile64, int fake) { in TSAN_INTERCEPTOR()
1843 TSAN_INTERCEPTOR(void, abort, int fake) { in TSAN_INTERCEPTOR()
2164 TSAN_INTERCEPTOR(int, fork, int fake) { in TSAN_INTERCEPTOR() argument
2196 TSAN_INTERCEPTOR(int, vfork, int fake) { in TSAN_INTERCEPTOR() argument
/netbsd-src/lib/libpuffs/
H A Dpuffs_priv.h178 } fake; member
/netbsd-src/libexec/ld.elf_so/
H A Drtld.c1248 Needed_Entry fake; in do_dlsym() local
/netbsd-src/lib/libc/stdio/
H A Dvfwprintf.c163 FILE fake; in __sbprintf() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_gpu_error.c1339 struct i915_vma fake = { in capture_object() local
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Decoff.c937 int fake; /* whether this is faked .file */ member
2180 add_file (const char *file_name, int indx ATTRIBUTE_UNUSED, int fake) in add_file()
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Decoff.c937 int fake; /* whether this is faked .file */ member
2181 add_file (const char *file_name, int indx ATTRIBUTE_UNUSED, int fake) in add_file()
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dfiles.c520 bool fake, bool implicit_preinclude, bool has_include, in _cpp_find_file()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_interceptors.cc1074 INTERCEPTOR(void, tzset, int fake) { in INTERCEPTOR()
1440 INTERCEPTOR(char *, dlerror, int fake) { in INTERCEPTOR()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf32-spu.c2817 Elf_Internal_Sym *fake = bfd_zmalloc (sizeof (*fake)); in mark_functions_via_relocs() local
2913 Elf_Internal_Sym *fake; in pasted_function() local

12