Searched refs:links (Results 1 - 25 of 333) sorted by relevance

1234567891011>>

/macosx-10.10/rsync-45/rsync/testsuite/
H A Dunsafe-links.test25 mkdir "from/safe/links"
31 ln -s ../files/file1 "from/safe/links/"
32 ln -s ../files/file2 "from/safe/links/"
33 ln -s ../../unsafe/unsafefile "from/safe/links/"
37 test_symlink to/links/file1
38 test_symlink to/links/file2
39 test_symlink to/links/unsafefile
41 echo "rsync with relative path and -a --copy-links"
42 $RSYNC -avv --copy-links from/safe/ to
43 test_regular to/links/file
[all...]
/macosx-10.10/ruby-106/ruby/test/win32ole/
H A Dtest_folderitem2_invokeverb.rb42 links = find_link(@dummy_path)
43 assert_equal(0, links.size)
50 links = find_link(@dummy_path)
51 assert_equal(1, links.size)
52 @lpath = links[0].path
/macosx-10.10/BerkeleyDB-21/db/xa/
H A Dxa_map.c43 for (; env != NULL; env = TAILQ_NEXT(env, links))
45 TAILQ_REMOVE(&DB_GLOBAL(envq), env, links); local
46 TAILQ_INSERT_HEAD(&DB_GLOBAL(envq), env, links); local
83 TAILQ_INSERT_TAIL(&DB_GLOBAL(envq), env, links); local
101 e = TAILQ_NEXT(e, links))
107 TAILQ_REMOVE(&DB_GLOBAL(envq), e, links);
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.25/eg/
H A Dhttps.pl12 my %links = (
25 my $re_tags = join '|', sort keys %links;
29 # turn all https:// links to http://this_is_ssl links
34 && exists $attr->{$links{$1}}
35 && substr( $attr->{$links{$1}}, 0, 8 ) eq "https://" )
37 $attr->{$links{$1}} =~ s!^https://!http://this_is_ssl.!;
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.300/eg/
H A Dhttps.pl12 my %links = (
25 my $re_tags = join '|', sort keys %links;
29 # turn all https:// links to http://this_is_ssl links
34 && exists $attr->{$links{$1}}
35 && substr( $attr->{$links{$1}}, 0, 8 ) eq "https://" )
37 $attr->{$links{$1}} =~ s!^https://!http://this_is_ssl.!;
/macosx-10.10/dcerpc-61/dcerpc/idl_compiler/
H A Derrors.c131 } links;
308 log_rec_p->links.asBinTree.left = 0;
309 log_rec_p->links.asBinTree.right = 0;
311 log_rec_p->links.asList.next = 0;
350 if (log_rec_p->links.asBinTree.left != NULL)
352 free_log_rec(log_rec_p->links.asBinTree.left);
353 log_rec_p->links.asBinTree.left = NULL;
356 if (log_rec_p->links.asBinTree.right != NULL)
358 free_log_rec(log_rec_p->links.asBinTree.right);
359 log_rec_p->links
130 } links; member in struct:error_log_rec_t
[all...]
/macosx-10.10/OpenSSL098-52/src/util/
H A DfixNT.sh14 make -f Makefile links
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIORegistryEntry.cpp1317 OSArray * links; local
1320 if( (links = (OSArray *)
1323 result = arrayMember( links, to );
1325 result = links->setObject( to );
1329 links = OSArray::withObjects( (const OSObject **) &to, 1, 1 );
1330 result = (links != 0);
1333 links );
1334 links->release();
1345 OSArray * links; local
1348 if( (links
1373 OSArray * links; local
1398 OSArray * links; local
1434 OSArray * links; local
1461 OSArray * links; local
1537 OSArray * links; local
1559 OSArray * links; local
1623 OSArray * links; local
1686 OSArray * links; local
1713 OSArray * links; local
1740 OSArray * links; local
1981 OSArray * links = 0; local
[all...]
/macosx-10.10/libxslt-13/
H A DMakefile12 GnuAfterInstall = extract-symbols fix-xslt-links fix-exslt-links install-plist remove-autom4te-cache
33 fix-xslt-links:
38 fix-exslt-links:
/macosx-10.10/perl-103/5.16/
H A DMakefile22 GnuAfterInstall = zap-sitedirs make-extra-links
64 make-extra-links:
/macosx-10.10/perl-103/5.18/
H A DMakefile22 GnuAfterInstall = zap-sitedirs make-extra-links
64 make-extra-links:
/macosx-10.10/JavaScriptCore-7600.1.17/
H A Dcreate_hash_table45 my @links = ();
82 @links = ();
172 if (defined($links[$h])) {
173 $h = $links[$h];
177 $links[$h] = $compactSize;
270 if (defined($links[$i])) { $L = $links[$i]; }
/macosx-10.10/ruby-106/ruby/lib/rss/maker/
H A Dentry.rb108 :links => links.to_a.dup,
121 links.replace(@maker.channel.links) if keep[:links].empty?
134 links.replace(keep[:links])
/macosx-10.10/BerkeleyDB-21/db/dbinc/
H A Ddb_dispatch.h78 LIST_ENTRY(__db_txnlist) links; member in struct:__db_txnlist
H A Dtxn.h77 SH_TAILQ_ENTRY links; /* active/free/snapshot list */ member in struct:__txn_detail
151 STAILQ_ENTRY(__txn_logrec) links;/* Linked list. */ member in struct:__txn_logrec
/macosx-10.10/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_generator_markup.rb40 links = '<span><a href="#label-Hello">&para;</a> ' +
43 assert_equal "\n<h1 id=\"label-Hello\">Hello#{links}</h1>\n", description
/macosx-10.10/CPANInternal-159.1/Class-C3-XS-0.13/inc/Module/Install/
H A DMetadata.pm472 my @links = $_[0] =~ m#L<(\Qhttp://rt.cpan.org/\E[^>]+)>#g;
473 my %links;
474 @links{@links}=();
475 @links=keys %links;
476 return @links;
482 my @links = _extract_bugtracker($content);
483 unless ( @links ) {
487 if ( @links >
[all...]
/macosx-10.10/CPANInternal-159.1/Class-Trigger-0.14/inc/Module/Install/
H A DMetadata.pm472 my @links = $_[0] =~ m#L<(\Qhttp://rt.cpan.org/\E[^>]+)>#g;
473 my %links;
474 @links{@links}=();
475 @links=keys %links;
476 return @links;
482 my @links = _extract_bugtracker($content);
483 unless ( @links ) {
487 if ( @links >
[all...]
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Pg-0.16007/inc/Module/Install/
H A DMetadata.pm553 my @links = $_[0] =~ m#L<(
558 my %links;
559 @links{@links}=();
560 @links=keys %links;
561 return @links;
567 my @links = _extract_bugtracker($content);
568 unless ( @links ) {
572 if ( @links >
[all...]
/macosx-10.10/CPANInternal-159.1/DateTime-Format-W3CDTF-0.06/inc/Module/Install/
H A DMetadata.pm552 my @links = $_[0] =~ m#L<(
557 my %links;
558 @links{@links}=();
559 @links=keys %links;
560 return @links;
566 my @links = _extract_bugtracker($content);
567 unless ( @links ) {
571 if ( @links >
[all...]
/macosx-10.10/CPANInternal-159.1/Pod-ProjectDocs-0.40/inc/Module/Install/
H A DMetadata.pm492 my @links = $_[0] =~ m#L<(
497 my %links;
498 @links{@links}=();
499 @links=keys %links;
500 return @links;
506 my @links = _extract_bugtracker($content);
507 unless ( @links ) {
511 if ( @links >
[all...]
/macosx-10.10/CPANInternal-159.1/Test-use-ok-0.11/inc/Module/Install/
H A DMetadata.pm559 my @links = $_[0] =~ m#L<(
564 my %links;
565 @links{@links}=();
566 @links=keys %links;
567 return @links;
573 my @links = _extract_bugtracker($content);
574 unless ( @links ) {
578 if ( @links >
[all...]
/macosx-10.10/BerkeleyDB-21/db/txn/
H A Dtxn_failchk.c40 SH_TAILQ_FOREACH(td, &region->active_txn, links, __txn_detail) {
84 TAILQ_INSERT_TAIL(&mgr->txn_chain, txn, links);
H A Dtxn_util.c22 TAILQ_ENTRY(__txn_event) links;
66 TAILQ_INSERT_TAIL(&txn->events, e, links);
106 TAILQ_INSERT_TAIL(&txn->events, e, links);
132 next_e = TAILQ_NEXT(e, links);
135 TAILQ_REMOVE(&txn->events, e, links);
176 TAILQ_INSERT_TAIL(&txn->events, e, links);
199 next_e = TAILQ_NEXT(e, links);
203 TAILQ_REMOVE(&txn->events, e, links);
253 e != NULL; e = TAILQ_NEXT(e, links)) {
268 TAILQ_REMOVE(&txn->events, e, links);
[all...]
/macosx-10.10/ruby-106/ruby/test/rss/
H A Dtest_parser_atom_feed.rb106 assert_equal("http://example.com/", feed.links[0].base)
107 assert_equal("http://example.org/link1", feed.links[0].href)
108 assert_equal("http://example.com/", feed.links[1].base)
109 assert_equal("http://example.com/link2", feed.links[1].href)
110 assert_equal("http://example.net/", feed.links[2].base)
111 assert_equal("http://example.net/link3", feed.links[2].href)
193 assert_equal(1, feed.links.size)
201 assert_equal(1, feed.entry.links.size)

Completed in 193 milliseconds

1234567891011>>