Home
last modified time | relevance | path

Searched refs:fake (Results 1 – 25 of 219) sorted by relevance

123456789

/openbsd/regress/lib/libc/glob/
H A Dglobtest.in2 fake/bin/cat
3 fake/bin/chgrp
4 fake/bin/chio
5 fake/bin/chmod
6 fake/bin/cksum
7 fake/bin/cp
8 fake/bin/cpio
9 fake/bin/csh
11 fake/bin/dd
12 fake/bin/df
[all …]
H A Dfiles1 fake/bin/[
2 fake/bin/cat
3 fake/bin/chgrp
4 fake/bin/chio
5 fake/bin/chmod
7 fake/bin/cp
8 fake/bin/cpio
9 fake/bin/csh
11 fake/bin/dd
12 fake/bin/df
[all …]
H A DMakefile14 rm -rf fake ${PROG} ${OBJS} *.core
/openbsd/gnu/usr.bin/perl/t/op/
H A Davhv.t83 tie @fake, 'Tie::StdArray';
84 $a = \@fake;
98 tie @fake, 'Tie::BasicArray';
99 $a = \@fake;
114 tie %fake, Tie::StdHash;
115 %fake = %$sch;
116 $a->[0] = \%fake;
/openbsd/regress/usr.bin/file/
H A Dt2.in1 070707 fake fake fake
H A Dt1.in1 <ar> fake fake fake
/openbsd/usr.bin/ssh/
H A Dauth.c540 static struct passwd fake; in fakepw() local
546 return (&fake); in fakepw()
548 memset(&fake, 0, sizeof(fake)); in fakepw()
549 fake.pw_name = "NOUSER"; in fakepw()
554 fake.pw_gecos = "NOUSER"; in fakepw()
555 fake.pw_uid = (uid_t)-1; in fakepw()
556 fake.pw_gid = (gid_t)-1; in fakepw()
557 fake.pw_class = ""; in fakepw()
558 fake.pw_dir = "/nonexist"; in fakepw()
559 fake.pw_shell = "/nonexist"; in fakepw()
[all …]
/openbsd/usr.bin/signify/
H A Dzsig.c53 static uint8_t fake[10] = { 0x1f, 0x8b, 8, FCOMMENT_FLAG, 0, 0, 0, 0, 0, 3 }; variable
203 fake[8] = h.xflg; in zverify()
225 writeall(fdout, fake, sizeof fake, msgfile); in zverify()
296 fake[8] = h.xflg; in zsign()
298 writeall(fdout, fake, sizeof fake, sigfile); in zsign()
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Bugs/
H A D600.t6 sub fake {
12 my $events = intercept { fake() };
/openbsd/lib/libc/stdio/
H A Dvfwprintf.c101 FILE fake; in __sbprintf() local
105 _FILEEXT_SETUP(&fake, &fakeext); in __sbprintf()
107 fake._flags = fp->_flags & ~__SNBF; in __sbprintf()
108 fake._file = fp->_file; in __sbprintf()
109 fake._cookie = fp->_cookie; in __sbprintf()
110 fake._write = fp->_write; in __sbprintf()
113 fake._bf._base = fake._p = buf; in __sbprintf()
114 fake._bf._size = fake._w = sizeof(buf); in __sbprintf()
118 ret = __vfwprintf(&fake, fmt, ap); in __sbprintf()
119 if (ret >= 0 && __sflush(&fake)) in __sbprintf()
[all …]
H A Dvfprintf.c127 FILE fake; in __sbprintf() local
131 _FILEEXT_SETUP(&fake, &fakeext); in __sbprintf()
133 fake._flags = fp->_flags & ~__SNBF; in __sbprintf()
134 fake._file = fp->_file; in __sbprintf()
135 fake._cookie = fp->_cookie; in __sbprintf()
136 fake._write = fp->_write; in __sbprintf()
139 fake._bf._base = fake._p = buf; in __sbprintf()
140 fake._bf._size = fake._w = sizeof(buf); in __sbprintf()
144 ret = __vfprintf(&fake, fmt, ap); in __sbprintf()
145 if (ret >= 0 && __sflush(&fake)) in __sbprintf()
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-pj.c175 pj_opc_info_t * fake = xmalloc (sizeof (pj_opc_info_t)); in fake_opcode() local
177 fake->opcode = -1; in fake_opcode()
178 fake->opcode_next = -1; in fake_opcode()
179 fake->u.func = func; in fake_opcode()
180 hash_insert (opcode_hash_control, name, (char *) fake); in fake_opcode()
/openbsd/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/
H A Dget-02.txt9 authorization: fake auth data
14 Authorization: fake auth data
/openbsd/lib/libc/crypt/
H A Dcryptutil.c31 goto fake; in crypt_checkpass()
45 fake: in crypt_checkpass()
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-pj.c199 pj_opc_info_t *fake = (pj_opc_info_t *) xmalloc (sizeof (pj_opc_info_t)); local
201 fake->opcode = -1;
202 fake->opcode_next = -1;
203 fake->u.func = func;
204 hash_insert (opcode_hash_control, name, (char *) fake);
/openbsd/gnu/usr.bin/perl/cpan/Test2-Suite/t/modules/Compare/
H A DSet.t19 dies { $CLASS->new(reduction => 'fake') },
20 qr/'fake' is not a valid set reduction/,
32 dies { $one->set_reduction('fake') },
33 qr/'fake' is not a valid set reduction/,
H A DMeta.t25 dies { $one->add_prop('fake' => convert(1)) },
26 qr/'fake' is not a known property/,
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dspew.c846 struct token fake; local
848 fake.yychar = ch;
849 fake.yylval.ttype = 0;
850 fake.lineno = lineno;
852 push_token (&fake);
1159 struct token *fake; local
1163 fake = space_for_token (t);
1164 fake->yylval.ttype = 0;
1165 fake->yychar = '{';
1167 fake->yylval.ttype = 0;
[all …]
/openbsd/regress/lib/libssl/interop/cert/
H A DMakefile47 127.0.0.1.crt ca.crt fake-ca.crt client.crt server.crt \
51 ${sca:S/^noca//:S/^fakeca/-C fake-ca.crt/:S/^ca/-C ca.crt/} \
58 ${cca:S/^noca//:S/^fakeca/-C fake-ca.crt/:S/^ca/-C ca.crt/} \
/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Dfake-closers.t30 is($parser->{'closer-flag'}, 1, "fake closer ". ++$i);
53 $_[0]{'closer-flag'} = defined $_[1]{'fake-closer'} ? 1 : -1;
/openbsd/lib/libcurses/base/
H A Dlib_freeall.c161 static va_list fake; in NCURSES_SP_NAME() local
162 free(_nc_varargs("?", fake)); in NCURSES_SP_NAME()
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-Install/t/
H A DPacklist.t146 fake => undef,
152 ok( !exists $pl->{data}{fake},
/openbsd/regress/usr.sbin/syslogd/
H A DMakefile91 ca.crt fake-ca.crt:
146 ${REGRESS_TARGETS:M*fake*}: fake-ca.crt
/openbsd/regress/lib/libssl/interop/
H A DMakefile.inc40 ca.{crt,key,srl} fake-ca.{crt,key} \
50 ca.crt fake-ca.crt:
/openbsd/regress/usr.bin/ssh/
H A Dlogin-timeout.sh13 (echo SSH-2.0-fake; sleep 60) | telnet 127.0.0.1 ${PORT} >/dev/null 2>&1 &

123456789