| /netbsd-src/external/gpl3/binutils.old/dist/ |
| H A D | src-release.sh | 57 tool=$1 58 if grep 'AC_INIT.*BFD_VERSION' $tool/configure.ac >/dev/null 2>&1; then 60 elif test -f $tool/common/create-version.sh; then 61 $tool/common/create-version.sh $tool 'dummy-host' 'dummy-target' VER.tmp 64 elif test $tool = "gdb"; then 65 ./gdbsupport/create-version.sh $tool 'dummy-host' 'dummy-target' VER.tmp 68 elif test -f $tool/version.in; then 69 head -n 1 $tool/version.in 80 tool=$3 97 case " $tool $support_files " in [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/ |
| H A D | src-release.sh | 59 tool=$1 60 if grep 'AC_INIT.*BFD_VERSION' $tool/configure.ac >/dev/null 2>&1; then 62 elif test -f $tool/common/create-version.sh; then 63 $tool/common/create-version.sh $tool 'dummy-host' 'dummy-target' VER.tmp 66 elif test $tool = "gdb"; then 67 ./gdbsupport/create-version.sh $tool 'dummy-host' 'dummy-target' VER.tmp 70 elif test -f $tool/version.in; then 71 head -n 1 $tool/version.in 82 tool=$3 99 case " $tool $support_files " in [all …]
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
| H A D | slapcommon.c | 65 usage( int tool, const char *progname ) in usage() argument 72 switch( tool ) { in usage() 122 parse_slapopt( int tool, int *mode ) in parse_slapopt() argument 207 switch ( tool ) { in parse_slapopt() 225 switch ( tool ) { in parse_slapopt() 244 switch ( tool ) { in parse_slapopt() 284 int tool, in slap_tool_init() argument 325 switch( tool ) { in slap_tool_init() 370 fprintf( stderr, "%s: unknown tool mode (%d)\n", progname, tool ); in slap_tool_init() 393 usage( tool, progname ); in slap_tool_init() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/ |
| H A D | dg-extract-results.py | 237 def parse_run (self, filename, file, tool, variation, num_variations): argument 256 end = '\t\t=== ' + tool.name + ' Summary ===\n' 258 end = ('\t\t=== ' + tool.name + ' Summary for ' 373 tool = self.get_tool ('acats') 374 variation = tool.get_variation ('none') 375 self.parse_run (filename, file, tool, variation, 1) 404 tool = None 421 if not tool: 425 self.parse_run (filename, file, tool, 426 tool.get_variation (name), [all …]
|
| H A D | compare_tests | 37 tool=gxx 40 tmp1=$TMPDIR/$tool-testing.$$a 41 tmp2=$TMPDIR/$tool-testing.$$b 42 now_s=$TMPDIR/$tool-testing.$$d 43 before_s=$TMPDIR/$tool-testing.$$e 44 lst1=$TMPDIR/$tool-lst1.$$ 45 lst2=$TMPDIR/$tool-lst2.$$ 46 lst3=$TMPDIR/$tool-lst3.$$ 47 lst4=$TMPDIR/$tool-lst4.$$ 48 lst5=$TMPDIR/$tool-lst5.$$ [all …]
|
| H A D | dg-extract-results.sh | 42 Usage: $PROGNAME [-t tool] [-l variant-list] [-L] sum-file ... 44 tool The tool (e.g. g++, libffi) for which to create a 46 specified sum files must be for the same tool. 49 variants in the files for <tool>. 401 tool="$TOOL" 423 printf ("\t\t=== %s Summary for %s ===\n\n", tool, variant) 453 tool="$TOOL" 467 printf ("\n\t\t=== %s Summary ===\n\n", tool)
|
| /netbsd-src/external/gpl3/gdb.old/dist/contrib/ |
| H A D | dg-extract-results.py | 239 def parse_run (self, filename, file, tool, variation, num_variations): argument 258 end = '\t\t=== ' + tool.name + ' Summary ===\n' 260 end = ('\t\t=== ' + tool.name + ' Summary for ' 375 tool = self.get_tool ('acats') 376 variation = tool.get_variation ('none') 377 self.parse_run (filename, file, tool, variation, 1) 406 tool = None 423 if not tool: 427 self.parse_run (filename, file, tool, 428 tool.get_variation (name), [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/ |
| H A D | dg-extract-results.py | 239 def parse_run (self, filename, file, tool, variation, num_variations): argument 258 end = '\t\t=== ' + tool.name + ' Summary ===\n' 260 end = ('\t\t=== ' + tool.name + ' Summary for ' 375 tool = self.get_tool ('acats') 376 variation = tool.get_variation ('none') 377 self.parse_run (filename, file, tool, variation, 1) 406 tool = None 423 if not tool: 427 self.parse_run (filename, file, tool, 428 tool.get_variation (name), [all …]
|
| H A D | compare_tests | 37 tool=gxx 40 tmp1=$TMPDIR/$tool-testing.$$a 41 tmp2=$TMPDIR/$tool-testing.$$b 42 now_s=$TMPDIR/$tool-testing.$$d 43 before_s=$TMPDIR/$tool-testing.$$e 44 lst1=$TMPDIR/$tool-lst1.$$ 45 lst2=$TMPDIR/$tool-lst2.$$ 46 lst3=$TMPDIR/$tool-lst3.$$ 47 lst4=$TMPDIR/$tool-lst4.$$ 48 lst5=$TMPDIR/$tool-lst5.$$ [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | gcov-tool.texi | 28 @setfilename gcov-tool 29 @settitle offline gcda profile processing tool 32 @node Gcov-tool 33 @chapter @command{gcov-tool}---an Offline Gcda Profile Processing Tool 35 @command{gcov-tool} is a tool you can use in conjunction with GCC to 39 * Gcov-tool Intro:: Introduction to gcov-tool. 40 * Invoking Gcov-tool:: How to use gcov-tool. 43 @node Gcov-tool Intro 44 @section Introduction to @command{gcov-tool} 47 @command{gcov-tool} is an offline tool to process gcc's gcda profile files. [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | gcov-tool.texi | 28 @setfilename gcov-tool 29 @settitle offline gcda profile processing tool 32 @node Gcov-tool 33 @chapter @command{gcov-tool}---an Offline Gcda Profile Processing Tool 35 @command{gcov-tool} is a tool you can use in conjunction with GCC to 39 * Gcov-tool Intro:: Introduction to gcov-tool. 40 * Invoking Gcov-tool:: How to use gcov-tool. 43 @node Gcov-tool Intro 44 @section Introduction to @command{gcov-tool} 47 @command{gcov-tool} is an offline tool to process gcc's gcda profile files. [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/diag-build/ |
| H A D | diag-build.sh | 69 tool=$1 72 if [[ -z "$tool" ]]; then 75 elif [[ "$tool" == "xcodebuild" ]]; then 78 elif [[ "$tool" == "make" ]]; then 82 echo "Warning: unknown build system '$tool'" 1>&2 97 eval $tool $dry_run $set_compiler $@ 2>/dev/null | 109 if [[ "$tool" != "xcodebuild" ]]; then
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/build/toolchain/ |
| H A D | BUILD.gn | 38 tool("cc") { 46 tool("cxx") { 54 tool("asm") { 62 tool("alink") { 94 tool("solink") { 110 tool("solink_module") { 125 tool("link") { 143 tool("copy") { 149 tool("copy_bundle_data") { 157 tool("compile_xcassets") { [all …]
|
| /netbsd-src/external/gpl3/autoconf/dist/tests/ |
| H A D | semantics.at | 484 # an executable `tool'. `6' contains a `better' tool. 488 cat >path/tool <<\EOF 492 chmod +x path/tool 497 cp path/tool path/$i 499 cp path/tool path/6/better]) 517 AC_CHECK_PROG(TOOL1, tool, found, not-found, $path) 521 AC_CHECK_PROG(TOOL2, tool,, not-found, $path) 524 AC_CHECK_PROG(TOOL3, tool, tool, not-found, $path, $pwd/path/1/tool) 525 test "$TOOL3" = "$pwd/path/2/tool" || fail=: 527 AC_CHECK_PROG(TOOL4, better, better, not-found, $path, $pwd/path/1/tool) [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | LibTooling.rst | 6 This document will provide a basic walkthrough of how to write a tool using 40 Writing a standalone tool 44 possibly break, it's time to create a standalone tool. For a standalone tool 69 static llvm::cl::OptionCategory MyToolCategory("my-tool options"); 89 // A clang tool can run over a number of sources in the same process... 95 // the tool constructor. 104 Putting it together --- the first tool 107 Now we combine the two previous steps into our first real tool. A more advanced 108 version of this example tool is also checked into the clang tree at 125 static cl::OptionCategory MyToolCategory("my-tool options"); [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang-tools-extra/test/ |
| H A D | BUILD.gn | 62 "//clang-tools-extra/clang-apply-replacements/tool:clang-apply-replacements", 63 "//clang-tools-extra/clang-change-namespace/tool:clang-change-namespace", 64 "//clang-tools-extra/clang-doc/tool:clang-doc", 65 "//clang-tools-extra/clang-include-fixer/find-all-symbols/tool:find-all-symbols", 66 "//clang-tools-extra/clang-include-fixer/tool:clang-include-fixer", 67 "//clang-tools-extra/clang-move/tool:clang-move", 68 "//clang-tools-extra/clang-query/tool:clang-query", 69 "//clang-tools-extra/clang-reorder-fields/tool:clang-reorder-fields", 70 "//clang-tools-extra/clang-tidy/tool:clang-tidy",
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/ |
| H A D | bugpoint.rst | 1 bugpoint - automatic test case reduction tool 50 **--tool-args** *tool args* 52 Pass all arguments specified after **--tool-args** to the LLVM tool under test 58 bugpoint [bugpoint args] --tool-args -- [tool args] 60 The "``--``" right after the **--tool-args** option tells **bugpoint** to 61 consider any options starting with "``-``" to be part of the **--tool-args** 64 **--safe-tool-args** *tool args* 66 Pass all arguments specified after **--safe-tool-args** to the "safe" execution 67 tool. 69 **--gcc-tool-args** *gcc tool args* [all …]
|
| H A D | llvm-install-name-tool.rst | 1 llvm-install-name-tool - LLVM tool for manipulating install-names and rpaths 4 .. program:: llvm-install-name-tool 9 :program:`llvm-install-name-tool` [*options*] *input* 14 :program:`llvm-install-name-tool` is a tool to manipulate dynamic shared library 68 Display the version of the :program:`llvm-install-name-tool` executable. 73 :program:`llvm-install-name-tool` exits with a non-zero exit code if there is an error.
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/header-tools/ |
| H A D | README | 5 - Each tool accepts -h to show it's usage. Usually no parameters will also 11 ie.: tool -lfilename.h target.h 17 ie.: tool c/c-decl.cc lto/lto.cc 20 ie. tool ssa.h rtl.h -a is equivalent to 21 tool ssa.h -a rtl.h 29 This will reorder any primary backend headers files known to the tool into a 34 This tool must be run in the core gcc source directory. 48 if any header files are included within a conditional code block, the tool 68 This tool must be run in the core gcc source directory. 113 This tool will search all the .c,.cc and .h files and output a list of files [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/header-tools/ |
| H A D | README | 5 - Each tool accepts -h to show it's usage. Usually no parameters will also 11 ie.: tool -lfilename.h target.h 17 ie.: tool c/c-decl.c lto/lto.c 20 ie. tool ssa.h rtl.h -a is equivalent to 21 tool ssa.h -a rtl.h 29 This will reorder any primary backend headers files known to the tool into a 34 This tool must be run in the core gcc source directory. 48 if any header files are included within a conditional code block, the tool 68 This tool must be run in the core gcc source directory. 113 This tool will search all the .c,.cc and .h files and output a list of files [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | CFIVerify.rst | 11 This document provides an overview of an external tool to verify the protection 13 (``-fsanitize=cfi``). This tool, provided a binary or DSO, should infer whether 17 This tool should also be added as part of Clang's continuous integration testing 24 This tool will be present as a part of the LLVM toolchain, and will reside in 38 This tool will continuously validate that CFI directives are properly 49 It may be possible in the future to extend this tool to flag unnecessary CFI 57 This tool will disassemble binaries and DSO's from their machine code format and 58 analyse the disassembled machine code. The tool will inspect virtual calls and 59 indirect function calls. This tool will also inspect indirect jumps, as inlined 64 The tool would operate by searching for indirect control flow instructions in [all …]
|
| /netbsd-src/external/bsd/openldap/dist/libraries/liblmdb/ |
| H A D | tooltag | 4 <title>mdb_copy - environment copy tool</title> 9 <title>mdb_dump - environment export tool</title> 14 <title>mdb_load - environment import tool</title> 19 <title>mdb_stat - environment status tool</title>
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/ |
| H A D | OptimizerDriver.cpp | 166 std::string tool = OptCmd; in runPasses() local 170 tool = *Path; in runPasses() 174 if (tool.empty()) { in runPasses() 178 if (!sys::fs::exists(tool)) { in runPasses() 179 errs() << "Specified `opt' binary does not exist: " << tool << "\n"; in runPasses() 190 Prog = tool; in runPasses() 202 Args.push_back(tool); in runPasses() 204 Args.push_back(tool); in runPasses()
|
| /netbsd-src/external/public-domain/xz/dist/doc/ |
| H A D | history.txt | 23 First versions of the modified pkgtools used the LZMA_Alone tool from 34 used the LZMA_Alone tool from LZMA SDK to do all the real work. zgrep, 39 10 KiB) decoder-only command-line tool. It was written on top of the 51 LZMA Utils 4.32.0beta1 introduced a new lzma command-line tool written 53 decoder from C++ LZMA SDK with some little modifications. This tool 54 replaced both the lzmash script and the LZMA_Alone command-line tool 57 Introducing this new tool caused some temporary incompatibilities, 59 command-line tool, but they had a completely different command-line 68 The lzmadec command-line tool was converted to use liblzmadec. 72 features needed by the new command-line tool. [all …]
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
| H A D | NTMakefile | 166 $(BINDIR)\hxtool.exe: $(OBJ)\tool\hxtool.obj $(OBJ)\tool\hxtool-commands.obj $(LIBHEIMDAL) $(OBJ)\h… 202 ! if !exist($(OBJ)\tool) 203 $(MKDIR) $(OBJ)\tool 210 -$(RM) $(OBJ)\tool\*.* 212 {}.c{$(OBJ)\tool}.obj:: 213 $(C2OBJ_C) /Fd$(OBJ)\tool\ /Fo$(OBJ)\tool\ $(MPOPT) /UASN1_LIB $< 215 {$(OBJ)}.c{$(OBJ)\tool}.obj:: 216 $(C2OBJ_C) /Fd$(OBJ)\tool\ /Fo$(OBJ)\tool\ $(MPOPT) /UASN1_LIB $<
|