Searched refs:vers (Results 51 - 75 of 387) sorted by relevance

1234567891011>>

/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/comm/
H A Dcomm.tcl55 set comm($comm(_x),vers) 1
84 # $ch,vers,$id negotiated protocol version for id
323 foreach pattern {hook,* interp,* vers,*} {
883 set comm($chan,vers,$id) $comm(defVers) ;# default proto vers
928 if {[info exists comm($v,vers)]} {
929 set vers $v
933 if {![info exists vers]} {
963 # Make a protocol response. Avoid any temptation to use {$vers > 2}
966 # each supported version explicitly. I.e., {$vers >
[all...]
/macosx-10.10/Chess-310.6/sjeng/
H A Dmissing51 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dmissing51 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_x509_tp/lib/
H A DocspRequest.cpp96 CSSM_DATA vers = {1, &version}; local
155 tbs.version = &vers;
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/ocspTool/
H A DocspRequest.cpp95 CSSM_DATA vers = {1, &version}; local
146 tbs.version = &vers;
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/threadTest/
H A Dattach.cpp43 static CSSM_VERSION vers = {2, 0}; variable
58 &vers,
H A DsslThrash.cpp90 static CSSM_VERSION vers = {2, 0}; variable
112 &vers,
/macosx-10.10/bash-94.1.2/bash-3.2/support/
H A Dmissing51 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/rootStoreTool/
H A DparseTrustedRootList.cpp64 SInt32 vers; local
65 if(!CFNumberGetValue(cfVers, kCFNumberSInt32Type, &vers)) {
69 printf("Version = %ld\n", vers);
/macosx-10.10/remote_cmds-47/talkd.tproj/
H A Dprocess.c76 rp->vers = TALK_VERSION;
79 if (mp->vers != TALK_VERSION) {
80 syslog(LOG_WARNING, "bad protocol version %d", mp->vers);
/macosx-10.10/autofs-246/automountd/
H A Dautod_nfs.c137 * These will only be used when the vers mount option is not used and
576 rpcvers_t vers, versmin; /* used to negotiate nfs version in pingnfs */ local
683 if (set_versrange(nfsvers, &vers, &versmin) != 0) {
707 i = pingnfs(host, &vers, versmin, 0, NULL, nfs_proto);
788 i = pingnfs(host, &vers, versmin, 0, NULL, nfs_proto);
802 if (nfsvers != 0 && (rpcvers_t)nfsvers != vers) {
821 switch (vers) {
837 switch (vers) {
951 * "vers=" takes precedence over "nfsvers="; arguably,
956 optstrval = getmntoptstr(mp, "vers");
1060 clnt_create_service_timed(const char *host, const char *service, const rpcprog_t prog, const rpcvers_t vers, const ushort_t port, const char *proto, const struct timeval *tmout) argument
1737 set_versrange(rpcvers_t nfsvers, rpcvers_t *vers, rpcvers_t *versmin) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_x509_cl/lib/
H A DCertFields.cpp47 const CSSM_DATA &vers = cert.mCert.tbs.version; local
48 if(!tbsGetCheck(vers.Data, index)) {
52 fieldValue.copy(vers.Data, vers.Length);
62 CSSM_DATA &vers = cert.mCert.tbs.version; local
63 tbsSetCheck(vers.Data, fieldValue, 0, "version");
64 cert.coder().allocCopyItem(fieldValue, vers);
H A DCrlFields.cpp55 const CSSM_DATA &vers = crl.mCrl.tbs.version; local
56 if(!tbsGetCheck(vers.Data, index)) {
60 fieldValue.copy(vers.Data, vers.Length);
70 CSSM_DATA &vers = crl.mCrl.tbs.version; local
71 tbsSetCheck(vers.Data, fieldValue, 0, "version");
72 crl.coder().allocCopyItem(fieldValue, vers);
/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Dcomif.c466 && if_entry->if_spec->vers == if_rep->vers)
780 && if_entry->if_spec->vers == if_rep->vers)
1467 if_id->vers_major = RPC_IF_VERS_MAJOR(((rpc_if_rep_p_t) ifspec_h)->vers);
1468 if_id->vers_minor = RPC_IF_VERS_MINOR(((rpc_if_rep_p_t) (ifspec_h))->vers);
2166 rpc__if_lookup2 (&ifspec->id, ifspec->vers, mgr_type_uuid,
/macosx-10.10/objc4-646/test/
H A Dtest.pl313 my $vers;
316 ($vers) = ($line =~ /^ProductVersion:\s+(.*)/) if !$vers;
329 return $name . $vers . $internal;
947 my ($vers) = ($C{SDK} =~ /^iphoneos([0-9]+\.[0-9]+)/);
948 $cflags .= " -mios-version-min=$vers";
949 $target = "$C{ARCH}-apple-ios$vers";
952 my ($vers) = ($C{SDK} =~ /^iphonesimulator([0-9]+\.[0-9]+)/);
953 $cflags .= " -mios-simulator-version-min=$vers";
954 $target = "$C{ARCH}-apple-ios$vers";
[all...]
/macosx-10.10/BerkeleyDB-21/db/btree/
H A Dbt_open.c118 u_int32_t vers; local
127 vers = btm->dbmeta.version;
129 M_32_SWAP(vers);
130 switch (vers) {
135 name, (u_long)vers);
142 "%s: unsupported btree version: %lu", name, (u_long)vers);
/macosx-10.10/BerkeleyDB-21/db/hash/
H A Dhash_open.c143 u_int32_t vers; local
152 vers = hashm->dbmeta.version;
154 M_32_SWAP(vers);
155 switch (vers) {
161 name, (u_long)vers);
169 "%s: unsupported hash version: %lu", name, (u_long)vers);
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utils/
H A DcuCdsaUtils.cpp36 static CSSM_VERSION vers = {2, 0}; variable
92 crtn = CSSM_Init (&vers,
138 &vers,
173 &vers,
207 &vers,
243 &vers,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utils/lib/
H A DcuCdsaUtils.cpp36 static CSSM_VERSION vers = {2, 0}; variable
92 crtn = CSSM_Init (&vers,
138 &vers,
173 &vers,
207 &vers,
243 &vers,
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/clAppUtils/
H A DcrlUtils.cpp162 uint8 vers = tbsCrl->version.Data[tbsCrl->version.Length - 1]; local
163 switch(vers) {
171 printf("***Unknown version in CRL (%u)\n", vers);
/macosx-10.10/Heimdal-398.1.2/lib/kadm5/
H A Dprivate.h174 uint32_t vers; member in struct:_kadm5_xdr_call_header
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/utilLib/
H A Dcommon.c23 static CSSM_VERSION vers = {2, 0}; variable
136 crtn = CSSM_Init (&vers,
203 &vers,
273 &vers,
/macosx-10.10/dtrace-147/libdtrace/
H A Ddt_pragma.c161 dt_version_t vers; local
171 if (dt_version_str2num(dnp->dn_string, &vers) == -1) {
184 idp->di_vers = vers;
193 _dtrace_defattr, vers, &dt_idops_thaw, (void *)prname, dtp->dt_gen);
/macosx-10.10/man-16/man/src/
H A DMakefile.in75 vers=`sed -e s/man-// ../version`; \
76 echo "static char version[] = \"$$vers\";" > version.h
/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Dmptcp.d62 uint32_t vers;
103 vers = T->mpt_version;

Completed in 380 milliseconds

1234567891011>>