/freebsd/contrib/llvm-project/ |
H A D | FREEBSD-Xlist | 101 clang/tools/CMakeLists.txt 102 clang/tools/amdgpu-arch/ 103 clang/tools/apinotes-test/ 104 clang/tools/arcmt-test/ 105 clang/tools/c-arcmt-test/ 106 clang/tools/c-index-test/ 107 clang/tools/clang-check/ 108 clang/tools/clang-diff/ 109 clang/tools/clang-extdef-mapping/ 110 clang/tools/clang-format/.clang-format [all …]
|
/freebsd/targets/pseudo/bootstrap-tools/ |
H A D | Makefile | 13 BTOOLSDIR?= ${HOST_OBJTOP}/tools 18 MAKESYSPATH=${SRCTOP}/tools/build/mk:${SRCTOP}/share/mk \ 69 bootstrap-tools: legacy 70 build-tools: bootstrap-tools 71 cross-tools: build-tools 73 cross-tools build-tools bootstrap-tools: .MAKE ${META_DEPS} 97 bootstrap-toolchain: .MAKE cross-tools
|
/freebsd/tests/sys/acl/ |
H A D | Makefile | 7 ${PACKAGE}FILES+= tools-crossfs.test 8 ${PACKAGE}FILES+= tools-nfs4.test 9 ${PACKAGE}FILES+= tools-nfs4-psarc.test 10 ${PACKAGE}FILES+= tools-nfs4-trivial.test 11 ${PACKAGE}FILES+= tools-posix.test
|
/freebsd/sys/modules/sound/sound/ |
H A D | Makefile | 22 feeder_eq_gen.h: ${SYSDIR}/tools/sound/feeder_eq_mkfilter.awk 23 ${AWK} -f ${SYSDIR}/tools/sound/feeder_eq_mkfilter.awk -- ${FEEDER_EQ_PRESETS} > ${.TARGET} 25 feeder_rate_gen.h: ${SYSDIR}/tools/sound/feeder_rate_mkfilter.awk 26 ${AWK} -f ${SYSDIR}/tools/sound/feeder_rate_mkfilter.awk -- ${FEEDER_RATE_PRESETS} > ${.TARGET} 28 snd_fxdiv_gen.h: ${SYSDIR}/tools/sound/snd_fxdiv_gen.awk 29 ${AWK} -f ${SYSDIR}/tools/sound/snd_fxdiv_gen.awk -- > ${.TARGET}
|
/freebsd/cddl/usr.bin/ctfdump/ |
H A D | Makefile | 1 .PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/common 2 .PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/dump 4 PACKAGE= ctf-tools 19 -I${OPENSOLARIS_USR_DISTDIR}/cmd/mdb/tools/common \ 22 -I${OPENSOLARIS_USR_DISTDIR}/tools/ctf/common \
|
/freebsd/tools/build/mk/ |
H A D | Makefile.boot | 48 CFLAGS+= -I${SRCTOP}/tools/build/cross-build/include/linux 59 CFLAGS+= -I${SRCTOP}/tools/build/cross-build/include/mac 75 CFLAGS+= -I${SRCTOP}/tools/build/cross-build/include/common 89 .error Do not include $${SRCTOP}/sys when building bootstrap tools. \ 90 Copy the header to $${WORLDTMP}/legacy in tools/build/Makefile instead. \ 96 .error Do not include $${SRCTOP}/include when building bootstrap tools. \ 97 Copy the header to $${WORLDTMP}/legacy in tools/build/Makefile instead. \
|
/freebsd/cddl/usr.bin/ctfmerge/ |
H A D | Makefile | 1 .PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/common 2 .PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/cvt 4 PACKAGE= ctf-tools 37 -I${OPENSOLARIS_USR_DISTDIR}/tools/ctf/common \ 38 -I${OPENSOLARIS_USR_DISTDIR}/tools/ctf/cvt \
|
/freebsd/cddl/usr.bin/ctfconvert/ |
H A D | Makefile | 3 .PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/common 4 .PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/cvt 6 PACKAGE= ctf-tools 37 -I${OPENSOLARIS_USR_DISTDIR}/tools/ctf/common \ 38 -I${OPENSOLARIS_USR_DISTDIR}/tools/ctf/cvt \
|
/freebsd/tools/tools/locale/ |
H A D | README | 6 cd /usr/src/tools/tools/locale 33 clean up tools or posix locale source files generated 42 make tools-test 43 Check if necessary tools are installed or not. 49 make build-tools
|
/freebsd/tools/tools/net80211/w00t/ |
H A D | README | 2 This is a collection of tools that use raw 802.11 packet injection. 3 None of the tools configure the interface, so be sure to run something 8 beforehand. The following tools are found here: 17 All these tools depend on: 19 libw00t Utility functions used by all tools. 21 Detailed explanation of tools. 44 [For the next set of tools, refer to http://tapir.cs.ucl.ac.uk/bittau-wep.pdf
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Linux.cpp | 33 using tools::addPathIfExists; 183 tools::mips::getMipsCPUAndABI(Args, Triple, CPUName, ABIName); in getOSLibDir() 192 if (tools::mips::hasMipsAbiArg(Args, "n32")) in getOSLibDir() 343 StringRef ABIName = tools::riscv::getRISCVABI(Args, Triple); in Linux() 374 Tool *Linux::buildLinker() const { return new tools::gnutools::Linker(*this); } in buildLinker() 377 return new tools::gnutools::StaticLibTool(*this); in buildStaticLibTool() 381 return new tools::gnutools::Assembler(*this); in buildAssembler() 481 tools::arm::getARMFloatABI(*this, Args) == tools::arm::FloatABI::Hard)) in getDynamicLinker() 512 tools::arm::getARMFloatABI(*this, Args) == tools::arm::FloatABI::Hard; in getDynamicLinker() 522 tools::loongarch::getLoongArchABI(getDriver(), Args, Triple) + ".so.1") in getDynamicLinker() [all …]
|
H A D | CommonArgs.cpp | 71 using namespace clang::driver::tools; 107 return !clang::driver::tools::areOptimizationsEnabled(Args); in useFramePointerForTargetByDefault() 113 return !clang::driver::tools::areOptimizationsEnabled(Args); in useFramePointerForTargetByDefault() 130 return !clang::driver::tools::areOptimizationsEnabled(Args); in useFramePointerForTargetByDefault() 139 return !clang::driver::tools::areOptimizationsEnabled(Args); in useFramePointerForTargetByDefault() 340 void tools::addPathIfExists(const Driver &D, const Twine &Path, in addPathIfExists() 346 void tools::handleTargetFeaturesGroup(const Driver &D, in handleTargetFeaturesGroup() 378 tools::unifyTargetFeatures(ArrayRef<StringRef> Features) { in unifyTargetFeatures() 390 void tools::addDirectoryList(const ArgList &Args, ArgStringList &CmdArgs, in addDirectoryList() 444 void tools::AddLinkerInputs(const ToolChain &TC, const InputInfoList &Inputs, in AddLinkerInputs() [all …]
|
/freebsd/sys/contrib/libsodium/builds/msvc/build/ |
H A D | buildbase.bat | 7 SET tools=Microsoft Visual Studio %version%.0\VC\vcvarsall.bat 8 IF %version% == 15 SET tools=Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat 9 SET environment="%programfiles(x86)%\%tools%" 10 IF NOT EXIST %environment% SET environment="%programfiles%\%tools%" 67 ECHO *** ERROR, build tools not found: %tools%
|
/freebsd/share/numericdef/ |
H A D | uk_UA.KOI8-U.src | 2 # tools in /usr/src/tools/tools/locale. The data is obtained from the
|
H A D | en_US.US-ASCII.src | 2 # tools in /usr/src/tools/tools/locale. The data is obtained from the
|
H A D | en_ZA.US-ASCII.src | 2 # tools in /usr/src/tools/tools/locale. The data is obtained from the
|
H A D | hi_IN.ISCII-DEV.src | 2 # tools in /usr/src/tools/tools/locale. The data is obtained from the
|
H A D | it_CH.ISO8859-15.src | 2 # tools in /usr/src/tools/tools/locale. The data is obtained from the
|
H A D | ru_RU.CP866.src | 2 # tools in /usr/src/tools/tools/locale. The data is obtained from the
|
H A D | tr_TR.ISO8859-9.src | 2 # tools in /usr/src/tools/tools/locale. The data is obtained from the
|
H A D | uk_UA.ISO8859-5.src | 2 # tools in /usr/src/tools/tools/locale. The data is obtained from the
|
H A D | zh_CN.GB2312.src | 2 # tools in /usr/src/tools/tools/locale. The data is obtained from the
|
H A D | zh_CN.GBK.src | 2 # tools in /usr/src/tools/tools/locale. The data is obtained from the
|
H A D | zh_CN.eucCN.src | 2 # tools in /usr/src/tools/tools/locale. The data is obtained from the
|
/freebsd/share/numericdef_unicode/ |
H A D | it_CH.UTF-8.src | 2 # tools in /usr/src/tools/tools/locale. The data is obtained from the
|