Searched refs:version (Results 276 - 300 of 4306) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/CPANInternal-159.1/File-NFSLock-1.21/
H A DFile-NFSLock.spec.PL11 my $version;
16 if ($version = $props{VERSION}) {
20 $version = eval qq{
25 if (!defined $version) {
29 die "Makefile.PL: Could not determine version!";
39 $version || die "No version!";
45 s/\@VERSION\@/$version/g;
55 %define version @VERSION@
62 %define perlver %(rpm -q perl --queryformat '%%{version}'
[all...]
/macosx-10.10/Heimdal-398.1.2/po/
H A Dgen-po.in5 version="@PACKAGE_VERSION@"
17 --package-version="${version}" \
/macosx-10.10/Libinfo-459/rpc.subproj/
H A Dpmap_getport.c76 * Find the mapped port for program,version.
81 pmap_getport_timeout(struct sockaddr_in *address, uint32_t program, uint32_t version, uint32_t protocol, struct timeval *timeout, struct timeval *totaltimeout) argument
103 parms.pm_vers = version;
128 pmap_getport(address, program, version, protocol)
132 uint32_t version;
137 u_long version;
141 return pmap_getport_timeout(address, (uint32_t)program, (uint32_t)version, (uint32_t)protocol, NULL, NULL);
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/tsiggss/
H A Dauthsock.pl59 my ($version, $req_len) = unpack('N N', $buf);
61 if ($version != 1 || $req_len < 17) {
82 printf("version=%u signer=%s name=%s addr=%s type=%s key=%s key_data_len=%u\n",
83 $version, $signer, $name, $addr, $type, $key, length($key_data));
/macosx-10.10/libxml2-26/libxml2/
H A Dautogen.sh11 (autoconf --version) < /dev/null > /dev/null 2>&1 || {
19 (libtoolize --version) < /dev/null > /dev/null 2>&1 || {
27 (automake --version) < /dev/null > /dev/null 2>&1 || {
/macosx-10.10/ruby-106/ruby/lib/optparse/
H A Dversion.rb7 show = proc do |klass, cname, version|
10 version = version.join(".") if Array === version
12 str << " version #{version}"
23 self.search_const(::Object, /\AV(?:ERSION|ersion)\z/) do |klass, cname, version|
25 show.call(klass, cname.intern, version)
/macosx-10.10/ruby-106/ruby/test/rexml/
H A Dtest_document.rb9 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
13 sodipodi:version="0.32"
14 inkscape:version="0.44.1"
22 assert_match('sodipodi:version', string)
23 assert_match('inkscape:version', string)
28 <?xml version="1.0" encoding="UTF-8"?>
35 <?xml version="1.0" encoding="UTF-8"?>
51 <?xml version="1.0" encoding="UTF-8"?>
92 <?xml version="1.0" encoding="UTF-8"?>
102 doc = REXML::Document.new('<?xml version
[all...]
/macosx-10.10/Heimdal-398.1.2/tests/java/
H A Dhave-java.sh52 if java -version 2>&1 | grep 'gij' > /dev/null ; then
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_plugin/
H A DTPsession.h42 const CSSM_VERSION &version,
47 : PluginSession(theHandle, plug, version, subserviceId, subserviceType, attachFlags, upcalls) { }
40 TPPluginSession(CSSM_MODULE_HANDLE theHandle, CssmPlugin &plug, const CSSM_VERSION &version, uint32 subserviceId, CSSM_SERVICE_TYPE subserviceType, CSSM_ATTACH_FLAGS attachFlags, const CSSM_UPCALLS &upcalls) argument
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecPkcs8Templates.h71 CSSM_DATA version; // optional member in struct:__anon3815
81 CSSM_DATA version; // not optional member in struct:__anon3816
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_file_dl/lib/
H A DAppleFileDL.cpp61 const CSSM_VERSION &version,
71 version,
60 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.10/Security-57031.1.35/Security/libsecurity_cdsa_plugin/lib/
H A DTPsession.h42 const CSSM_VERSION &version,
47 : PluginSession(theHandle, plug, version, subserviceId, subserviceType, attachFlags, upcalls) { }
40 TPPluginSession(CSSM_MODULE_HANDLE theHandle, CssmPlugin &plug, const CSSM_VERSION &version, uint32 subserviceId, CSSM_SERVICE_TYPE subserviceType, CSSM_ATTACH_FLAGS attachFlags, const CSSM_UPCALLS &upcalls) argument
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecPkcs8Templates.h71 CSSM_DATA version; // optional member in struct:__anon4701
81 CSSM_DATA version; // not optional member in struct:__anon4702
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecPkcs8Templates.h71 CSSM_DATA version; // optional member in struct:__anon4788
81 CSSM_DATA version; // not optional member in struct:__anon4789
/macosx-10.10/WebCore-7600.1.25/platform/ios/
H A DWebCoreSystemInterfaceIOS.h44 inline bool iosExecutableWasLinkedOnOrAfterVersion(wkIOSSystemVersion version) argument
46 return wkExecutableWasLinkedOnOrAfterIOSVersion(version);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKPageFindClient.h40 int version; member in struct:WKPageFindClientBase
53 enum { kWKPageFindClientCurrentVersion WK_ENUM_DEPRECATED("Use an explicit version number instead") = 0 };
55 int version; member in struct:WKPageFindClient
H A DWKPageFindMatchesClient.h44 int version; member in struct:WKPageFindMatchesClientBase
56 enum { kWKPageFindMatchesClientCurrentVersion WK_ENUM_DEPRECATED("Use an explicit version number instead") = 0 };
58 int version; member in struct:WKPageFindMatchesClient
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/wsock/common/
H A Dcheckdll.c57 char *version; /* winsock version */ member in struct:winsock_type
73 idnWinsockVersion(const char *version) { argument
75 for (i = 0; winsock_info[i].version != NULL; i++) {
76 if (strcmp(winsock_info[i].version, version) == 0) {
79 "idnWinsockVersion: version %s\n",
80 version);
85 "idnWinsockVersion: unknown winsock version %s\n",
86 version);
[all...]
/macosx-10.10/curl-83.1.2/curl/
H A Dmaketgz27 version=$1
29 if [ -z "$version" ]; then
30 echo "Specify a version number!"
34 libversion="$version"
36 # we make curl the same version as libcurl
51 # Replace version number in header file:
60 # Replace version number in header file:
70 # Replace version number in plist file:
74 echo "curl version $curlversion"
75 echo "libcurl version
[all...]
/macosx-10.10/dcerpc-61/dcerpc/perf/
H A Dperfg.idl96 version(1),
/macosx-10.10/dtrace-147/DTTk/Bin/
H A Duname-a.d46 `utsname.version,
/macosx-10.10/dtrace-147/DTTk/System/
H A Duname-a.d46 `utsname.version,
/macosx-10.10/groff-38/groff/src/roff/grog/
H A Dgrog.sh19 -v | --version)
20 echo "GNU grog (groff) version @VERSION@"
/macosx-10.10/ncurses-44/ncurses/Ada95/gen/
H A Dadacurses-config.in18 x--version)
32 echo 'Usage: adacurses-config [--version | --cflags | --libs]' >&2
/macosx-10.10/ncurses-44/ncurses/misc/
H A Dncurses-config94 --version)
97 --abi-version)
100 --mouse-version)
139 --version echos the release+patchdate version of ${THIS}
140 --abi-version echos the ABI version of ${THIS}
141 --mouse-version echos the mouse-interface version of ${THIS}

Completed in 193 milliseconds

<<11121314151617181920>>