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

123

/macosx-10.10/objc4-646/test/
H A Dunload3.c9 int fake[2] __attribute__((section("__OBJC,__image_info"))) variable
12 int fake[2] __attribute__((section("__DATA,__objc_imageinfo")))
H A DbadCache2.m72 class_addMethod(cls, @selector(fake:o:rama:), nil, nil);
/macosx-10.10/tcl-105/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dupdate.tcl20 set fake 0
22 set fake 1
35 if {$fake} {
49 set catalog [starsync::request $server $path $fake]
55 if {$fake} {
H A Dratarx.tcl20 set fake [expr {[lindex $argv 0] == "-n"}]
21 if {$fake} { set argv [lrange $argv 1 end] }
47 } elseif {$fake} {
71 if {!$fake} cleandir
/macosx-10.10/CPANInternal-159.1/Class-C3-XS-0.13/inc/Module/Install/
H A DBase.pm61 my $fake;
64 $fake ||= bless(\@_, $_[0]);
/macosx-10.10/CPANInternal-159.1/Class-Trigger-0.14/inc/Module/Install/
H A DBase.pm61 my $fake;
64 $fake ||= bless(\@_, $_[0]);
/macosx-10.10/CPANInternal-159.1/Pod-ProjectDocs-0.40/inc/Module/Install/
H A DBase.pm61 my $fake;
64 $fake ||= bless(\@_, $_[0]);
/macosx-10.10/OpenSSH-189/openssh/regress/
H A Dlogin-timeout.sh11 (echo SSH-2.0-fake; sleep 60) | telnet 127.0.0.1 ${PORT} >/dev/null 2>&1 &
24 (echo SSH-2.0-fake; sleep 60) | telnet 127.0.0.1 ${PORT} >/dev/null 2>&1 &
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Pg-0.16007/inc/Module/Install/
H A DBase.pm66 my $fake;
69 $fake ||= bless(\@_, $_[0]);
/macosx-10.10/CPANInternal-159.1/DateTime-Format-W3CDTF-0.06/inc/Module/Install/
H A DBase.pm66 my $fake;
69 $fake ||= bless(\@_, $_[0]);
/macosx-10.10/CPANInternal-159.1/Test-use-ok-0.11/inc/Module/Install/
H A DBase.pm66 my $fake;
69 $fake ||= bless(\@_, $_[0]);
/macosx-10.10/Heimdal-398.1.2/admin/
H A Dktutil.c123 char *fake[3]; local
124 fake[0] = argv[0];
125 fake[1] = shelp;
126 fake[2] = NULL;
127 (*c->func)(2, fake);
/macosx-10.10/apache-793/httpd/modules/mappers/
H A Dmod_alias.c41 const char *fake; member in struct:__anon6288
102 const char *fake, const char *real,
115 new->regexp = ap_pregcomp(cmd->pool, fake, AP_REG_EXTENDED);
128 new->fake = fake;
138 if ( (!alias->regexp && alias_matches(fake, alias->fake) > 0)
139 || (alias->regexp && !ap_regexec(alias->regexp, fake, 0, NULL, 0))) {
157 static const char *add_alias(cmd_parms *cmd, void *dummy, const char *fake, argument
160 return add_alias_internal(cmd, dummy, fake, rea
101 add_alias_internal(cmd_parms *cmd, void *dummy, const char *fake, const char *real, int use_regex) argument
163 add_alias_regex(cmd_parms *cmd, void *dummy, const char *fake, const char *real) argument
181 const char *fake = arg2; local
[all...]
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/sym-link-load/
H A DMakefile45 export DYLD_LIBRARY_PATH="${PWD}/fake" && ./main
48 all: main real/liblink.dylib real/libtest.dylib fake/libtest.dylib
76 fake/libtest.dylib: test.c real/libbase.dylib
77 mkdir -p fake
78 ${CC} ${CCFLAGS} -I${TESTROOT}/include -dynamiclib test.c real/libbase.dylib -o "${PWD}/fake/libtest.dylib" -install_name "${PWD}/real/libtest.dylib"
84 ${RM} ${RMFLAGS} *~ main real stub fake
/macosx-10.10/OpenSSH-189/openssh/
H A Dauth.c718 static struct passwd fake; local
720 memset(&fake, 0, sizeof(fake));
721 fake.pw_name = "NOUSER";
722 fake.pw_passwd =
724 fake.pw_gecos = "NOUSER";
725 fake.pw_uid = privsep_pw == NULL ? (uid_t)-1 : privsep_pw->pw_uid;
726 fake.pw_gid = privsep_pw == NULL ? (gid_t)-1 : privsep_pw->pw_gid;
728 fake.pw_class = "";
730 fake
[all...]
/macosx-10.10/ncurses-44/ncurses/ncurses/base/
H A Dlib_freeall.c133 static va_list fake; local
134 free(_nc_varargs("?", fake));
/macosx-10.10/tcl-105/tcl_ext/sdx/sdx/lib/starsync/
H A Dstarsync.tcl16 proc request {url path {fake 0}} {
19 if {![file exists $path] && !$fake} {
31 [rpc $url [vfs::zip -mode c [kit2cat $path <D/$v::vers> $id $fake]]]
32 if {$data eq "" || $fake} { return $data }
206 proc <D/1> {tid path fake} {
214 if {$fake} { stripdata $db }
/macosx-10.10/Libc-1044.1.2/stdio/FreeBSD/
H A Dvfprintf.c181 FILE fake;
184 fake._extra = &ext;
185 INITEXTRA(&fake);
192 fake._flags = fp->_flags & ~__SNBF;
193 fake._file = fp->_file;
194 fake._cookie = fp->_cookie;
195 fake._write = fp->_write;
196 fake._orientation = fp->_orientation;
197 fake._mbstate = fp->_mbstate;
200 fake
[all...]
H A Dvfwprintf.c215 FILE fake; local
218 fake._extra = &ext;
219 INITEXTRA(&fake);
226 fake._flags = fp->_flags & ~__SNBF;
227 fake._file = fp->_file;
228 fake._cookie = fp->_cookie;
229 fake._write = fp->_write;
230 fake._orientation = fp->_orientation;
231 fake._mbstate = fp->_mbstate;
234 fake
[all...]
H A Dxprintf.c1002 FILE fake; local
1006 fake._extra = &extra;
1007 INITEXTRA(&fake);
1010 fake._flags = fp->_flags & ~__SNBF;
1011 fake._file = fp->_file;
1012 fake._cookie = fp->_cookie;
1013 fake._write = fp->_write;
1014 fake._orientation = fp->_orientation;
1015 fake._mbstate = fp->_mbstate;
1018 fake
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/sl/
H A Dsl.c377 char *fake[3]; local
378 fake[0] = argv[0];
379 fake[1] = help;
380 fake[2] = NULL;
381 (*c->func)(2, fake);
/macosx-10.10/postfix-255/postfix/src/smtp/
H A Dsmtp_proto.c266 SMTP_RESP fake; local
340 SMTP_RESP_FAKE(&fake, "4.7.0"),
503 SMTP_RESP_FAKE(&fake, "5.4.6"),
508 SMTP_RESP_FAKE(&fake, "4.4.6"),
711 SMTP_RESP_FAKE(&fake, "4.7.4"),
716 SMTP_RESP_FAKE(&fake, "4.7.5"),
722 SMTP_RESP_FAKE(&fake, "4.7.0"),
746 SMTP_RESP fake; local
850 SMTP_RESP_FAKE(&fake, "4.7.5"),
870 SMTP_RESP_FAKE(&fake, "4.
1131 SMTP_RESP fake; local
1164 SMTP_RESP fake; local
2060 SMTP_RESP fake; local
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/kadm5/
H A Diprop-log.c430 char *fake[3]; local
431 fake[0] = argv[0];
432 fake[1] = shelp;
433 fake[2] = NULL;
434 (*c->func)(2, fake);
/macosx-10.10/libxslt-13/libxslt/libexslt/
H A Dfunctions.c282 xmlNodePtr paramNode, oldInsert, fake; local
404 fake = xmlNewDocNode(tctxt->output, NULL,
405 (const xmlChar *)"fake", NULL);
407 tctxt->insert = fake;
430 if (fake->children != NULL) {
432 xmlDebugDumpNode (stderr, fake, 1);
438 xmlFreeNode(fake);
441 xmlFreeNode(fake);
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/checkconf/
H A Dbad.conf28 fake-iquery yes;

Completed in 207 milliseconds

123