Searched refs:ver (Results 1 - 25 of 372) sorted by relevance

1234567891011>>

/macosx-10.10/OpenSSL098-52/src/ssl/
H A Ds23_meth.c63 static SSL_METHOD *ssl23_get_method(int ver);
64 static SSL_METHOD *ssl23_get_method(int ver) argument
67 if (ver == SSL2_VERSION)
72 if (ver == SSL3_VERSION)
77 if (ver == TLS1_VERSION)
H A Dd1_meth.c64 static SSL_METHOD *dtls1_get_method(int ver);
65 static SSL_METHOD *dtls1_get_method(int ver) argument
67 if (ver == DTLS1_VERSION)
H A Ds3_meth.c63 static SSL_METHOD *ssl3_get_method(int ver);
64 static SSL_METHOD *ssl3_get_method(int ver) argument
66 if (ver == SSL3_VERSION)
H A Dt1_meth.c63 static SSL_METHOD *tls1_get_method(int ver);
64 static SSL_METHOD *tls1_get_method(int ver) argument
66 if (ver == TLS1_VERSION)
H A Ds2_meth.c64 static SSL_METHOD *ssl2_get_method(int ver);
65 static SSL_METHOD *ssl2_get_method(int ver) argument
67 if (ver == SSL2_VERSION)
H A Dt1_clnt.c66 static SSL_METHOD *tls1_get_client_method(int ver);
67 static SSL_METHOD *tls1_get_client_method(int ver) argument
69 if (ver == TLS1_VERSION)
H A Dt1_srvr.c67 static SSL_METHOD *tls1_get_server_method(int ver);
68 static SSL_METHOD *tls1_get_server_method(int ver) argument
70 if (ver == TLS1_VERSION)
/macosx-10.10/ncurses-44/xcodescripts/
H A Dlink_libs.sh7 ver=5.4
14 for lib in libform.${ver}.dylib libmenu.${ver}.dylib libncurses.${ver}.dylib libpanel.${ver}.dylib ; do
16 for lib2 in libform.${ver}.dylib libmenu.${ver}.dylib libncurses.${ver}.dylib libpanel.${ver}.dylib ; do
26 ln -s $(basename -s .dylib $link).${ver}
[all...]
/macosx-10.10/CPANInternal-159.1/Heap-0.80/t/
H A Delem.t26 my $ver = $Heap::Elem::VERSION;
27 ok ($ver >= 0.80, "Heap::Elem::VERSION >= 0.80 (is: $ver)");
H A Dnum.t25 my $ver = $Heap::Elem::Num::VERSION;
26 ok ($ver >= 0.80, "Heap::Elem::Num::VERSION >= 0.80 (is: $ver)");
H A Dnumrev.t25 my $ver = $Heap::Elem::NumRev::VERSION;
26 ok ($ver >= 0.80, "Heap::Elem::NumRev::VERSION >= 0.80 (is: $ver)");
H A Dref.t25 my $ver = $Heap::Elem::Ref::VERSION;
26 ok ($ver >= 0.80, "Heap::Elem::Ref::VERSION >= 0.80 (is: $ver)");
H A Drefrev.t25 my $ver = $Heap::Elem::RefRev::VERSION;
26 ok ($ver >= 0.80, "Heap::Elem::RefRev::VERSION >= 0.80 (is: $ver)");
H A Dstr.t25 my $ver = $Heap::Elem::Str::VERSION;
26 ok ($ver >= 0.80, "Heap::Elem::Str::VERSION >= 0.80 (is: $ver)");
H A Dstrrev.t25 my $ver = $Heap::Elem::StrRev::VERSION;
26 ok ($ver >= 0.80, "Heap::Elem::StrRev::VERSION >= 0.80 (is: $ver)");
H A Dbinary.t38 my $ver = $Heap::Binary::VERSION;
39 ok ($ver >= 0.80, "Heap::Binary::VERSION >= 0.80 (is: $ver)");
H A Dbinomial.t40 my $ver = $Heap::Binomial::VERSION;
41 ok ($ver >= 0.80, "Heap::Binomial::VERSION >= 0.80 (is: $ver)");
H A Dfibonacci.t38 my $ver = $Heap::Fibonacci::VERSION;
39 ok ($ver >= 0.80, "Heap::Fibonacci::VERSION >= 0.80 (is: $ver)");
/macosx-10.10/ksh-23/ksh/src/lib/libdll/
H A Ddllcheck.c51 * check if dll on path has plugin version >= ver
58 dllcheck(void* dll, const char* path, unsigned long ver, unsigned long* cur) argument
63 if (ver || cur)
69 if (!ver)
73 if (v < ver)
78 sfsprintf(state.errorbuf, sizeof(state.errorbuf), "plugin version %lu older than caller %lu", v, ver);
83 errorf("dll", NiL, -1, "dllversion: %s: %lu >= %lu", path, v, ver);
H A Ddllfind.c31 * find and load library name with optional version ver and dlopen() flags
38 dllfind(const char* lib, const char* ver, int flags, char* path, size_t size) argument
43 if ((id = error_info.id) && (dll = dllplug(id, lib, ver, flags, path, size)))
45 return dllplug(NiL, lib, ver, flags, path, size);
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/js1_5/Scope/
H A Dregress-77578-001.js83 function testA(ver)
86 version(ver);
92 sTestScript += "status = 'Section A of test; JS ' + ver/100;";
102 function testB(ver)
105 version(ver);
111 sTestScript += "status = 'Section B of test; JS ' + ver/100;";
123 function testC(ver)
126 version(ver);
132 sTestScript += "status = 'Section C of test; JS ' + ver/100;";
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/admin/
H A Dcheck-install.sh64 ver=$(${prog} --version | head -n 1 | cut -d ' ' -f 4)
66 if grep "\\* ${name} ${ver}" ${readme} >/dev/null; then
/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-cnfp.c87 int nrecs, ver; local
98 ver = (EXTRACT_32BITS(&nh->ver_cnt) & 0xffff0000) >> 16;
108 printf("NetFlow v%x, %u.%03u uptime, %u.%09u, ", ver,
113 if (ver == 5 || ver == 6) {
135 if (ver == 5 || ver == 6) {
144 if (ver == 5 || ver ==6) {
165 if (ver
[all...]
/macosx-10.10/apache-793/httpd/build/
H A Dnw_ver.awk43 if (match ($0, /^\/repos\/asf\/!svn\/ver\/[0-9]+\/httpd\/httpd\/(trunk|branches\/[0-9]\.[0-9]\.x)$/)) {
44 gsub(/^\/repos\/asf\/!svn\/ver\/|\/httpd\/httpd\/(trunk|branches\/[0-9]\.[0-9]\.x)$/, "", $0)
/macosx-10.10/bind9-45.101/bind9/lib/dns/include/dns/
H A Dprivate.h31 dns_private_chains(dns_db_t *db, dns_dbversion_t *ver,

Completed in 142 milliseconds

1234567891011>>