Searched refs:version (Results 126 - 150 of 4467) sorted by relevance

1234567891011>>

/macosx-10.9.5/xnu-2422.115.4/config/
H A Dversion.c29 /* version.c
30 * This file is a C source template for version.c, which is generated
32 * xnu/config/newvers.pl based on the version information in the file
36 #include <libkern/version.h>
38 const char version[] = OSTYPE " Kernel Version ###KERNEL_VERSION_LONG###: ###KERNEL_BUILD_DATE###; ###KERNEL_BUILDER###:###KERNEL_BUILD_OBJROOT###"; variable
/macosx-10.9.5/Heimdal-323.92.1/packages/mac/
H A Dmac.sh19 version=`sh ${config} --help 2>/dev/null | head -1 | sed 's/.*Heimdal \([^ ]*\).*/\1/'`
21 echo "Building Mac universal binary package for Heimdal ${version}"
36 --version "${version}" \
45 rm "heimdal-${version}.dmg"
46 /usr/bin/hdiutil create -volname "Heimdal-${version}" -srcfolder ${imgdir} "heimdal-${version}.dmg" || exit 1
/macosx-10.9.5/Twisted-16/
H A DMakefile25 $(_v) for version in $(PYTHON_VERSIONS); do \
26 echo "Building for Python $${version}..."; \
27 cd $(OBJROOT)/$(Project) && $(Environment) "$(PYTHON)$${version}" setup.py build; \
31 $(_v) for version in $(PYTHON_VERSIONS); do \
32 extras="$$("$(PYTHON)$${version}" -c 'import sys; print sys.prefix')/Extras"; \
33 echo "Installing for Python $${version}..."; \
34 cd $(OBJROOT)/$(Project) && $(Environment) "$(PYTHON)$${version}" setup.py install --home="$${extras}" --root="$(DSTROOT)"; \
36 echo "Removing turds for Python $${version}..."; \
40 echo "Removing empty files for Python $${version}..."; \
42 echo "Initializing dropin.cache for Python $${version}
[all...]
/macosx-10.9.5/curl-78.94.1/curl/packages/Linux/RPM/
H A Dmake_curl_rpm22 # get version and release number
25 echo "version number?"
26 read version
28 version=$1
44 src_rpm="$target-$version-$release.src.rpm"
50 sed -e 's/^Packager: .*/Packager: $packager_name $packager_email/' $specs_dir/$target.spec > $specs_dir/$target-$version-$arch.spec
53 if ! rpm -ba $specs_dir/$target-$version-$arch.spec
/macosx-10.9.5/ntp-88/scripts/
H A Dntp-groper13 # dumbo.hp.com answers NTP version 2, stratum: 3, ref: telford.nsa.hp.com
14 # dumbo.hp.com answers NTP version 3, stratum: 3, ref: telford.nsa.hp.com
49 # Attempt to contact with version 3 ntp, then try version 2.
50 for version in 3 2
53 ntpq -c "ntpversion $version" -p $host > $ntpqlog 2>&1
66 ntpq -c "ntpversion $version" -c rl $host > $ntpqlog
80 echo "$host answers NTP version $version, stratum: $stratum, ref: $synchost"
84 if [ $version
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rake/
H A Dpackagetask.rb25 # [<b>"<em>package_dir</em>/<em>name</em>-<em>version</em>.tgz"</b>]
28 # [<b>"<em>package_dir</em>/<em>name</em>-<em>version</em>.tar.gz"</b>]
31 # [<b>"<em>package_dir</em>/<em>name</em>-<em>version</em>.tar.bz2"</b>]
34 # [<b>"<em>package_dir</em>/<em>name</em>-<em>version</em>.zip"</b>]
49 attr_accessor :version
75 # Create a Package Task with the given name and version. Use +:noversion+
76 # as the version to build a package without a version or to provide a
79 def initialize(name=nil, version=nil)
80 init(name, version)
[all...]
/macosx-10.9.5/rsync-42/rsync/packaging/
H A Drelease-rsync36 == This will release a new version of rsync onto an unsuspecting world. ==
69 my($version, $lastversion);
73 $version = $lastversion = $1;
80 $version =~ s/cvs/pre1/ || $version =~ s/pre(\d+)/ 'pre' . ($1 + 1) /e;
82 print $break, "\nPlease enter the version number of this release: [$version] ";
85 $version =~ s/pre\d+//;
87 $version = $_;
89 $version
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dupdate.tcl15 foreach version [glob $update_dir/*] {
16 regexp \[^\/\]*$ $version version
17 foreach method [glob $update_dir/$version/*] {
19 foreach file [glob $update_dir/$version/$method/*] {
23 $version $method $name $endianness"
24 set ret [catch {_update $update_dir $testdir $version $method $name $endianness 1 1} message]
35 version method file endianness do_db_load_test do_update_test } {
42 "gzcat $source_dir/$version/$method/$file.tar.gz | (cd $temp_dir && tar xf -)"
49 "Update load: $version
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/
H A Dsource_local.rb24 unless pkg.spec.version.prerelease?
28 if pkg.spec.version.prerelease?
37 elsif cur.version < tup.version
50 def find_gem(gem_name, version=Gem::Requirement.default,
60 if version.satisfied_by?(s.version)
63 elsif !s.version.prerelease?
70 found.sort_by { |s| s.version }.last
H A Dversion.rb3 # values. A version string should normally be a series of numbers
10 # that version is considered prerelease. Versions with a prerelease
27 # Users expect to be able to specify a version constraint that gives them
29 # their software if the version constraint is true, and not work with their
30 # software if the version constraint is false. In other words, the perfect
39 # written to an earlier version is still compatible.
69 # by periods (e.g. 3.1.4). The first integers is the "major" version
70 # number, the second integer is the "minor" version number, and the third
77 # version number and reset the build number.
82 # * Any "public" release of a gem should have a different version
[all...]
/macosx-10.9.5/tcsh-65/tcsh/
H A Dtc.vers.c42 * Print a reasonable version string, printing all compile time
145 /* if you want your local version to say something */
149 char *version; local
162 version = xasprintf(
168 cleanup_push(version, xfree);
169 setcopy(STRversion, str2short(version), VAR_READWRITE);
170 cleanup_until(version);
171 version = xasprintf("%d.%.2d.%.2d", REV, VERS, PATCHLEVEL);
172 cleanup_push(version, xfree);
173 setcopy(STRtcsh, str2short(version), VAR_READWRIT
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_cspdl/lib/
H A DCSPDLPlugin.cpp46 const CSSM_VERSION &version,
57 version,
67 version,
45 makeSession(CSSM_MODULE_HANDLE handle, const CSSM_VERSION &version, uint32 subserviceId, CSSM_SERVICE_TYPE subserviceType, CSSM_ATTACH_FLAGS attachFlags, const CSSM_UPCALLS &upcalls) argument
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorDatabaseInstrumentation.h41 inline void InspectorInstrumentation::didOpenDatabase(ScriptExecutionContext* context, PassRefPtr<Database> database, const String& domain, const String& name, const String& version) argument
45 didOpenDatabaseImpl(instrumentingAgents, database, domain, name, version);
51 UNUSED_PARAM(version);
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DAPIClient.h44 if (client && client->version == currentVersion) {
51 if (client && client->version < currentVersion)
52 memcpy(&m_client, client, APIClientTraits<ClientInterface>::interfaceSizesByVersion[client->version]);
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/include/dns/
H A Dnsec.h35 dns_nsec_buildrdata(dns_db_t *db, dns_dbversion_t *version,
52 dns_nsec_build(dns_db_t *db, dns_dbversion_t *version, dns_dbnode_t *node,
68 dns_nsec_nseconly(dns_db_t *db, dns_dbversion_t *version,
/macosx-10.9.5/libarchive-29/libarchive/build/
H A Dautogen.sh7 if [ -f version ]; then
11 if [ \! -f build/version ]; then
20 # Start from the build directory, where the version file is located
21 if [ -f build/version ]; then
25 if [ \! -f version ]; then
26 echo "Can't find version file"
30 # Update the build number in the 'version' file.
32 MARKER=`cat version | sed 's/[0-9.]//g'`
34 VN=`cat version | sed 's/[^0-9.]//g'`
43 # Substitute the integer version int
[all...]
/macosx-10.9.5/perl-92/fix/
H A Ddummy.pl6 should pick the correct script in /usr/bin by appending the appropriate version.
7 You can try appending the appropriate perl version number. See perlmacosx.pod
8 for more information about multiple version support in Mac OS X.
17 perl version $Config::Config{version} can't run $0. Try the alternative(s):
30 Run "man perl" for more information about multiple version support in
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/generic/
H A DitclStubLib.c47 * the correct version of Itcl is loaded.
50 * The actual version of Itcl that satisfies the request, or
64 Itcl_InitStubs (interp, version, exact)
66 CONST char *version;
71 actualVersion = Tcl_PkgRequireEx(interp, "Itcl", (CONST84 char *)version, exact,
/macosx-10.9.5/tcl-102/tcl_ext/memchan/memchan/generic/
H A DbufStubLib.c47 * Checks that the correct version of Buf is loaded and that it
51 * The actual version of Buf that satisfies the request, or
65 Buf_InitStubs(interp, version, exact)
67 CONST char *version;
76 actualVersion = Tcl_PkgRequireEx(interp, "Memchan", MC_UNCONSTB84 version,
H A DmemchanStubLib.c37 * The actual version of Memchan in use. NULL if an error occurred.
46 Memchan_InitStubs(interp, version, exact)
48 CONST char *version;
53 /* HACK: de-CONST 'version' if compiled against 8.3.
69 result = Tcl_PkgRequireEx(interp, "Memchan", UNCONST version, exact,
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tcldom/tests/
H A Dtestutils.tcl70 # testPackage package ?version?
71 # Loads specified package with 'package require $package $version',
79 proc testPackage {package {version ""}} {
80 if {![catch "package present $package $version"]} { return }
81 set rc [catch "package require $package $version" result]
83 set version $result
84 set loadScript [package ifneeded $package $version]
86 "Loaded $package version $version via {$loadScript}"
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/generic/
H A DtrfStubLib.c47 * Checks that the correct version of Trf is loaded and that it
51 * The actual version of Trf that satisfies the request, or
65 Trf_InitStubs(interp, version, exact)
67 CONST char *version;
72 actualVersion = Tcl_PkgRequireEx(interp, "Trf", (char *) version, exact,
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/generic/
H A DxotclStubLib.c46 * the correct version of XOTcl is loaded.
49 * The actual version of XOTcl that satisfies the request, or
59 Xotcl_InitStubs (interp, version, exact)
61 CONST char *version;
66 actualVersion = Tcl_PkgRequireEx(interp, "XOTcl", version, exact,
/macosx-10.9.5/lsof-52/lsof/dialects/darwin/kmem/
H A DMakefile46 rm -f Makefile.bak ${PROG} a.out core errs lint.out tags *.o version.h
85 version.h: FRC
86 @echo Constructing version.h
87 @rm -f version.h
88 @echo '#define LSOF_BLDCMT "${LSOF_BLDCMT}"' > version.h;
89 @echo '#define LSOF_CC "${CC}"' >> version.h
90 @echo '#define LSOF_CCV "${CCV}"' >> version.h
91 @echo '#define LSOF_CCDATE "'`date`'"' >> version.h
92 @echo '#define LSOF_CCFLAGS "'`echo ${CFLAGS} | sed 's/\\\\(/\\(/g' | sed 's/\\\\)/\\)/g' | sed 's/"/\\\\"/g'`'"' >> version.h
93 @echo '#define LSOF_CINFO "${CINFO}"' >> version
[all...]
/macosx-10.9.5/lsof-52/lsof/dialects/darwin/libproc/
H A DMakefile48 rm -f Makefile.bak ${PROG} a.out core errs lint.out tags *.o version.h
94 version.h: FRC
95 @echo Constructing version.h
96 @rm -f version.h
97 @echo '#define LSOF_BLDCMT "${LSOF_BLDCMT}"' > version.h;
98 @echo '#define LSOF_CC "${CC}"' >> version.h
99 @echo '#define LSOF_CCV "${CCV}"' >> version.h
100 @echo '#define LSOF_CCDATE "'`date`'"' >> version.h
101 @echo '#define LSOF_CCFLAGS "'`echo ${CFLAGS} | sed 's/\\\\(/\\(/g' | sed 's/\\\\)/\\)/g' | sed 's/"/\\\\"/g'`'"' >> version.h
102 @echo '#define LSOF_CINFO "${CINFO}"' >> version
[all...]

Completed in 488 milliseconds

1234567891011>>