Searched refs:cvs (Results 1 - 25 of 56) sorted by relevance

123

/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dmess.sh2 if cvs log $1 >/dev/null 2>/dev/null; then exit 0; else echo "$1 shouldn't be here" ; exit 1; fi
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Ditems.rb50 cvs = nil
53 cvs = TkCanvas.new(cf) {|c|
93 TkcRectangle.new(cvs, '0c', '0c', '30c', '24c', 'width'=>2)
94 TkcLine.new(cvs, '0c', '8c', '30c', '8c', 'width'=>2)
95 TkcLine.new(cvs, '0c', '16c', '30c', '16c', 'width'=>2)
96 TkcLine.new(cvs, '10c', '0c', '10c', '24c', 'width'=>2)
97 TkcLine.new(cvs, '20c', '0c', '20c', '24c', 'width'=>2)
119 $tag_item = TkcGroup.new(cvs)
122 TkcText.new(cvs, '5c', '.2c', 'text'=>'Lines', 'anchor'=>'n')
123 TkcLine.new(cvs, '
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Ditems.rb48 cvs = nil
51 cvs = TkCanvas.new(cf) {|c|
91 TkcRectangle.new(cvs, '0c', '0c', '30c', '24c', 'width'=>2)
92 TkcLine.new(cvs, '0c', '8c', '30c', '8c', 'width'=>2)
93 TkcLine.new(cvs, '0c', '16c', '30c', '16c', 'width'=>2)
94 TkcLine.new(cvs, '10c', '0c', '10c', '24c', 'width'=>2)
95 TkcLine.new(cvs, '20c', '0c', '20c', '24c', 'width'=>2)
117 $tag_item = TkcGroup.new(cvs)
120 TkcText.new(cvs, '5c', '.2c', 'text'=>'���������', 'anchor'=>'n')
121 TkcLine.new(cvs, '
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2idx/include/format/
H A Djson.inc14 changelog {changelog.man cvs.man}
16 cvs cvs.man
21 cvs.man {manpage doctools::cvs}
38 "changelog" : ["changelog.man","cvs.man"],
40 "cvs" : ["cvs.man"],
45 "cvs.man" : ["manpage","doctools::cvs"],
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/memchan/memchan/tools/
H A Dwatch_cvs11 if [ 0 -lt `cvs -d $CVSROOT diff memchan 2>/dev/null | wc -l` ]
16 cvs -d $CVSROOT co memchan >$out 2>&1
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/tools/
H A Dwatch_cvs11 if [ 0 -lt `cvs -d $CVSROOT diff trf 2>/dev/null | wc -l` ]
16 cvs -d $CVSROOT co trf >$out 2>&1
/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/
H A Dcascade_cond.c72 static pthread_cond_t *cvs; variable
130 cvs = (pthread_cond_t *)mmap(NULL,
135 if (cvs == MAP_FAILED) {
165 (void) pthread_cond_init(&cvs[i], &ca);
177 (void) pthread_cond_wait(&cvs[index], &mxs[index]);
192 (void) pthread_cond_signal(&cvs[index]);
194 (void) pthread_cond_signal(&cvs[index]);
/macosx-10.10.1/tcl-105/tcl_ext/tklib/
H A DMakefile14 CvsRoot = :pserver:anonymous@tcllib.cvs.sourceforge.net:/cvsroot/tcllib
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools/
H A DpkgIndex.tcl5 package ifneeded doctools::cvs 1 [list source [file join $dir cvs.tcl]]
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dcvsrc.vim2 " Language: cvs(1) RC file
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/
H A DMakefile14 CvsRoot = :pserver:anonymous@$(ProjectPlistName).cvs.sourceforge.net:/cvsroot/$(ProjectPlistName)
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/
H A DMakefile14 CvsRoot = :pserver:anonymous@$(Project).cvs.sourceforge.net:/cvsroot/$(Project)
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dcvsrc.vim2 " Language: cvs(1) RC file
21 \ start='add\|admin\|checkout\|commit\|cvs\|diff'
H A Dcvs.vim4 " URL: http://www.zotikos.com/downloads/cvs.vim
43 let b:current_syntax = "cvs"
/macosx-10.10.1/rsync-45/rsync/packaging/
H A Dnightly-rsync26 'cvs-update|c' => \$cvs_update,
39 print "Updating from cvs...\n";
40 system 'cvs -q up' and die $!;
46 open(CVS, '-|', 'cvs status 2>&1') or die $!;
48 if (/^cvs status: Examining (.*)/) {
117 -c, --cvs-update update $unpacked via CVS.
H A Drelease-rsync17 my $cvsroot = $ENV{CVSROOT} = 'samba.org:/data/cvs';
55 open(CVS, '-|', 'cvs checkout -P rsync') or die $!;
58 next if /\.(cvs)?ignore$/;
79 $lastversion =~ s/(\d+)cvs$/ $1 - 1 /e;
80 $version =~ s/cvs/pre1/ || $version =~ s/pre(\d+)/ 'pre' . ($1 + 1) /e;
138 - page through the "cvs diff" output
189 system "cvs -q diff | egrep -v '^(===============|RCS file: |retrieving revision |Index: )' | less -p '^diff .*'";
194 - "cvs commit" all changes$skipping
195 - "cvs tag" this release as $cvstag$skipping
203 system "cvs commi
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/expect/
H A DMakefile14 CvsRoot = :pserver:anonymous@$(Project).cvs.sourceforge.net:/cvsroot/$(Project)
/macosx-10.10.1/emacs-93/emacs/man/
H A Dmakefile.w32-in41 $(infodir)/eudc $(infodir)/ebrowse $(infodir)/pcl-cvs \
51 pcl-cvs.dvi woman.dvi eshell.dvi org.dvi url.dvi \
170 $(infodir)/pcl-cvs: pcl-cvs.texi
171 $(MAKEINFO) pcl-cvs.texi
172 pcl-cvs.dvi: pcl-cvs.texi
173 $(ENVADD) $(TEXI2DVI) $(srcdir)/pcl-cvs.texi
368 $(infodir)/ebrowse* $(infodir)/pcl-cvs* \
H A DMakefile.in42 ../info/idlwave ../info/eudc ../info/ebrowse ../info/pcl-cvs \
51 pcl-cvs.dvi woman.dvi eshell.dvi org.dvi url.dvi \
167 ../info/pcl-cvs: pcl-cvs.texi
168 cd $(srcdir); $(MAKEINFO) pcl-cvs.texi
169 pcl-cvs.dvi: pcl-cvs.texi
170 $(ENVADD) $(TEXI2DVI) ${srcdir}/pcl-cvs.texi
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/support/installation/
H A Dversion.tcl1 package_version 1.12.cvs-20100330
/macosx-10.10.1/tidy-15.15/tidy/build/rpm/
H A Dtidy.spec30 Source0: http://sourceforge.net/cvs/?group_id=27659
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/
H A Db8t.mk28 CVSROOT = /proj/cvs/isc
46 @( cd $(SDIR) && cvs -d $(CVSROOT) checkout $(MODULE) )
H A Db9t.mk30 CVSROOT = /proj/cvs/isc
66 @( cd $(SDIR) && cvs -d $(CVSROOT) checkout $(MODULE) && tar -cvf $(MODULE).tar $(MODULE) )
/macosx-10.10.1/rsync-45/rsync/testsuite/
H A Dexclude.test44 - home-cvs-exclude
48 echo cvsout >"$fromdir/bar/down/to/home-cvs-exclude"
106 home-cvs-exclude
132 # Modify the chk dir by removing cvs-ignored files and then tweaking the dir times.
137 rm "$chkdir"/bar/down/to/home-cvs-exclude
142 # Now, test if rsync excludes the same files, this time with --cvs-exclude
/macosx-10.10.1/curl-83.1.2/curl/src/
H A DMakefile.Watcom147 tool_hugehelp.c: tool_hugehelp.c.cvs
150 tool_hugehelp.c.cvs: .EXISTSONLY

Completed in 330 milliseconds

123