Searched refs:vers (Results 1 - 25 of 387) sorted by path

1234567891011>>

/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/ControlDriver/Classes/
H A DAppleUSBCDCACMControl.cpp585 UInt16 vers; local
615 vers = USBToHostWord(*hdrVers);
616 if (vers > kUSBRel11)
618 XTRACE(this, vers, kUSBRel11, "getFunctionalDescriptors - Header descriptor version number is incorrect");
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCDMM/Classes/
H A DAppleUSBCDCDMM.cpp985 UInt16 vers; local
1008 vers = USBToHostWord(*hdrVers);
1009 if (vers > kUSBRel11)
1011 XTRACE(this, vers, kUSBRel11, "getFunctionalDescriptors - Header descriptor version number is incorrect");
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCWCM/Classes/
H A DAppleUSBCDCWCM.cpp294 UInt16 vers; local
316 vers = USBToHostWord(*chkVers);
317 if (vers > kUSBRel11)
319 XTRACE(this, vers, kUSBRel11, "getFunctionalDescriptors - Header descriptor version number is incorrect");
345 vers = USBToHostWord(*chkVers);
346 if (vers > kUSBRel10)
348 XTRACE(this, vers, kUSBRel10, "getFunctionalDescriptors - WHCM descriptor version number is incorrect");
/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/dist/
H A Dconfigure1275 -version | --version | --versio | --versi | --vers | -V)
[all...]
/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/BerkeleyDB-21/db/mod_db4/
H A Dconfigure546 -version | --version | --versio | --versi | --vers | -V)
2572 --version | --vers* | -V )
/macosx-10.10/BerkeleyDB-21/db/qam/
H A Dqam_open.c174 u_int32_t vers; local
184 vers = qmeta->dbmeta.version;
186 M_32_SWAP(vers);
187 switch (vers) {
192 name, (u_long)vers);
199 "%s: unsupported qam version: %lu", name, (u_long)vers);
/macosx-10.10/BerkeleyDB-21/db/test/
H A Drep065.tcl65 set vers [lindex $mv 1]
85 set histdir $homedir/$vers/build_unix
88 puts " historical version $vers."
93 puts " $vers is missing some executables. Is it built?"
386 set vers {db-4.4.20 db-4.5.20 db-4.6.21}
387 set dbvlen [llength $vers]
389 # NOTE: The values in "vers_list" are indices into $vers above.
392 # When you add a new version to $vers, you must
413 set v [lindex $vers $vindex]
H A Dupgrade.tcl576 set vers [berkdb version]
577 set maj [lindex $vers 0]
578 set min [lindex $vers 1]
/macosx-10.10/CPAN-56/
H A DGNUmakefile67 TESTOK := -f $(shell echo $(foreach vers,$(VERSIONS),$(OBJROOT)/$(vers)/.ok) | sed 's/ / -a -f /g')
79 for vers in $(VERSIONS); do \
80 mkdir -p "$(SYMROOT)/$$vers" && \
81 mkdir -p "$(OBJROOT)/$$vers/DSTROOT" || exit 1; \
82 (echo "######## Building $$vers:" `date` '########' > "$(SYMROOT)/$$vers/LOG" 2>&1 && \
83 VERSIONER_PERL_VERSION=$$vers \
88 VERS=$$vers \
89 OBJROOT="$(OBJROOT)/$$vers" \
[all...]
H A DgenNewOSS.pl132 my $vers = pop(@parts);
133 (join('-', @parts), $vers)
174 my($dist, $name, $vers, $url);
197 ($name, $vers) = nameVers($dist->base_id);
199 next unless $vers eq $v;
200 print " Found $name-$vers\n";
206 ($name, $vers) = nameVers($dist->base_id);
208 next unless $vers eq $v;
209 print " Found $name-$vers\n";
252 VERSION = $vers
[all...]
H A DgenOSS.pl685 my $vers = pop(@parts);
686 (join('-', @parts), $vers)
693 my($dist, $name, $vers, $url);
709 ($name, $vers) = nameVers($dist->base_id);
711 print " Found $name-$vers\n";
717 ($name, $vers) = nameVers($dist->base_id);
719 print " Found $name-$vers\n";
H A DgetCPAN.pl29 my $vers = pop(@parts);
30 (join('-', @parts), $vers)
47 my($dist, $found, $foundvers, $name, $vers, %projects);
59 ($name, $vers) = nameVers($dist->base_id);
62 unless($vers gt $foundvers) {
63 print " Previous $name-$foundvers preferred over $name-$vers\n";
66 print " Preferring $name-$vers over previous $name-$foundvers\n";
68 print " Found $name-$vers\n";
71 $foundvers = $vers;
75 ($name, $vers)
[all...]
H A DupdateCPAN.pl55 my $vers = pop(@parts);
56 (join('-', @parts), $vers)
60 my($pl, $vers, $url, $date) = @_;
62 OpenSourceVersion => $vers,
91 my($dist, $found, $foundvers, $name, $vers, %projectsCurrent, %projectsPrevious);
98 ($name, $vers) = nameVers($_);
100 die "***Multiple entries for $name $v and $vers (possibly others)\n" if defined($v) && $v ne $vers;
101 $projectsCurrent{$name} = $vers;
135 ($name, $vers)
[all...]
/macosx-10.10/Chess-310.6/sjeng/
H A Dconfigure579 -version | --version | --versio | --versi | --vers | -V)
4349 --version | --vers* | -V )
H A Dmissing51 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
/macosx-10.10/Heimdal-398.1.2/
H A Dconfigure1450 -version | --version | --versio | --versi | --vers | -V)
22182 LIB_roken="\$(top_builddir)/lib/vers/libvers.la $LIB_roken"
27055 ac_config_files="$ac_config_files Makefile etc/Makefile include/Makefile include/gssapi/Makefile include/hcrypto/Makefile include/kadm5/Makefile lib/Makefile lib/auth/Makefile lib/auth/afskauthlib/Makefile lib/auth/pam/Makefile lib/auth/sia/Makefile lib/asn1/Makefile lib/com_err/Makefile lib/hcrypto/Makefile lib/editline/Makefile lib/hx509/Makefile lib/gssapi/Makefile lib/ntlm/Makefile lib/hdb/Makefile lib/ipc/Makefile lib/kadm5/Makefile lib/kafs/Makefile lib/kdfs/Makefile lib/krb5/Makefile lib/otp/Makefile lib/roken/Makefile lib/sl/Makefile lib/sqlite/Makefile lib/vers/Makefile lib/wind/Makefile po/Makefile kuser/Makefile kpasswd/Makefile kadmin/Makefile admin/Makefile kcm/Makefile kdc/Makefile appl/Makefile appl/afsutil/Makefile appl/ftp/Makefile appl/ftp/common/Makefile appl/ftp/ftp/Makefile appl/ftp/ftpd/Makefile appl/gssmask/Makefile appl/kx/Makefile appl/login/Makefile appl/otp/Makefile appl/popper/Makefile appl/push/Makefile appl/rsh/Makefile appl/rcp/Makefile appl/su/Makefile appl/xnlock/Makefile appl/telnet/Makefile appl/telnet/libtelnet/Makefile appl/telnet/telnet/Makefile appl/telnet/telnetd/Makefile appl/test/Makefile appl/kf/Makefile appl/dceutils/Makefile tests/Makefile tests/bin/Makefile tests/can/Makefile tests/db/Makefile tests/kdc/Makefile tests/ldap/Makefile tests/gss/Makefile tests/java/Makefile tests/plugin/Makefile packages/Makefile packages/mac/Makefile doc/Makefile tools/Makefile"
27839 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
28208 "lib/vers/Makefile") CONFIG_FILES="$CONFIG_FILES lib/vers/Makefile" ;;
/macosx-10.10/Heimdal-398.1.2/kadmin/
H A Drpc.c1248 CHECK(krb5_ret_uint32(msg, &chdr.vers));
1256 EXPECT(chdr.vers, VVERSION);
/macosx-10.10/Heimdal-398.1.2/lib/
H A DNTMakefile43 SUBDIRS = vers com_err sl wind asn1 sqlite \
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/
H A Dcommon.c57 static CSSM_VERSION vers = {2, 0 }; variable
85 ret = CSSM_Init(&vers, CSSM_PRIVILEGE_SCOPE_NONE,
95 ret = CSSM_ModuleAttach(&gGuidAppleCSP, &vers, &cssm_memory_funcs,
/macosx-10.10/Heimdal-398.1.2/lib/kadm5/
H A Dipropd_master.c860 uint32_t vers; local
914 if(recvfrom(signal_fd, (void *)&vers, sizeof(vers), 0,
H A Dipropd_slave.c187 int32_t vers, vers2; local
197 if(krb5_ret_int32 (sp, &vers) != 0)
203 if ((uint32_t)vers <= server_context->log_context.version)
205 } while((uint32_t)vers <= server_context->log_context.version);
240 if(krb5_ret_int32 (sp, &vers) != 0)
243 if (ret) krb5_errx(context, 1, "entry %ld: too short", (long)vers);
245 if (ret) krb5_errx(context, 1, "entry %ld: too short", (long)vers);
248 if (ret) krb5_errx(context, 1, "entry %ld: too short", (long)vers);
252 (long)vers, (long)len);
255 krb5_warnx (context, "replaying entry %d", (int)vers);
[all...]
H A Dmit.c75 uint32_t vers; member in struct:call_header
H A Dprivate.h174 uint32_t vers; member in struct:_kadm5_xdr_call_header

Completed in 371 milliseconds

1234567891011>>