HomeSort by: relevance | last modified time | path
    Searched refs:fake (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/usr.bin/make/unit-tests/
varname-dot-parsedir.exp 3 make: varname-dot-parsedir.mk:48: The location is no longer fake.
varname-dot-parsefile.exp 3 make: varname-dot-parsefile.mk:43: The location is no longer fake.
varname-dot-parsedir.mk 42 .PARSEDIR= /fake-absolute-path
47 # expect+1: The location is no longer fake.
48 .info The location is no longer fake.
varname-dot-parsefile.mk 37 .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/
linux_sigcode.S 83 pushl %eax # junk to fake return address
94 pushl %eax # junk to fake return address
  /src/sys/compat/freebsd/
freebsd_sigcode.S 85 pushl %eax # junk to fake return address
  /src/tests/share/mk/
t_test.sh 46 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/libexec/ld.elf_so/arch/m68k/
rtld_start.S 73 movel %a0,(16+4)(%sp) | write fake `return' address over obj
75 movel %d0,(16+4)(%sp) | write fake `return' address over obj
  /src/lib/libc/stdio/
vfwprintf.c 163 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._p = buf
    [all...]
  /src/share/misc/
Makefile 19 TYPE= fake
  /src/sbin/umount/
umount.c 79 static int dflag, fake, verbose; variable in typeref:typename:int
129 fake = 1;
286 name, fake ? "fake " : "", mntpt);
287 /* put this before the test of FAKE */
290 if (fake) {
296 (fake && OK < 0) ? ": would fail" : "");
299 if (fake)
  /src/lib/libpuffs/
puffs_priv.h 178 } fake; member in union:puffs_cc::__anon1ff2b957010a
191 #define pcc_func pcc_u.fake.func
192 #define pcc_farg pcc_u.fake.farg
  /src/sys/arch/sparc/stand/bootblk/
Makefile 51 fake: bootblk bootblk.text target
  /src/games/fortune/datfiles/
Makefile 22 TYPE= fake
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc 373 TSAN_INTERCEPTOR(int, pause, int fake) {
374 SCOPED_TSAN_INTERCEPTOR(pause, fake);
375 return BLOCK_REAL(pause)(fake);
1616 TSAN_INTERCEPTOR(int, inotify_init, int fake) {
1617 SCOPED_TSAN_INTERCEPTOR(inotify_init, fake);
1618 int fd = REAL(inotify_init)(fake);
1743 TSAN_INTERCEPTOR(void*, tmpfile, int fake) {
1744 SCOPED_TSAN_INTERCEPTOR(tmpfile, fake);
1745 void *res = REAL(tmpfile)(fake);
1755 TSAN_INTERCEPTOR(void*, tmpfile64, int fake) {
    [all...]
  /src/libexec/ld.elf_so/
rtld.c 104 /* 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/
bsd.syspkg.mk 431 # (i.e. when calling for pkg_create args, and for fake-pkg)
536 # Fake installation of package so that user can pkg_delete it later.
541 register: fake-pkg
544 .if !target(fake-pkg)
545 fake-pkg: ${PLIST}
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_interceptors.cc 1074 INTERCEPTOR(void, tzset, int fake) {
1077 REAL(tzset)(fake);
1440 INTERCEPTOR(char *, dlerror, int fake) {
1442 COMMON_INTERCEPTOR_ENTER(ctx, dlerror, fake);
1443 char *res = REAL(dlerror)(fake);
  /src/lib/libc/net/
gethnamaddr.c 618 * Fake up a hostent as if we'd actually
621 goto fake;
634 * Fake up a hostent as if we'd actually
637 goto fake;
657 fake:
  /src/lib/libutil/
parsedate.y 1171 * Fake it using gmtime and arithmetic.
1175 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/
rk3399-gru-scarlet.dtsi 123 * state). The fake regulator is configured as a supply of the
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_gpu_error.c 1339 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/
omap4.dtsi 106 * the moment, just use a fake OCP bus entry to represent the whole bus
omap5.dtsi 141 * the moment, just use a fake OCP bus entry to represent the whole bus
  /src/common/dist/zlib/
make_vms.com 121 $! Build a fake configure input header

Completed in 29 milliseconds

1 2