Searched refs:tool (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-13-stable/contrib/bearssl/conf/
H A DUnix.mk33 # File deletion tool.
36 # Directory creation tool.
44 # Static library building tool.
49 # DLL building tool.
H A DWin.mk34 # File deletion tool.
37 # Directory creation tool.
45 # Static library building tool.
50 # DLL building tool.
/freebsd-13-stable/contrib/libucl/utils/
H A DMakefile.am14 ucl_tool_SOURCES = ucl-tool.c
/freebsd-13-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DOptimizerDriver.cpp166 std::string tool = OptCmd; local
170 tool = *Path;
174 if (tool.empty()) {
178 if (!sys::fs::exists(tool)) {
179 errs() << "Specified `opt' binary does not exist: " << tool << "\n";
190 Prog = tool;
202 Args.push_back(tool);
204 Args.push_back(tool);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_libcdep.cpp95 for (auto &tool : tools_) {
97 if (tool.SymbolizePC(addr, res)) {
116 for (auto &tool : tools_) {
118 if (tool.SymbolizeData(addr, info)) {
132 for (auto &tool : tools_) {
134 if (tool.SymbolizeFrame(addr, info)) {
157 for (auto &tool : tools_) {
159 tool.Flush();
165 for (auto &tool : tools_) {
167 if (const char *demangled = tool
[all...]
H A Dsanitizer_symbolizer_posix_libcdep.cpp424 "binary or other known tool.\n", path);
457 } else if (SymbolizerTool *tool = InternalSymbolizer::get(allocator)) {
459 list->push_back(tool);
462 if (SymbolizerTool *tool = LibbacktraceSymbolizer::get(allocator)) {
464 list->push_back(tool);
468 if (SymbolizerTool *tool = ChooseExternalSymbolizer(allocator)) {
469 list->push_back(tool);
H A Dsanitizer_symbolizer.cpp130 for (auto &tool : tools_) {
131 tool.LateInitialize();
/freebsd-13-stable/contrib/libucl/
H A DMakefile.am52 --gcov-tool $(GCOV) \
72 -$(LCOV) --gcov-tool $(GCOV) --zerocounters --directory $(top_builddir)
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_program/
H A Dzfs_program_json.ksh96 # N.B. json.tool is needed to guarantee consistent ordering of fields,
97 # sed is needed to trim trailing space in CentOS 6's json.tool output
99 # As of Python 3.5 the behavior of json.tool changed to keep the order
103 if python -m json.tool --sort-keys <<< "{}"; then
104 JSON_TOOL_CMD="python -m json.tool --sort-keys"
106 JSON_TOOL_CMD="python -m json.tool"
/freebsd-13-stable/sys/contrib/openzfs/contrib/dracut/90zfs/
H A Dmodule-setup.sh.in8 # Verify the zfs tool chain
9 for tool in "@sbindir@/zgenhostid" "@sbindir@/zpool" "@sbindir@/zfs" "@mounthelperdir@/mount.zfs" ; do
10 test -x "$tool" || return 1
/freebsd-13-stable/usr.bin/man/
H A Dman.sh373 local IFS l nroff_dev pipeline preproc_arg tool
410 for tool in EQN NROFF PIC TBL TROFF REFER VGRIND; do
411 eval "$tool=\${${tool}_$l:-\$$tool}"
674 # Use the locale tool to give us proper locale information
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp317 IO &IO, MachO::build_tool_version &tool) {
318 IO.mapRequired("tool", tool.tool);
319 IO.mapRequired("version", tool.version);
316 mapping( IO &IO, MachO::build_tool_version &tool) argument
H A DMachOEmitter.cpp191 struct MachO::build_tool_version tool = T; local
193 MachO::swapStruct(tool);
194 OS.write(reinterpret_cast<const char *>(&tool),
/freebsd-13-stable/crypto/openssl/
H A DNOTES.PERL49 POLYCENTER install tool.
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h231 static void mapping(IO &IO, MachO::build_tool_version &tool);
/freebsd-13-stable/contrib/ncurses/
H A Ddist.mk160 # Ada95 subdir has been done. The reason is, that the gnathtml tool uses the
/freebsd-13-stable/share/mk/
H A Dlocal.meta.sys.mk212 # the tool will be built during the build. Building it assumes it is
H A Dmeta.autodep.mk226 # lockf is an example of a suitable tool
H A Dbsd.cpu.mk343 # it was a transition tool from FreeBSD 10 to 11 and is a bit of an odd duck.
/freebsd-13-stable/stand/
H A Ddefs.mk170 # when this test succeeds rather than require dd to be a bootstrap tool.
/freebsd-13-stable/contrib/bmake/mk/
H A Dmeta.autodep.mk225 # lockf is an example of a suitable tool
/freebsd-13-stable/sys/dev/mpr/
H A Dmpr_user.c747 uint8_t tool, function = 0; local
925 * the flag only for that tool if processing a Toolbox function.
932 tool = (uint8_t)hdr->FunctionDependent1;
933 if (tool != MPI2_TOOLBOX_DIAGNOSTIC_CLI_TOOL)
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h848 uint32_t tool; // enum for the tool member in struct:llvm::MachO::build_tool_version
849 uint32_t version; // version of the tool
859 uint32_t ntools; // number of tool entries following this
1317 sys::swapByteOrder(C.tool);
/freebsd-13-stable/contrib/subversion/
H A Dbuild.conf158 # The subversion repository administration tool
168 # The subversion repository dump filtering tool
177 # The subversion repository inspection tool
440 # The Subversion FSFS repository manipulation tool
1679 description = Benchmarking and diagnostics tool for the network layer
1687 description = Authz config file tool
1694 # svnauthz-validate is the compat mode of the new svnauthz tool. It is
/freebsd-13-stable/
H A DMakefile.inc1617 # the build to break on other systems that don't have that tool. For now we
1355 echo "Required tool $$prog not found in PATH ($$PATH)." >&2; \
2204 # bootstrap-tool.
2218 # detect when a bootstrap tool is being used without the required MK_FOO.
2219 # If you add a new bootstrap tool where we could also use the host version,
2220 # please ensure that you also add a .else case where you add the tool to the
2460 echo "Cannot find host tool '${_tool}'"; false; \
2469 # Try to bound the building of the bootstrap-tool to just the
2470 # FreeBSD versions that need the tool built at this stage of the build.

Completed in 398 milliseconds

12