Home
last modified time | relevance | path

Searched refs:ProductVersion (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dos_version_check.c213 CFStringRef ProductVersion = (*CFStringCreateWithCStringNoCopyFunc)( in _initializeAvailabilityCheck() local
215 if (!ProductVersion) in _initializeAvailabilityCheck()
217 CFTypeRef OpaqueValue = (*CFDictionaryGetValueFunc)(PListRef, ProductVersion); in _initializeAvailabilityCheck()
218 (*CFReleaseFunc)(ProductVersion); in _initializeAvailabilityCheck()
/freebsd/contrib/libpcap/
H A Dpcap-dll.rc29 VALUE "ProductVersion", PACKAGE_VERSION
/freebsd/contrib/libpcap/rpcapd/
H A Drpcapd.rc32 VALUE "ProductVersion", PACKAGE_VERSION
/freebsd/sys/contrib/libsodium/builds/msvc/
H A Dresource.rc53 VALUE "ProductVersion", LIBSODIUM_VERSION_STRING
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dlibomp.rc.var46 VALUE "ProductVersion", "@LIBOMP_VERSION_MAJOR@.@LIBOMP_VERSION_MINOR@\0"
/freebsd/contrib/sqlite3/
H A Dsqlite3.rc75 VALUE "ProductVersion", SQLITE_VERSION
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp1099 uint32_t ProductVersion = getProductVersion(M); in emitIDRLSection() local
1107 ProductID.substr(0, 10).c_str(), ProductVersion, ProductRelease, in emitIDRLSection()
1447 uint32_t ProductVersion = getProductVersion(M), in emitPPA2() local
1453 ostr << formatv("{0,0-2:d}{1,0-2:d}{2,0-2:d}", ProductVersion, ProductRelease, in emitPPA2()