Searched refs:fake (Results 26 - 50 of 55) sorted by relevance

123

/macosx-10.10/bind9-45.101/bind9/bin/tests/system/checkconf/
H A Dgood.conf39 fake-iquery yes;
/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_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...]
H A Dmod_proxy.h112 const char *fake; member in struct:proxy_alias
694 * @param alias alias/fake-path to this balancer
/macosx-10.10/diskdev_cmds-576/umount.tproj/
H A Dumount.c90 int fake, fflag, vflag; variable
157 fake = 1;
491 if (fake)
/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/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dnvtree.c150 Namval_t *nq=0,fake; local
186 fake.nvname = (char*)name;
187 if(dp->hp = (Namval_t*)dtprev(dp->root,&fake))
H A Dsubshell.c275 Namval_t fake; local
279 fake.nvname = name;
280 mpnext = dtnext(root,&fake);
H A Dinit.c1027 Namval_t *mp,fake; local
1030 fake.nvname = ".sh.math.";
1031 mp = (Namval_t*)dtprev(shp->fun_tree,&fake);
1048 Namval_t *mp,fake; local
1051 fake.nvname = nv_name(np);
1056 mp = (Namval_t*)dtprev(shp->fun_tree,&fake);
1061 stakputs(fake.nvname);
H A Darray.c1790 Namval_t fake; local
1791 fake.nvname = (char*)sp;
1792 ap->pos = mp = (Namval_t*)dtprev(ap->header.table,&fake);
H A Darray.c.orig1786 Namval_t fake;
1787 fake.nvname = (char*)sp;
1788 ap->pos = mp = (Namval_t*)dtprev(ap->header.table,&fake);
/macosx-10.10/ruby-106/ruby/
H A Dcommon.mk123 INSTRUBY = $(SUDO) SDKROOT=/ $(RUNRUBY) -r./$(arch)-fake $(srcdir)/tool/rbinstall.rb
435 install-prereq: $(CLEAR_INSTALLED_LIST) yes-fake PHONY
484 fake: $(CROSS_COMPILING)-fake
485 yes-fake: $(arch)-fake.rb $(RBCONFIG) PHONY
486 no-fake: PHONY
490 yes-btest: fake miniruby$(EXEEXT) PHONY
561 .PHONY: PHONY all fake prereq incs srcs preludes help
948 run: fake minirub
[all...]
/macosx-10.10/cups-408/cups/vcnet/regex/
H A DMakefile108 POST=mkh regex.3 regex.7 tests $(DTRH) $(ALLSRC) fake/*.[ch]
/macosx-10.10/curl-83.1.2/curl/tests/server/
H A Dgetpart.c31 /* just to please curl_base64.h we create a fake struct */
33 int fake; member in struct:SessionHandle
/macosx-10.10/vim-55/src/
H A DMake_ro.mak30 create o.!fake! 0
/macosx-10.10/zsh-61/zsh/Src/
H A Dglob.c1980 local_list1(fake);
1983 init_list1(fake, fn->name);
1985 prefork(&fake, isset(MULTIOS) ? 0 : PREFORK_SINGLE);
1988 globlist(&fake, 0);
1991 if (nonempty(&fake) && !nextnode(firstnode(&fake))) {
1993 char *s = peekfirst(&fake);
2017 while ((nam = (char *)ugetnode(&fake))) {
/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/vim-55/runtime/syntax/
H A Delinks.vim77 \ host user passwd policy fake accept_language
H A Dsamba.vim42 syn keyword sambaKeyword contained driver encrypt encrypted equiv exec fake
H A Dnamed.vim101 syn keyword namedOption contained dialup fake-iquery fetch-glue
/macosx-10.10/libdispatch-442.1.4/src/
H A Dsource.c940 struct kevent64_s fake; local
941 fake = *ke;
942 fake.flags &= ~EV_ERROR;
943 fake.fflags = NOTE_EXIT;
944 fake.data = 0;
945 _dispatch_kevent_drain(&fake);
/macosx-10.10/vim-55/runtime/macros/
H A Dmatchit.vim773 " let fake = "end" . expand("<cword>")
775 " return fake
/macosx-10.10/libxml2-26/libxml2/
H A Dparser.c5518 BAD_CAST "fake", NULL, NULL);
5592 BAD_CAST "fake", NULL, NULL);
13531 xmlNodePtr fake, cur; local
13622 fake = xmlNewComment(NULL);
13623 if (fake == NULL) {
13627 xmlAddChild(node, fake);
13698 cur = fake->next;
13699 fake->next = NULL;
13700 node->last = fake;
13713 xmlUnlinkNode(fake);
[all...]

Completed in 347 milliseconds

123