Searched refs:ver (Results 201 - 225 of 372) sorted by relevance

1234567891011>>

/macosx-10.10/curl-83.1.2/curl/tests/
H A Druntests.pl4793 my $ver=join(' ', runclientoutput("valgrind --version"));
4795 $ver =~ s/[^0-9.]//g;
4797 if($ver =~ /^(\d+)/) {
4798 $ver = $1;
4799 if($ver >= 3) {
/macosx-10.10/dtrace-147/libelf/
H A Dxlate64.c795 elf64_fsize(Elf_Type type, size_t count, unsigned ver) argument
797 if (--ver >= EV_CURRENT) {
805 return (fmsize[ver][type].s_filesz * count);
810 _elf64_msize(Elf_Type type, unsigned ver) argument
812 return (fmsize[ver - 1][type].s_memsz);
818 _elf64_mtype(Elf * elf, Elf64_Word shtype, unsigned ver) argument
823 return (mtype[ver - 1][shtype]);
890 _elf64_entsz(Elf *elf, Elf64_Word shtype, unsigned ver) argument
894 ttype = _elf64_mtype(elf, shtype, ver);
895 return ((ttype == ELF_T_BYTE) ? 0 : fmsize[ver
[all...]
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dpackage.sh466 \b$INSTALLROOT/lib/package/gen\b. \apackage\a\b.ver\b contains one line
471 for delta releases. \apackage\a\b.req\b contains *\b.ver\b entries for
474 \bINIT\b package. A simple sort of \apackage\a\b.pkg\b and *\b.ver\b
820 ${bB}\$INSTALLROOT/lib/package/gen${eB}. ${bI}PACKAGE${eI}${bB}.ver${eB} contains one line consisting of${bX}
825 ${bI}PACKAGE${eI}${bB}.req${eB} contains *${bB}.ver${eB} entries for the packages required by
828 and *${bB}.ver${eB} determines if the required package have been read in. Finally,
2022 expected=$1 host=$2 arch=$3 mach=$4 os=$5 sys=$6 rel=$7 ver=$8
2287 *) case $ver in
2343 $type) case $ver in
3644 do set "$@" $d/gen/*.ver
[all...]
/macosx-10.10/CPANInternal-159.1/IO-Socket-SSL/
H A DSSL.pm1479 my $ver;
1497 if $ver && $v ne $ver;
1498 $ver = $v;
1503 $ver eq 'SSLv2' ? 'CTX_v2_new' :
1504 $ver eq 'SSLv3' ? 'CTX_v3_new' :
1505 $ver eq 'TLSv1' ? 'CTX_tlsv1_new' :
1507 ) or return IO::Socket::SSL->error("SSL Version $ver not supported");
/macosx-10.10/curl-83.1.2/curl/lib/vtls/
H A Dopenssl.c1363 int ver, msg_type, txt_len; local
1371 ver = (ssl_ver == SSL2_VERSION_MAJOR ? '2' :
1387 ver, tls_rt_name, msg_name, msg_type);
/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalc-graph.el342 (ver calc-gnuplot-version))
346 (if (>= ver 2)
354 (if (>= ver 3)
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/bltins/
H A Dtypeset.c977 unsigned long ver; local
1031 if(!(library = dllplugin(SH_ID, arg, NiL, SH_PLUGIN_VERSION, &ver, RTLD_LAZY, path, sizeof(path))))
1037 sfprintf(sfstdout, "%s %08lu %s\n", arg, ver, path);
/macosx-10.10/OpenSSH-189/openssh/contrib/redhat/
H A Dopenssh.spec1 %define ver 6.2p2
69 Version: %{ver}
/macosx-10.10/iodbc-42.5/iodbc/iodbc/
H A Dconnect.c115 extern SQLRETURN _iodbcdm_driverunload (HDBC hdbc, int ver);
1363 _iodbcdm_driverunload (HDBC hdbc, int ver) argument
1391 if (ver == 3 && hproc2 != SQL_NULL_HPROC && hproc3 != SQL_NULL_HPROC)
1424 if (ver == 3 && hproc2 != SQL_NULL_HPROC && hproc3 != SQL_NULL_HPROC)
/macosx-10.10/xar-254/xar/
H A Dconfig.status466 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dif_loop.c625 lo_init.ver = IFNET_INIT_CURRENT_VERSION;
/macosx-10.10/curl-83.1.2/curl/packages/vms/
H A Dbuild_vms.com791 $! set ver
898 $ set ver
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/tile/
H A Ddemo.rb19 def version?(ver)
20 TkPackage.vcompare(Tk::Tile.package_version, ver) >= 0
/macosx-10.10/ruby-106/ruby/lib/
H A Doptparse.rb829 v = parser.ver or abort("#{parser.program_name}: version unknown")
1004 def ver method
/macosx-10.10/tcl-105/tcl_ext/snack/snack/ext/
H A Dconfigure993 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiff2pdf.c2524 uint16 hor = 0, ver = 0; local
2525 if (TIFFGetField(input, TIFFTAG_YCBCRSUBSAMPLING, &hor, &ver) !=0 ) {
2526 if(hor != 0 && ver != 0){
2527 TIFFSetField(output, TIFFTAG_YCBCRSUBSAMPLING, hor, ver);
2987 uint16 hor = 0, ver = 0; local
2988 if (TIFFGetField(input, TIFFTAG_YCBCRSUBSAMPLING, &hor, &ver)!=0) {
2989 if (hor != 0 && ver != 0) {
2990 TIFFSetField(output, TIFFTAG_YCBCRSUBSAMPLING, hor, ver);
/macosx-10.10/vim-55/runtime/syntax/
H A Dbtm.vim183 syn keyword btmCommand unlock unset ver verify vol
H A Dtcsh.vim44 syn keyword tcshBuiltin nextgroup=tcshStatementEnd alloc bg break breaksw builtins bye case cd chdir complete continue default dirs echo echotc end endif endsw eval exec exit fg filetest foreach getspath getxvers glob goto hashstat history hup inlib jobs kill limit log login logout ls ls-F migrate newgrp nice nohup notify onintr popd printenv pushd rehash repeat rootnode sched setpath setspath settc setty setxvers shift source stop suspend switch telltc time umask uncomplete unhash universe unlimit ver wait warp watchlog where which
/macosx-10.10/vim-55/src/
H A Dgui_w32.c4476 VS_FIXEDFILEINFO *ver; local
4482 && VerQueryValue(data, "\\", (void **)&ver, &vlen)
4484 && HIWORD(ver->dwFileVersionMS) > 4
4485 || (HIWORD(ver->dwFileVersionMS) == 4
4486 && LOWORD(ver->dwFileVersionMS) >= 70))
/macosx-10.10/OpenSSL098-52/src/ssl/
H A Ds3_clnt.c145 static SSL_METHOD *ssl3_get_client_method(int ver);
153 static SSL_METHOD *ssl3_get_client_method(int ver) argument
155 if (ver == SSL3_VERSION)
H A Ds3_srvr.c146 static SSL_METHOD *ssl3_get_server_method(int ver);
151 static SSL_METHOD *ssl3_get_server_method(int ver) argument
153 if (ver == SSL3_VERSION)
H A Dssl_locl.h529 SSL_METHOD *ssl_bad_method(int ver);
/macosx-10.10/tcl-105/tcl_ext/tclxml/tcldom/src/
H A Dconfigure2225 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
/macosx-10.10/tcl-105/tcl_ext/tclsoap/tclsoap/
H A DSOAP.tcl293 -ver* { set procvar(version) $value }
/macosx-10.10/vim-55/src/auto/
H A Dconfig.status472 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )

Completed in 267 milliseconds

1234567891011>>