Searched refs:fake (Results 1 - 25 of 33) sorted by relevance

12

/src/usr.bin/make/unit-tests/
H A Dvarname-dot-parsedir.exp3 make: varname-dot-parsedir.mk:48: The location is no longer fake.
H A Dvarname-dot-parsefile.exp3 make: varname-dot-parsefile.mk:43: The location is no longer fake.
H A Dvarname-dot-parsedir.mk42 .PARSEDIR= /fake-absolute-path
47 # expect+1: The location is no longer fake.
48 .info The location is no longer fake.
H A Dvarname-dot-parsefile.mk37 .PARSEFILE= fake-parsefile
42 # expect+1: The location is no longer fake.
43 .info The location is no longer fake.
/src/sys/arch/i386/i386/
H A Dlinux_sigcode.S83 pushl %eax # junk to fake return address
94 pushl %eax # junk to fake return address
/src/sys/compat/freebsd/
H A Dfreebsd_sigcode.S85 pushl %eax # junk to fake return address
/src/tests/share/mk/
H A Dt_test.sh46 TESTSDIR = \${TESTSBASE}/fake
52 mkdir -p root/usr/tests/fake
56 atf_check -o match:'ident: one_tc' "./root/usr/tests/fake/${name}" -l
/src/lib/libc/stdio/
H A Dvfwprintf.c163 FILE fake; local in function:__sbprintf
170 _FILEEXT_SETUP(&fake, &fakeext);
171 memset(WCIO_GET(&fake), 0, sizeof(struct wchar_io_data));
174 fake._flags = fp->_flags & ~__SNBF;
175 fake._file = fp->_file;
176 fake._cookie = fp->_cookie;
177 fake._write = fp->_write;
178 fake._flush = fp->_flush;
181 fake._bf._base = fake
[all...]
/src/libexec/ld.elf_so/arch/m68k/
H A Drtld_start.S73 movel %a0,(16+4)(%sp) | write fake `return' address over obj
75 movel %d0,(16+4)(%sp) | write fake `return' address over obj
/src/share/misc/
H A DMakefile19 TYPE= fake
/src/sbin/umount/
H A Dumount.c79 static int dflag, fake, verbose; variable in typeref:typename:int
129 fake = 1;
286 name, fake ? "fake " : "", mntpt);
290 if (fake) {
296 (fake && OK < 0) ? ": would fail" : "");
299 if (fake)
/src/lib/libpuffs/
H A Dpuffs_priv.h178 } fake; member in union:puffs_cc::__anon04939f7d010a
191 #define pcc_func pcc_u.fake.func
192 #define pcc_farg pcc_u.fake.farg
/src/sys/arch/sparc/stand/bootblk/
H A DMakefile51 fake: bootblk bootblk.text target
/src/games/fortune/datfiles/
H A DMakefile22 TYPE= fake
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_interceptors.cc373 TSAN_INTERCEPTOR(int, pause, int fake) { argument
374 SCOPED_TSAN_INTERCEPTOR(pause, fake);
375 return BLOCK_REAL(pause)(fake);
1616 TSAN_INTERCEPTOR(int, inotify_init, int fake) { argument
1617 SCOPED_TSAN_INTERCEPTOR(inotify_init, fake);
1618 int fd = REAL(inotify_init)(fake);
1743 TSAN_INTERCEPTOR(void*, tmpfile, int fake) { argument
1744 SCOPED_TSAN_INTERCEPTOR(tmpfile, fake);
1745 void *res = REAL(tmpfile)(fake);
1755 TSAN_INTERCEPTOR(void*, tmpfile64, int fake) { argument
1777 TSAN_INTERCEPTOR(void,abort,int fake) argument
2098 TSAN_INTERCEPTOR(int,fork,int fake) argument
2124 TSAN_INTERCEPTOR(int,vfork,int fake) argument
[all...]
/src/libexec/ld.elf_so/
H A Drtld.c104 /* Initialize a fake symbol for resolving undefined weak references. */
1281 Needed_Entry fake; local in function:do_dlsym
1285 fake.next = NULL;
1286 fake.obj = __UNCONST(obj);
1287 fake.name = 0;
1290 def = _rtld_symlook_needed(name, &hash, &fake, &defobj,
/src/distrib/syspkg/mk/
H A Dbsd.syspkg.mk431 # (i.e. when calling for pkg_create args, and for fake-pkg)
541 register: fake-pkg
544 .if !target(fake-pkg)
545 fake-pkg: ${PLIST}
/src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_interceptors.cc1074 INTERCEPTOR(void, tzset, int fake) { argument
1077 REAL(tzset)(fake);
1440 INTERCEPTOR(char *, dlerror, int fake) { argument
1442 COMMON_INTERCEPTOR_ENTER(ctx, dlerror, fake);
1443 char *res = REAL(dlerror)(fake);
/src/lib/libc/net/
H A Dgethnamaddr.c621 goto fake;
637 goto fake;
657 fake:
/src/lib/libutil/
H A Dparsedate.y1175 time_t fake = *now + (*zone * 60);
1176 if ((tm = gmtime_r(&fake, &local)) == NULL)
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/
H A Drk3399-gru-scarlet.dtsi123 * state). The fake regulator is configured as a supply of the
/src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_gpu_error.c1339 struct i915_vma fake = { local in function:capture_object
1346 return i915_vma_coredump_create(gt, &fake, name, compress);
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dam33xx.dtsi186 * for the moment, just use a fake OCP bus entry to represent
H A Ddm816x.dtsi60 * for the moment, just use a fake OCP bus entry to represent
H A Domap3.dtsi83 * the moment, just use a fake OCP bus entry to represent the whole bus

Completed in 25 milliseconds

12