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

123456789

/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbcopyright.py21 def copyright(tool, description):
22 # Search the tool source itself for the correct copyright years.
23 with open(tool, "r") as f:
51 ./{tool}
/netbsd-current/external/apache2/llvm/dist/clang/tools/diagtool/
H A Ddiagtool_main.cpp19 if (DiagTool *tool = diagTools->getTool(argv[1]))
20 return tool->run(argc - 2, &argv[2], llvm::outs());
H A DDiagTool.cpp35 void DiagTools::registerTool(DiagTool *tool) { argument
36 (*getTools(tools))[tool->getName()] = tool;
/netbsd-current/external/mpl/bind/dist/bin/tests/system/keyfromlabel/
H A Dprereq.sh16 if [ -n "${SOFTHSM2_MODULE}" ] && command -v pkcs11-tool >/dev/null && command -v softhsm2-util >/dev/null; then
20 echo_i "skip: softhsm2-util or pkcs11-tool not available"
H A Dclean.sh24 rm -f pkcs11-tool.out.*
/netbsd-current/external/apache2/llvm/dist/clang/tools/diag-build/
H A Ddiag-build.sh3 # diag-build: a tool showing enabled warnings in a project.
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-current/external/gpl3/binutils.old/dist/
H A Dsrc-release.sh54 # Get the version number of a given tool
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 -f $tool/gdbsupport/create-version.sh; then
65 $tool/gdbsupport/create-version.sh $tool 'dummy-host' 'dummy-target' VER.tmp
68 elif test -f $tool/versio
[all...]
/netbsd-current/external/gpl3/binutils/dist/
H A Dsrc-release.sh54 # Get the version number of a given tool
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/versio
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/
H A Dsrc-release.sh54 # Get the version number of a given tool
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/versio
[all...]
/netbsd-current/external/gpl3/gdb/dist/
H A Dsrc-release.sh55 # Get the version number of a given tool
58 tool=$1
59 if grep 'AC_INIT.*BFD_VERSION' $tool/configure.ac >/dev/null 2>&1; then
61 elif test -f $tool/common/create-version.sh; then
62 $tool/common/create-version.sh $tool 'dummy-host' 'dummy-target' VER.tmp
65 elif test $tool = "gdb"; then
66 ./gdbsupport/create-version.sh $tool 'dummy-host' 'dummy-target' VER.tmp
69 elif test -f $tool/version.in; then
70 head -n 1 $tool/versio
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/lib/
H A Dselftest-support.exp98 global GDB tool
126 set xgdb x$tool
128 set xgdb [standard_output_file x$tool]
H A Dada.exp116 # A helper function to find the appropriate version of a tool.
117 # TOOL is the tool's name, e.g., "gnatbind" or "gnatlink".
119 proc find_ada_tool {tool} {
120 set upper [string toupper $tool]
133 set result [lookfor_file $root $tool]
134 if { $result != "" && $tool == "gnatlink" } {
140 set result [transform $tool]
/netbsd-current/external/gpl3/gdb/dist/contrib/
H A Ddg-extract-results.py44 # The variations run for this tool, mapped by --target_board name.
155 + ''' [-t tool] [-l variant-list] [-L] log-or-sum-file ...
157 tool The tool (e.g. g++, libffi) for which to create a
162 variants in the files for <tool>.
212 # Return the ToolRun for tool NAME.
239 def parse_run (self, filename, file, tool, variation, num_variations):
258 end = '\t\t=== ' + tool.name + ' Summary ===\n'
260 end = ('\t\t=== ' + tool.name + ' Summary for '
375 tool
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Ddg-extract-results.py44 # The variations run for this tool, mapped by --target_board name.
153 + ''' [-t tool] [-l variant-list] [-L] log-or-sum-file ...
155 tool The tool (e.g. g++, libffi) for which to create a
160 variants in the files for <tool>.
210 # Return the ToolRun for tool NAME.
237 def parse_run (self, filename, file, tool, variation, num_variations):
256 end = '\t\t=== ' + tool.name + ' Summary ===\n'
258 end = ('\t\t=== ' + tool.name + ' Summary for '
373 tool
[all...]
H A Dcompare_tests2 # This script automatically test the given tool with the tool's test cases,
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
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/contrib/
H A Ddg-extract-results.py44 # The variations run for this tool, mapped by --target_board name.
155 + ''' [-t tool] [-l variant-list] [-L] log-or-sum-file ...
157 tool The tool (e.g. g++, libffi) for which to create a
162 variants in the files for <tool>.
212 # Return the ToolRun for tool NAME.
239 def parse_run (self, filename, file, tool, variation, num_variations):
258 end = '\t\t=== ' + tool.name + ' Summary ===\n'
260 end = ('\t\t=== ' + tool.name + ' Summary for '
375 tool
[all...]
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Ddg-extract-results.py44 # The variations run for this tool, mapped by --target_board name.
155 + ''' [-t tool] [-l variant-list] [-L] log-or-sum-file ...
157 tool The tool (e.g. g++, libffi) for which to create a
162 variants in the files for <tool>.
212 # Return the ToolRun for tool NAME.
239 def parse_run (self, filename, file, tool, variation, num_variations):
258 end = '\t\t=== ' + tool.name + ' Summary ===\n'
260 end = ('\t\t=== ' + tool.name + ' Summary for '
375 tool
[all...]
H A Dcompare_tests2 # This script automatically test the given tool with the tool's test cases,
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
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dslapcommon.c65 usage( int tool, const char *progname ) argument
72 switch( tool ) {
122 parse_slapopt( int tool, int *mode ) argument
207 switch ( tool ) {
220 Debug( LDAP_DEBUG_ANY, "schema-check meaningless for tool.\n" );
225 switch ( tool ) {
238 Debug( LDAP_DEBUG_ANY, "value-check meaningless for tool.\n" );
244 switch ( tool ) {
260 Debug( LDAP_DEBUG_ANY, "ldif-wrap meaningless for tool.\n" );
275 * tool too
282 slap_tool_init( const char* progname, int tool, int argc, char **argv ) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
H A Dada.exp118 # A helper function to find the appropriate version of a tool.
119 # TOOL is the tool's name, e.g., "gnatbind" or "gnatlink".
121 proc find_ada_tool {tool} {
122 set upper [string toupper $tool]
135 set result [lookfor_file $root $tool]
136 if { $result != "" && $tool == "gnatlink" } {
142 set result [transform $tool]
H A Dselftest-support.exp121 global GDB tool
149 set xgdb x$tool
151 set xgdb [standard_output_file x$tool]
/netbsd-current/external/mpl/bind/dist/bin/tests/system/enginepkcs11/
H A Dclean.sh23 rm -f pkcs11-tool.err.* pkcs11-tool.out.*
/netbsd-current/external/apache2/llvm/dist/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);
/netbsd-current/external/bsd/openldap/dist/tests/data/regressions/its6794/
H A Dslapd-glue.conf26 tool-threads 4
/netbsd-current/external/gpl3/gdb.old/dist/binutils/testsuite/binutils-all/
H A Dnote-6-32.d12 [ ]+GA\$<tool>gcc 8.3.1 20190507[ ]+0x00000000[ ]+OPEN[ ]+Applies to region from 0x100 to 0x106
19 [ ]+GA\$<tool>hello world[ ]+0x00000000[ ]+func[ ]+Applies to region from 0x102 to 0x106

Completed in 345 milliseconds

123456789