| /netbsd/src/external/gpl3/binutils/dist/ |
| 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/gpl3/gdb/dist/ |
| D | src-release.sh | 61 tool=$1 62 if grep 'AC_INIT.*BFD_VERSION' $tool/configure.ac >/dev/null 2>&1; then 64 elif test -f $tool/common/create-version.sh; then 65 $tool/common/create-version.sh $tool 'dummy-host' 'dummy-target' VER.tmp 68 elif test $tool = "gdb"; then 69 ./gdbsupport/create-version.sh $tool 'dummy-host' 'dummy-target' VER.tmp 72 elif test -f $tool/version.in; then 73 head -n 1 $tool/version.in 84 tool=$3 101 case " $tool $support_files " in [all …]
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/ |
| 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/dist/contrib/ |
| 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 …]
|
| 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 …]
|
| 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" 426 printf ("\t\t=== %s Summary for %s ===\n\n", tool, variant) 458 tool="$TOOL" 475 printf ("\n\t\t=== %s Summary ===\n\n", tool)
|
| D | test_installed | 123 test x"${GCC_UNDER_TEST}" = x"no" || runtest --tool gcc ${1+"$@"} 124 test x"${GXX_UNDER_TEST}" = x"no" || runtest --tool g++ ${1+"$@"} 125 test x"${GFORTRAN_UNDER_TEST}" = x"no" || runtest --tool gfortran ${1+"$@"} 126 test x"${OBJC_UNDER_TEST}" = x"no" || runtest --tool objc ${1+"$@"}
|
| D | clang-format | 18 # To utilize the tool to lines just touched by a patch, use 23 # (here the tool will generate a patch)
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/doc/ |
| 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 …]
|
| D | gcc.texi | 69 * gcov-tool: (gcc) Gcov-tool. @command{gcov-tool}---an offline gcda profile processing program. 70 * gcov-dump: (gcc) Gcov-dump. @command{gcov-dump}---an offline gcda and gcno profile dump tool. 144 * Gcov-tool:: @command{gcov-tool}---an offline gcda profile processing program. 145 * Gcov-dump:: @command{gcov-dump}---an offline gcda and gcno profile dump tool. 174 @include gcov-tool.texi
|
| /netbsd/src/external/public-domain/xz/dist/doc/ |
| 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/ |
| 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 $<
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/lib/ |
| D | ada.exp | 124 proc find_ada_tool {tool} { argument 125 set upper [string toupper $tool] 138 set result [lookfor_file $root $tool] 139 if { $result != "" && $tool == "gnatlink" } { 145 set result [transform $tool]
|
| /netbsd/src/tools/ |
| D | README | 10 programs are typically built twice: once as a tool and once as part of 41 If a tool attempts to use a feature that is not available on the host 43 changing the tool to avoid that feature, or by adding the feature to the 86 building a tool and building part of a NetBSD release, and they may 102 When a tool is being built, the C compiler should automatically be 110 a tool. 113 framework, almost every C source file that is built as part of a tool 124 ... code to be used when built as a tool 133 according to whether or not the program is being built as a tool. Then 141 ... e.g. when being built as a tool.
|
| /netbsd/src/external/bsd/openldap/dist/build/ |
| D | shtool | 179 tool="$name" 183 tool="$1" 195 case $tool in 275 echo "$0:Error: unknown option \`$tool'" 2>&1 280 echo "$0:Error: unknown command \`$tool'" 2>&1 296 if [ ".$tool" != . ]; then 298 toolcmd="$0 $tool" 299 toolcmdhelp="shtool $tool" 300 msgprefix="shtool:$tool" 478 case $tool in [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | pyproject.toml | 1 [tool.black] 4 [tool.pyright]
|
| D | gdbcopyright.py | 21 def copyright(tool: str, description: str): 23 with open(tool, "r") as f:
|
| /netbsd/src/sys/external/bsd/acpica/dist/compiler/ |
| D | readme.txt | 86 2) Integration as a custom tool for Visual Studio 89 This procedure adds the iASL compiler as a custom tool that can be used 99 name for this tool. 102 the other fields for this new custom tool. 117 These steps will add the compiler to the tools menu as a custom tool.
|
| /netbsd/src/external/apache2/mDNSResponder/dist/ |
| D | README.md | 12 - DNSSD Command-line tool 44 ## DNSSD command-line tool 45 … line tool (dns-sd) provides a way to exercise the services provided by mDNSResponder. Services ca… 47 [Click here to learn about the DNSSD command-line tool][13]
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | PORTING | 4 The 'host' is the system a tool runs *on*. 5 The 'target' is the system a tool runs *for*, i.e. 6 a tool can read/write the binaries of the target.
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | PORTING | 4 The 'host' is the system a tool runs *on*. 5 The 'target' is the system a tool runs *for*, i.e. 6 a tool can read/write the binaries of the target.
|
| /netbsd/src/external/bsd/flex/dist/examples/fastwc/ |
| D | README | 3 version of the Unix "wc" tool: read text from stdin and print the number of 51 /bin/wc 5.8 Sun's standard "wc" tool
|
| /netbsd/src/external/bsd/elftosb/dist/ |
| D | ReadMe.txt | 12 generatekeys - old key generation tool for elftosb 1.x 13 decrypt - old decryption tool for elftosb 1.x
|
| /netbsd/src/external/gpl3/gcc/dist/maintainer-scripts/ |
| D | setup.cfg | 4 [tool:pytest]
|
| /netbsd/src/external/bsd/tre/dist/ |
| D | tre.spec.in | 42 The agrep tool is similar to the commonly used grep utility, but agrep 45 The agrep tool searches text input for lines (or records separated by
|