Searched refs:vers (Results 76 - 100 of 390) sorted by relevance

1234567891011>>

/macosx-10.9.5/CPAN-52/
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";
/macosx-10.9.5/CF-855.17/
H A DCFUtilities.c269 CFStringRef fullVersion, vers, versExtra, build; local
275 CFStringRef fullVersion, vers, versExtra, build;
287 vers = (CFStringRef)CFDictionaryGetValue((CFDictionaryRef)plist, _kCFSystemVersionProductVersionKey);
289 if (vers && versExtra) vers = CFStringCreateWithFormat(kCFAllocatorSystemDefault, NULL, CFSTR("%@ %@"), vers, versExtra);
291 fullVersion = CFStringCreateWithFormat(kCFAllocatorSystemDefault, NULL, fullVersionString, (vers ? vers : CFSTR("?")), build ? build : CFSTR("?"));
292 if (vers && versExtra) CFRelease(vers);
[all...]
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-nfs.c290 u_int32_t proc, vers, reply_stat; local
317 if (xid_map_find(rp, bp2, &proc, &vers) >= 0)
318 interp_reply(rp, proc, vers, length);
917 u_int32_t vers; /* program version (host order) */ member in struct:xid_map_entry
976 xmep->vers = EXTRACT_32BITS(&rp->rm_call.cb_vers);
982 * version in vers return, or returns -1 on failure
986 u_int32_t *vers)
1031 *vers = xmep->vers;
1535 interp_reply(const struct sunrpc_msg *rp, u_int32_t proc, u_int32_t vers, in argument
985 xid_map_find(const struct sunrpc_msg *rp, const u_char *bp, u_int32_t *proc, u_int32_t *vers) argument
[all...]
H A Dprint-decnet.c183 int src, dst, info, blksize, eco, ueco, hello, other, vers; local
198 vers = EXTRACT_LE_8BITS(cmp->cm_init.in_vers);
204 "src %sblksize %d vers %d eco %d ueco %d hello %d",
205 dnaddr_string(src), blksize, vers, eco, ueco,
254 vers = EXTRACT_LE_8BITS(cmp->cm_rhello.rh_vers);
266 "vers %d eco %d ueco %d src %s blksize %d pri %d hello %d",
267 vers, eco, ueco, dnaddr_string(src),
277 vers = EXTRACT_LE_8BITS(cmp->cm_ehello.eh_vers);
293 "vers %d eco %d ueco %d src %s blksize %d rtr %s hello %d data %o",
294 vers, ec
[all...]
/macosx-10.9.5/objc4-551.1/test/
H A Dtest.pl304 my $vers;
307 ($vers) = ($line =~ /^ProductVersion:\s+(.*)/) if !$vers;
320 return $name . $vers . $internal;
904 my ($vers) = ($C{SDK} =~ /^iphoneos([0-9]+\.[0-9+])/);
905 $cflags .= " -mios-version-min=$vers";
908 my ($vers) = ($C{SDK} =~ /^iphonesimulator([0-9]+\.[0-9+])/);
909 $cflags .= " -mios-simulator-version-min=$vers";
971 my ($vers) = ($C{SDK} =~ /^iphonesimulator([0-9]+\.[0-9+])/);
973 " CFFIXED_USER_HOME=$ENV{HOME}/Library/Application\\ Support/iPhone\\ Simulator/$vers"
[all...]
/macosx-10.9.5/tidy-15.12/tidy/src/
H A Dlexer.c74 uint vers; member in struct:_doctypes
112 uint vers = doc->lexer->versions; local
121 if ((xhtml && !(VERS_XHTML & W3C_Doctypes[i].vers)) ||
122 (html4 && !(VERS_FROM40 & W3C_Doctypes[i].vers)))
125 if (vers & W3C_Doctypes[i].vers &&
134 return W3C_Doctypes[j].vers;
139 static ctmbstr GetFPIFromVers(uint vers) argument
144 if (W3C_Doctypes[i].vers == vers)
150 GetSIFromVers(uint vers) argument
161 GetNameFromVers(uint vers) argument
185 ConstrainVersion(TidyDocImpl* doc, uint vers) argument
1442 uint vers; local
1474 HTMLVersionNameFromCode( uint vers, Bool ARG_UNUSED(isXhtml) ) argument
[all...]
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/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.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Doptions.c860 int vers = * (const int *) invalue; local
861 if (vers < LDAP_VERSION_MIN || vers > LDAP_VERSION_MAX) {
865 lo->ldo_version = vers;
/macosx-10.9.5/system_cmds-597.90.1/arch.tproj/
H A Darch.c423 CFStringRef vers = CFDictionaryGetValue(plist, CFSTR(kKeyPlistVersion)); local
424 if(!vers) {
427 } else if(CFGetTypeID(vers) != CFStringGetTypeID()) {
430 } else if(!CFEqual(vers, CFSTR("1.0"))) {
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/arch.tproj/
H A Darch.c423 CFStringRef vers = CFDictionaryGetValue(plist, CFSTR(kKeyPlistVersion)); local
424 if(!vers) {
427 } else if(CFGetTypeID(vers) != CFStringGetTypeID()) {
430 } else if(!CFEqual(vers, CFSTR("1.0"))) {
/macosx-10.9.5/Heimdal-323.92.1/
H A Dmissing97 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/build/
H A Dmissing106 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/ldapc++/
H A Dmissing93 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
/macosx-10.9.5/OpenPAM-20/openpam/
H A Dmissing93 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/misc/libffi/
H A Dmissing80 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
/macosx-10.9.5/SmartcardCCID-55005/ccid/ccid/
H A Dmissing96 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
/macosx-10.9.5/SmartcardCCID-55005/libusb/libusb/
H A Dmissing97 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/admin/
H A Dmissing97 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
/macosx-10.9.5/cxxfilt-11/cxxfilt/
H A Dmissing93 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
/macosx-10.9.5/file-46/file/
H A Dmissing96 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
/macosx-10.9.5/gnudiff-19/diffutils/config/
H A Dmissing80 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
/macosx-10.9.5/gnutar-452/gnutar/build-aux/
H A Dmissing96 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
/macosx-10.9.5/iodbc-42.5/iodbc/admin/
H A Dmissing93 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
/macosx-10.9.5/libarchive-29/libarchive/build/autoconf/
H A Dmissing96 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
/macosx-10.9.5/libiconv-41/libiconv/build-aux/
H A Dmissing92 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)

Completed in 260 milliseconds

1234567891011>>