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

123

/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/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/Pod-ProjectDocs-0.40/inc/Module/Install/
H A DBase.pm61 my $fake;
64 $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/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/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/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/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/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/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/apache-793/httpd/modules/proxy/
H A Dmod_proxy.c574 newcopy->fake = (old[i].flags & PROXYPASS_INTERPOLATE)
575 ? proxy_interpolate(r, old[i].fake) : old[i].fake;
586 const char *fake; local
596 fake = proxy_interpolate(r, ent->fake);
600 fake = ent->fake;
645 len = alias_match(r->uri, fake);
651 if (nocanon && len != alias_match(r->unparsed_uri, ent->fake)) {
1653 const char *fake; local
[all...]
H A Dmod_proxy.h112 const char *fake; member in struct:proxy_alias
694 * @param alias alias/fake-path to this balancer
H A Dmod_proxy_express.c188 ralias->fake = "/";
H A Dproxy_util.c907 u = apr_pstrcat(r->pool, ent[i].fake, &url[l2 + l3],
913 /* edge case where fake is just "/"... avoid double slash */
914 if ((ent[i].fake[0] == '/') && (ent[i].fake[1] == 0) && (url[l2] == '/')) {
917 u = apr_pstrcat(r->pool, ent[i].fake, &url[l2], NULL);
943 u = apr_pstrcat(r->pool, ent[i].fake, &part[l2], NULL);
999 l2 = strlen(ent[i].fake);
1000 if (l1 >= l2 && strncmp(ent[i].fake, pathp, l2) == 0) {
1021 l2 = strlen(ent[i].fake);
1022 if (l1 >= l2 && strncasecmp(ent[i].fake, domain
[all...]
/macosx-10.10/apache-793/httpd/test/
H A Dmake_sni.sh325 - hosts /etc/hosts file with fake entries for the hosts
/macosx-10.10/bind9-45.101/bind9/bin/tests/
H A Dnamed.conf68 fake-iquery no;
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/checkconf/
H A Dbad.conf28 fake-iquery yes;
H A Dgood.conf39 fake-iquery yes;
/macosx-10.10/bind9-45.101/bind9/contrib/named-bootconf/
H A Dnamed-bootconf.sh141 fake-iquery )
142 echo " fake-iquery yes;" >>$OPTIONFILE
/macosx-10.10/cups-408/cups/vcnet/regex/
H A DMakefile108 POST=mkh regex.3 regex.7 tests $(DTRH) $(ALLSRC) fake/*.[ch]

Completed in 461 milliseconds

123