| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/build/ |
| H A D | mac_sdk.gni | 18 mac_sdk_path = "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk" 20 # iOS SDKs aren't available in the commandline tools SDK. 23 … = "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk" 24 …/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk" 25 …Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk"
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
| H A D | ctime | 56 // Apple SDKs don't define ::timespec_get unconditionally in C++ mode. This 57 // should be fixed in future SDKs, but for the time being we need to avoid 61 // This is also meant to be a very temporary workaround until the SDKs are fixed.
|
| /netbsd-src/external/bsd/elftosb/dist/elftosb.xcodeproj/ |
| H A D | creed.pbxuser | 2336 path = "/Developer/SDKs/MacOSX10.5.sdk/usr/include/c++/4.0.0/bits/ios_base.h"; 2353 path = "/Developer/SDKs/MacOSX10.5.sdk/usr/include/c++/4.0.0/streambuf"; 2480 path = "/Developer/SDKs/MacOSX10.4u.sdk/usr/include/c++/4.0.0/backward/backward_warning.h"; 2497 path = /Developer/SDKs/MacOSX10.5.sdk/usr/include/FlexLexer.h; 2579 path = /Developer/SDKs/MacOSX10.4u.sdk/usr/include/string.h; 3007 path = "/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/gcc/i686-apple-darwin8/4.0.1/include/stdarg.h"; 3014 path = /Developer/SDKs/MacOSX10.4u.sdk/usr/include/stdio.h; 3049 …path = /Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks/CoreServices.framework/Versions/A… 3066 path = /Developer/SDKs/MacOSX10.4u.sdk/usr/include/TargetConditionals.h; 3083 …path = /Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks/CoreServices.framework/Versions/A… [all …]
|
| /netbsd-src/sys/external/bsd/compiler_rt/ |
| H A D | prepare-import.sh | 12 rm -rf SDKs android cmake make third_party unittests www
|
| /netbsd-src/external/bsd/unbound/dist/winrc/ |
| H A D | gen_msg.mc | 5 ; "/c/Program Files/Microsoft SDKs/Windows/v6.1/Bin/mc" -c gen_msg.mc
|
| /netbsd-src/external/apache2/llvm/dist/clang/utils/perf-training/ |
| H A D | lit.cfg | 9 # On Darwin, support relocatable SDKs by providing Clang with a
|
| H A D | order-files.lit.cfg | 10 # On Darwin, support relocatable SDKs by providing Clang with a
|
| /netbsd-src/external/bsd/libpcap/dist/cmake/Modules/ |
| H A D | FindAirPcap.cmake | 31 # For the WinPcap and Npcap SDKs, the Lib subdirectory of the top-level
|
| H A D | FindPacket.cmake | 53 # For the WinPcap and Npcap SDKs, the Lib subdirectory of the top-level
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/utils/ci/ |
| H A D | apple-install-libcxx.sh | 35 You can get a list of SDKs with \`xcodebuild -showsdks\`.
|
| /netbsd-src/external/mit/isl/dist/m4/ |
| H A D | ax_detect_clang.m4 | 40 # then see if setting sysroot to `xcode-select -p`/SDKs/MacOSX.sdk helps. 56 sysroot=`$XCODE_SELECT -p`/SDKs/MacOSX.sdk
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/ |
| H A D | wasm2yaml.cpp | 167 for (auto &E : Info.SDKs) { in dumpCustomSection() 171 ProducersSec->SDKs.push_back(Producer); in dumpCustomSection()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
| H A D | Wasm.h | 50 std::vector<std::pair<std::string, std::string>> SDKs; member
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
| H A D | WasmEmitter.cpp | 305 int(!Section.SDKs.empty()); in writeSectionContent() 311 std::make_pair(StringRef("sdk"), &Section.SDKs)}) { in writeSectionContent()
|
| H A D | WasmYAML.cpp | 83 IO.mapOptional("SDKs", Section.SDKs); in sectionMapping()
|
| /netbsd-src/external/bsd/unbound/dist/ |
| H A D | README-Travis.md | 225 …sh` script specifies the tools to use during the cross-compile. For Apple SDKs, the tool names are… 244 `IOS_PREFIX` is the value `$HOME/$IOS_SDK-$IOS_CPU`. The scheme handles both iOS SDKs and cpu archi…
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/ |
| H A D | WasmYAML.h | 255 std::vector<ProducerEntry> SDKs; member
|
| /netbsd-src/external/mit/libuv/dist/ |
| H A D | README.md | 169 Windows SDKs (10 or 8.1).
|
| /netbsd-src/external/ibm-public/postfix/dist/proto/ |
| H A D | stop | 480 SDKs
|
| /netbsd-src/external/bsd/tcpdump/dist/cmake/Modules/ |
| H A D | FindPCAP.cmake | 35 # For the WinPcap and Npcap SDKs, the Lib subdirectory of the top-level
|
| /netbsd-src/sys/external/isc/libsodium/dist/ |
| H A D | ChangeLog | 19 - Android: support new SDKs where unified headers have become the
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
| H A D | WasmObjectFile.cpp | 791 ProducerVec = &ProducerInfo.SDKs; in parseProducersSection()
|
| /netbsd-src/external/public-domain/sqlite/dist/tea/tclconfig/ |
| H A D | tcl.m4 | 107 …`ls -d /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.… 108 …`ls -d /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.… 109 …`ls -d /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.…
|
| /netbsd-src/external/gpl3/gcc.old/dist/fixincludes/ |
| H A D | inclhack.def | 198 * SDKs for 10.13 and 10.14 omit the definitions for API_AVAILABLE where 1398 * 10.5 and 10.6 SDKs, we expect to use them in G++ without specifying a value
|
| /netbsd-src/external/gpl3/gcc/dist/fixincludes/ |
| H A D | inclhack.def | 198 * SDKs for 10.13 and 10.14 omit the definitions for API_AVAILABLE where 1438 * 10.5 and 10.6 SDKs, we expect to use them in G++ without specifying a value
|