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

1234567891011>>

/macosx-10.9.5/tcl-102/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.9.5/Chess-310.5/sjeng/
H A Dmissing51 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dmissing51 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_x509_tp/lib/
H A DocspRequest.cpp96 CSSM_DATA vers = {1, &version}; local
155 tbs.version = &vers;
/macosx-10.9.5/bash-92/bash-3.2/support/
H A Dmissing51 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
/macosx-10.9.5/remote_cmds-41.90.1/talkd.tproj/
H A Dprocess.c75 rp->vers = TALK_VERSION;
78 if (mp->vers != TALK_VERSION) {
79 syslog(LOG_WARNING, "bad protocol version %d", mp->vers);
/macosx-10.9.5/autofs-234/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.9.5/Security-55471.14.18/libsecurity_apple_x509_cl/lib/
H A DCertFields.cpp48 const CSSM_DATA &vers = cert.mCert.tbs.version; local
49 if(!tbsGetCheck(vers.Data, index)) {
53 fieldValue.copy(vers.Data, vers.Length);
63 CSSM_DATA &vers = cert.mCert.tbs.version; local
64 tbsSetCheck(vers.Data, fieldValue, 0, "version");
65 cert.coder().allocCopyItem(fieldValue, vers);
H A DCrlFields.cpp56 const CSSM_DATA &vers = crl.mCrl.tbs.version; local
57 if(!tbsGetCheck(vers.Data, index)) {
61 fieldValue.copy(vers.Data, vers.Length);
71 CSSM_DATA &vers = crl.mCrl.tbs.version; local
72 tbsSetCheck(vers.Data, fieldValue, 0, "version");
73 crl.coder().allocCopyItem(fieldValue, vers);
/macosx-10.9.5/dcerpc-58/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.9.5/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.9.5/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.9.5/Security-55471.14.18/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.9.5/Security-55471.14.18/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.9.5/objc4-551.1/runtime/
H A DNSObject.mm58 #define SYMBOL_ELSEWHERE_IN_3(sym, vers, n) \
59 OBJC_EXPORT const char elsewhere_ ##n __asm__("$ld$hide$os" #vers "$" #sym); const char elsewhere_ ##n = 0
60 #define SYMBOL_ELSEWHERE_IN_2(sym, vers, n) \
61 SYMBOL_ELSEWHERE_IN_3(sym, vers, n)
62 #define SYMBOL_ELSEWHERE_IN(sym, vers) \
63 SYMBOL_ELSEWHERE_IN_2(sym, vers, __COUNTER__)
66 # define NSOBJECT_ELSEWHERE_IN(vers) \
67 SYMBOL_ELSEWHERE_IN(_OBJC_CLASS_$_NSObject, vers); \
68 SYMBOL_ELSEWHERE_IN(_OBJC_METACLASS_$_NSObject, vers); \
69 SYMBOL_ELSEWHERE_IN(_OBJC_IVAR_$_NSObject.isa, vers)
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/kadm5/
H A Dprivate.h174 uint32_t vers; member in struct:_kadm5_xdr_call_header
/macosx-10.9.5/dtrace-118.1/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.9.5/libclosure-63/objectTests/
H A Dtest.pl301 my $vers;
304 ($vers) = ($line =~ /^ProductVersion:\s+(.*)/) if !$vers;
317 return $name . $vers . $internal;
861 my ($vers) = ($C{SDK} =~ /^iphoneos([0-9]+\.[0-9+])/);
862 $cflags .= " -miphoneos-version-min=$vers";
865 my ($vers) = ($C{SDK} =~ /^iphonesimulator([0-9]+\.[0-9+])/);
866 $vers = int($vers * 10000); # 4.2 => 42000
867 $cflags .= " -D__IPHONE_OS_VERSION_MIN_REQUIRED=$vers";
[all...]
/macosx-10.9.5/man-16/man/src/
H A DMakefile.in75 vers=`sed -e s/man-// ../version`; \
76 echo "static char version[] = \"$$vers\";" > version.h
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Dmptcp.d60 uint32_t vers;
99 vers = T->mpt_version;
/macosx-10.9.5/curl-78.94.1/curl/
H A Dmissing80 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
/macosx-10.9.5/llvmCore-3425.0.33/autoconf/
H A Dmissing93 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
/macosx-10.9.5/tcl-102/tcl_ext/thread/thread/tcl/phttpd/
H A Dphttpd.tcl60 -vers 1.0
480 $Httpd(-vers) \
H A Duhttpd.tcl48 -vers 1.0
286 $Httpd(-vers) \
/macosx-10.9.5/uucp-11/uucp/
H A Dmissing80 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)

Completed in 417 milliseconds

1234567891011>>