Searched refs:revision (Results 26 - 50 of 132) sorted by relevance

123456

/macosx-10.10/cups-408/cups/tools/
H A Dmakesrcdist30 revision="-r$rev"
38 revision=""
92 -e '1,$s/^CUPS_REVISION=.*/CUPS_REVISION='$revision'/' \
/macosx-10.10/cxxfilt-11/cxxfilt/intl/
H A Dl10nflist.c190 sponsor, revision, filename, do_allocate)
202 const char *revision;
238 ? strlen (revision) + 1 : 0)) : 0)
291 cp = stpcpy (cp, revision);
378 sponsor, revision, filename, 1);
385 sponsor, revision, filename, 1);
/macosx-10.10/dcerpc-61/dcerpc/
H A DCOPYING137 Each revision is distinguished by a version number. You may use
138 this Software under terms of this license revision or under the
139 terms of any subsequent revision of the license.
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclStubLib.c181 int revision /* Stubs table revision number from the
198 } else if ((stubsPtr->tclBN_revision)() != revision) {
199 errMsg = "requires a later revision";
/macosx-10.10/zsh-61/zsh/Functions/VCS_Info/Backends/
H A DVCS_INFO_get_data_svn43 hook_com=( branch "${svninfo[URL]##*/}" revision "${svninfo[Revision]}" )
45 zformat -f svnbranch "${svnbranch}" "b:${hook_com[branch]}" "r:${hook_com[revision]}"
H A DVCS_INFO_get_data_hg23 r_lrev='' # local revision
39 if zstyle -t ":vcs_info:${vcs}:${usercontext}:${rrn}" get-revision ; then
69 # The working dir has uncommitted-changes if the revision ends with a +
84 ### Build the current revision display
109 hook_com=( branch "${r_branch}" revision "${r_lrev}" )
113 "b:${hook_com[branch]}" "r:${hook_com[revision]}"
/macosx-10.10/cxxfilt-11/cxxfilt/include/nlm/
H A Dexternal.h62 unsigned char revision[NLM_TARGET_LONG_SIZE]; local
H A Dinternal.h209 long revision; member in struct:nlm_internal_version_header
/macosx-10.10/patch_cmds-17/patch/
H A Dcommon.h113 extern char *revision; /* prerequisite revision, if any */
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dbsd-cray.c129 fsent.revision = 0;
141 fret.revision = 0;
267 usent.revision = 0;
296 uret.revision = 0;
389 fsent.revision = 0;
401 fret.revision = 0;
425 fsent.revision = 0;
436 fret.revision = 0;
469 ssent.revision = 0;
481 sret.revision
[all...]
/macosx-10.10/gpatch-3/patch/
H A Dinp.c103 /* Report whether a desired revision was found. */
108 char const *rev = quotearg (revision);
291 if (revision)
293 char const *rev = revision;
347 rev = revision;
379 if (revision)
/macosx-10.10/ruby-106/ruby/tool/
H A Dmake-snapshot25 each versions may be followed by optional @revision.
101 if revision = rev[/@(\d+)\z/, 1]
123 revision ||= `svn info #{url} 2>&1`[/Last Changed Rev: (\d+)/, 1]
125 unless revision
132 revision = `svn info #{url}`[/Last Changed Rev: (\d+)/, 1]
141 puts "Exporting #{rev}@#{revision}"
142 IO.popen("svn export -r #{revision} #{url} #{v}") do |pipe|
156 open("#{v}/revision.h", "wb") {|f| f.puts "#define RUBY_REVISION #{revision}"}
157 open("#{v}/.revision
[all...]
H A Dmerger.rb25 revision increment
144 when "up", /\A(ver|version|rev|revision|lv|level|patch\s*level)\s*up/
174 puts "#$0 revision"
217 f.printf "merge revision(s) %s:%s\n", ARGV[0], tickets.join
/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLib.h778 /*! Interface revision */
779 UInt32 revision; // version/revision member in struct:IOFireWireDeviceInterface_t
1980 /*! Interface revision */
1981 UInt32 revision; member in struct:IOFireWirePseudoAddressSpaceInterface_t
2073 UInt32 version, revision ; member in struct:IOFireWireLibIRMAllocationInterface_t
2155 /*! Interface revision */
2156 UInt32 revision ; member in struct:IOFireWireLocalUnitDirectoryInterface_t
2225 /*! Interface revision. */
2226 UInt32 revision ; member in struct:IOFireWirePhysicalAddressSpaceInterface_t
3171 UInt32 revision; member in struct:IOFireWireCommandInterface_t
3203 UInt32 revision; member in struct:IOFireWireReadCommandInterface_t
3231 UInt32 revision; member in struct:IOFireWireWriteCommandInterface_t
3255 UInt32 revision; member in struct:IOFireWireCompareSwapCommandInterface_t
3328 UInt32 revision; member in struct:IOFireWireCompareSwapCommandInterface_v3_t
3397 UInt32 revision; member in struct:IOFireWirePHYCommandInterface_t
3426 UInt32 revision; member in struct:IOFireWireAsyncStreamCommandInterface_t
3469 UInt32 revision; member in struct:IOFireWireReadQuadletCommandInterface_t
3493 UInt32 revision; member in struct:IOFireWireWriteQuadletCommandInterface_t
3524 UInt32 revision ; member in struct:IOFireWireConfigDirectoryInterface_t
3606 UInt32 revision; member in struct:IOFireWireLibVectorCommandInterface_t
3780 UInt16 revision; member in struct:IOFireWireLibPHYPacketListenerInterface_t
[all...]
H A DIOFireWireLibIsoch.h225 /*! Interface revision. */
226 UInt32 revision; member in struct:IOFireWireIsochPortInterface_t
240 /*! Interface revision. */
241 UInt32 revision; member in struct:IOFireWireRemoteIsochPortInterface_t
289 /*! Interface revision */
290 UInt32 revision; member in struct:IOFireWireLocalIsochPortInterface_t
291 /*! Interface revision */
439 /*! Interface revision. */
440 UInt32 revision; member in struct:IOFireWireIsochChannelInterface_t
544 /*! Interface revision
545 UInt32 revision; member in struct:IOFireWireDCLCommandPoolInterface_t
610 UInt32 revision; member in struct:IOFireWireNuDCLPoolInterface_t
1008 UInt16 revision; member in struct:IOFWAsyncStreamListenerInterface_t
[all...]
/macosx-10.10/IOSCSIParallelFamily-300.0.2/TestTools/SCSITargetProber/Cocoa/
H A DSCSIDevice.m93 - ( NSString * ) revision { return revision; }
470 [ revision release ];
471 revision = r;
/macosx-10.10/vim-55/runtime/syntax/
H A Drcslog.vim14 syn match rcslogRevision "^revision.*$"
/macosx-10.10/IOFireWireSBP2-425/IOFireWireSBP2Lib/
H A DIOFireWireSBP2Lib.h338 UInt16 revision; member in struct:__anon1668
502 UInt16 revision; member in struct:__anon1669
690 UInt16 revision; member in struct:__anon1670
1001 UInt16 revision; member in struct:__anon1671
/macosx-10.10/cups-408/cups/cgi-bin/
H A Dmakedocset.c63 static void write_info(const char *path, const char *revision);
85 puts("Usage: makedocset directory revision *.tokens");
360 const char *revision) /* I - Subversion revision number */
396 CUPS_VERSION_MAJOR, CUPS_VERSION_MINOR, revision,
359 write_info(const char *path, const char *revision) argument
/macosx-10.10/tcl-105/tk/tk/generic/ttk/
H A DttkGenStubs.tcl13 # SOURCE: tcl/tools/genStubs.tcl, revision 1.20
18 # + Add "epoch" and "revision" fields to stubs table record
59 # epoch, revision --
61 # The epoch and revision numbers of the interface currently being defined.
66 variable revision 0
189 variable revision
191 incr revision
706 variable revision
714 append text "#define ${CAPName}_STUBS_REVISION $revision\n"
730 append text " int revision;\
[all...]
/macosx-10.10/groff-38/groff/src/devices/grops/
H A Dpsrm.cpp131 unsigned revision; member in struct:resource
140 : next(0), type(t), flags(0), revision(r), filename(0), rank(-1)
164 fprintf(outfp, " %u", revision);
196 unsigned revision)
203 && r->revision == revision)
205 r = new resource(type, name, version, revision);
549 unsigned revision; local
550 if (!read_uint_arg(ptr, &revision))
552 return lookup_resource(RESOURCE_PROCSET, arg, version, revision);
193 lookup_resource(resource_type type, string &name, string &version, unsigned revision) argument
[all...]
/macosx-10.10/emacs-93/emacs/lib-src/
H A Drcs2log9 under revision control. The ChangeLog file logs entries for changes,
49 -v Append RCS revision to file names in log lines.
116 revision= # t if we want revision numbers
185 -v) revision=t;;
578 # Pattern to match the `revision' line of rlog output.
579 rlog_revision_pattern='^revision [0-9]+\.[0-9]+(\.[0-9]+\.[0-9]+)*(['"$tab"' ]+locked by: [^'"$tab"' $,.0-9:;@]*[^'"$tab"' $,:;@][^'"$tab"' $,.0-9:;@]*;)?['"$tab"' ]*$'
655 if (line == "Initial revision" || line ~ /^file .+ was initially added on branch .+\.$/) {
667 # then by author, then by log entry, and finally by file name and revision
675 revision
[all...]
/macosx-10.10/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2Target.h83 UInt32 revision; member in struct:IOFireWireSBP2Target::__anon1656
/macosx-10.10/IOKitUser-1050.1.21/kext.subproj/
H A DOSKextVersion.c267 goto revision;
283 revision:
287 /* Scan for revision version number. Legal characters are
456 /* The revision is displayed only if nonzero.
/macosx-10.10/emacs-93/emacs/lisp/
H A Dvc-rcs.el237 REV is the optional revision number for the file. COMMENT can be used
276 "^initial revision: \\([0-9.]+\\).*\n"
339 "new revision: \\([0-9.]+\\);" nil t)
341 "reverting to previous revision \\([0-9.]+\\)" nil t))
399 ;; a literal revision was specified
405 ;; no revision specified:
420 (vc-parse-buffer "^revision \\([0-9.]+\\).*\n" 1)))
476 "Steal the lock on the current workfile for FILE and revision REV.
503 (defun vc-rcs-annotate-command (file buffer &optional revision)
505 Optional arg REVISION is a revision t
[all...]

Completed in 511 milliseconds

123456