Searched refs:ProductVersion (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | os_version_check.c | 213 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 D | pcap-dll.rc | 29 VALUE "ProductVersion", PACKAGE_VERSION
|
/freebsd/contrib/libpcap/rpcapd/ |
H A D | rpcapd.rc | 32 VALUE "ProductVersion", PACKAGE_VERSION
|
/freebsd/sys/contrib/libsodium/builds/msvc/ |
H A D | resource.rc | 53 VALUE "ProductVersion", LIBSODIUM_VERSION_STRING
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | libomp.rc.var | 46 VALUE "ProductVersion", "@LIBOMP_VERSION_MAJOR@.@LIBOMP_VERSION_MINOR@\0"
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.rc | 75 VALUE "ProductVersion", SQLITE_VERSION
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZAsmPrinter.cpp | 1099 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()
|