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

12

/netbsd-6-1-5-RELEASE/sys/arch/i386/i386/
H A Dlinux_sigcode.S87 pushl %eax # junk to fake return address
98 pushl %eax # junk to fake return address
H A Dfreebsd_sigcode.S85 pushl %eax # junk to fake return address
H A Dibcs2_sigcode.S85 # fake return address already there
H A Dsvr4_sigcode.S86 pushl %eax # junk to fake return address
/netbsd-6-1-5-RELEASE/sys/arch/amd64/amd64/
H A Dnetbsd32_sigcode.S49 # fake return address already there
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/admin/
H A Dktutil.c123 char *fake[] = { NULL, "--help", NULL }; local
124 fake[0] = argv[0];
125 (*c->func)(2, fake);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dauth.c692 static struct passwd fake; local
696 memset(&fake, 0, sizeof(fake));
697 fake.pw_name = nouser;
698 fake.pw_passwd = __UNCONST(
700 fake.pw_gecos = nouser;
701 fake.pw_uid = (uid_t)-1;
702 fake.pw_gid = (gid_t)-1;
703 fake.pw_class = __UNCONST("");
704 fake
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-mi.exp312 mi_create_varobj fake fake \
313 "create fake varobj"
315 mi_list_varobj_children fake {
316 { fake.private private 1 }
317 } "list children of fake"
319 mi_list_varobj_children fake.private {
320 { fake.private.sname sname 0 int }
321 } "list children fake.private"
323 mi_gdb_test "-var-set-visualizer fake
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-pj.c143 /* Handler for the ipush fake opcode,
174 pj_opc_info_t * fake = xmalloc (sizeof (pj_opc_info_t)); local
176 fake->opcode = -1;
177 fake->opcode_next = -1;
178 fake->u.func = func;
179 hash_insert (opcode_hash_control, name, (char *) fake);
206 /* Insert the only fake opcode. */
267 /* It's a fake opcode. Dig out the args and pretend that was
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp_proto.c263 SMTP_RESP fake; local
336 SMTP_RESP_FAKE(&fake, "4.7.0"),
492 SMTP_RESP_FAKE(&fake, "5.4.6"),
497 SMTP_RESP_FAKE(&fake, "4.4.6"),
699 SMTP_RESP_FAKE(&fake, "4.7.4"),
704 SMTP_RESP_FAKE(&fake, "4.7.5"),
710 SMTP_RESP_FAKE(&fake, "4.7.0"),
733 SMTP_RESP fake; local
830 SMTP_RESP_FAKE(&fake, "4.7.5"),
846 SMTP_RESP_FAKE(&fake, "4.
1099 SMTP_RESP fake; local
1131 SMTP_RESP fake; local
2026 SMTP_RESP fake; local
[all...]
/netbsd-6-1-5-RELEASE/libexec/ld.elf_so/arch/m68k/
H A Drtld_start.S72 movel %a0,(16+4)(%sp) | write fake `return' address over obj
74 movel %d0,(16+4)(%sp) | write fake `return' address over obj
/netbsd-6-1-5-RELEASE/sbin/umount/
H A Dumount.c72 static int fake, verbose; variable
119 fake = 1;
265 if (fake)
/netbsd-6-1-5-RELEASE/lib/libpuffs/
H A Dpuffs_priv.h177 } fake; member in union:puffs_cc::__anon5316
190 #define pcc_func pcc_u.fake.func
191 #define pcc_farg pcc_u.fake.farg
/netbsd-6-1-5-RELEASE/lib/libc/stdio/
H A Dvfwprintf.c158 FILE fake; local
165 _FILEEXT_SETUP(&fake, &fakeext);
166 memset(WCIO_GET(&fake), 0, sizeof(struct wchar_io_data));
169 fake._flags = fp->_flags & ~__SNBF;
170 fake._file = fp->_file;
171 fake._cookie = fp->_cookie;
172 fake._write = fp->_write;
175 fake._bf._base = fake._p = buf;
176 fake
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/sl/
H A Dsl.c376 char *fake[] = { NULL, "--help", NULL }; local
377 fake[0] = argv[0];
378 (*c->func)(2, fake);
/netbsd-6-1-5-RELEASE/sys/arch/sparc/stand/bootblk/
H A DMakefile60 fake: bootblk bootblk.text
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/cacheclean/
H A Dtests.sh144 $RNDC $RNDCOPTS flushname fake.flushtest.example || ret=1
176 $RNDC $RNDCOPTS flushtree fake.flushtest.example || ret=1
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/checkconf/
H A Dbad.conf28 fake-iquery yes;
H A Dgood.conf39 fake-iquery yes;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Diprop-log.c431 char *fake[] = { NULL, "--help", NULL }; local
432 fake[0] = argv[0];
433 (*c->func)(2, fake);
/netbsd-6-1-5-RELEASE/games/fortune/datfiles/
H A DMakefile22 TYPE= fake
/netbsd-6-1-5-RELEASE/dist/nvi/vi/
H A Dv_search.c68 static EXCMDLIST fake = { .name = L("search") }; local
120 * Build a fake ex command structure.
183 * up the fake ex command.
202 ex_badaddr(sp, &fake,
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/named-bootconf/
H A Dnamed-bootconf.sh141 fake-iquery )
142 echo " fake-iquery yes;" >>$OPTIONFILE
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dgcov.c80 unsigned int fake : 1; member in struct:arc_info
870 arc->fake = !!(flags & GCOV_ARC_FAKE);
881 if (arc->fake)
1172 if (!arc->fake)
1189 /* If there is only one non-fake exit, it is an
1192 if (!arc->fake)
1903 if (arc->fake)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dgcov.c89 unsigned int fake : 1; member in struct:arc_info
811 arc->fake = !!(flags & GCOV_ARC_FAKE);
822 if (arc->fake)
1104 if (!arc->fake)
1121 /* If there is only one non-fake exit, it is an
1124 if (!arc->fake)
1823 if (arc->fake)

Completed in 343 milliseconds

12