Searched refs:links (Results 151 - 175 of 333) sorted by relevance

1234567891011>>

/macosx-10.10/BerkeleyDB-21/db/db/
H A Ddb_join.c213 TAILQ_INSERT_TAIL(&primary->join_queue, dbc, links);
737 TAILQ_REMOVE(&dbp->join_queue, dbc, links);
H A Ddb_am.c81 TAILQ_FOREACH(dbc, &dbp->free_queue, links)
83 TAILQ_REMOVE(&dbp->free_queue, dbc, links);
293 TAILQ_INSERT_TAIL(&dbp->active_queue, dbc, links);
/macosx-10.10/BerkeleyDB-21/db/mp/
H A Dmp_region.c304 SH_TAILQ_INSERT_TAIL(&mp->alloc_frozen, frozen, links);
507 links, __bh_frozen_a);
H A Dmp_alloc.c478 (BH_FROZEN_ALLOC *)bhp, links);
/macosx-10.10/OpenSSL098-52/src/crypto/
H A DMakefile91 links:
95 @target=links; $(RECURSIVE_MAKE)
/macosx-10.10/bash-94.1.2/bash-3.2/examples/complete/
H A Dcomplete.ianmac342 -links|-perm|-size|-used|-exec|-ok|-printf)
354 iname inum ipath iregex links lname mmin mtime name \
/macosx-10.10/curl-83.1.2/curl/packages/vms/
H A Dstage_curl_install.com88 $! Alias links needed.
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dmm-view.el55 (links mm-inline-render-with-file
56 mm-links-remove-leading-blank
57 "links" "-dump" file)
67 (links mm-inline-wash-with-file
68 mm-links-remove-leading-blank
69 "links" "-dump" file)
330 (defun mm-links-remove-leading-blank ()
331 ;; Delete the annoying three spaces preceding each line of links
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/features/
H A Dmath.sh229 eval `iffe $iffeflags -c "$cc" - tst it_links_ note{ $F function links }end link{ "static $L $F($ta)$td${body}int main(){return $F($tc)!=0;}" }end sfio.h $iffehdrs $iffelibs 2>&$stderr`
/macosx-10.10/llvmCore-3425.0.34/docs/
H A Dmake.bat36 echo. linkcheck to check all external links for integrity
/macosx-10.10/rsync-45/rsync/
H A Dreceiver.c314 && file->link_u.links)) {
718 || (preserve_hard_links && file->link_u.links)) {
/macosx-10.10/vim-55/runtime/syntax/
H A Dsyncolor.vim10 " ":syntax on" works like in Vim 5.7: set colors but keep links
/macosx-10.10/BerkeleyDB-21/db/dbreg/
H A Ddbreg_auto.c250 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/lib/SOAP/
H A DConstants.pm149 The SOAP::Lite package attempts to locate and use the L<XML::Parser> package, falling back on an internal, pure-Perl parser in its absence. This package is a fast parser, based on the Expat parser developed by James Clark. If the application sets this value to 1, there will be no attempt to locate or use XML::Parser. There are several reasons you might choose to do this. If the package will never be made available, there is no reason to perform the test. Setting this parameter is less time-consuming than the test for the package would be. Also, the XML::Parser code links against the Expat libraries for the C language. In some environments, this could cause a problem when mixed with other applications that may be linked against a different version of the same libraries. This was once the case with certain combinations of Apache, mod_perl and XML::Parser.
/macosx-10.10/OpenSSL098-52/src/crypto/aes/
H A DMakefile66 links:
/macosx-10.10/OpenSSL098-52/src/crypto/ecdh/
H A DMakefile44 links:
/macosx-10.10/OpenSSL098-52/src/crypto/objects/
H A DMakefile52 links:
/macosx-10.10/OpenSSL098-52/src/fips/hmac/
H A DMakefile46 links:
/macosx-10.10/OpenSSL098-52/src/fips/sha/
H A DMakefile59 links:
/macosx-10.10/emacs-93/emacs/lisp/
H A Dmouse-sel.el705 Sel mode does not support using a `double' value to follow links
H A Dcustom.el543 (let ((links (get symbol 'custom-links)))
544 (unless (member widget links)
545 (put symbol 'custom-links (cons (purecopy widget) links)))))
/macosx-10.10/xnu-2782.1.97/osfmk/ipc/
H A Dipc_port.h397 queue_t links);
/macosx-10.10/BerkeleyDB-21/db/btree/
H A Dbtree_auto.c324 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
615 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
861 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
1108 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
1337 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
1630 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
1861 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
2121 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
2353 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
2691 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
[all...]
/macosx-10.10/apache-793/httpd/modules/filters/
H A Dmod_proxy_html.c92 apr_hash_t *links; member in struct:__anon6234
412 linkattrs = apr_hash_get(ctx->cfg->links, name, APR_HASH_KEY_STRING);
817 if (!cfg->links) {
818 errmsg = "No links configured: nothing for proxy-html filter to do";
961 /* don't initialise links and events until they get set/used */
972 conf->links = (add->links == NULL) ? base->links : add->links;
1173 if (cfg->links
[all...]
/macosx-10.10/libxml2-26/libxml2/doc/
H A Dindex.py1105 links = 0
1112 links = links + 1

Completed in 555 milliseconds

1234567891011>>