Home
last modified time | relevance | path

Searched +full:9 +full:- +full:tools (Results 1 – 25 of 1033) sorted by relevance

12345678910>>...42

/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormattedStatus.rst4 .none { background-color: #FFCC99 }
5 .part { background-color: #FFFF99 }
6 .good { background-color: #2CCCFF }
7 .total { font-weight: bold; }
20 …s of: December 04, 2020 17:56:14 (`840e651dc6d <https://github.com/llvm/llvm-project/commit/840e65…
23 .. list-table:: LLVM Clang-Format Status
25 :header-rows: 1
27 * - Directory
28 - Total Files
29 - Formatted Files
[all …]
H A DHowToSetupToolingForLLVM.rst5 Clang Tooling provides infrastructure to write tools that need syntactic
7 of specific tools using this infrastructure (e.g. ``clang-check``). This
17 invoking clang tools, you can either specify a path to a build directory
18 using a command line parameter ``-p`` or let Clang Tooling find this
20 build using CMake to use clang tools.
31 .. code-block:: console
35 $ cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON path/to/llvm/sources
38 ``-DCMAKE_C_COMPILER=/path/to/clang -DCMAKE_CXX_COMPILER=/path/to/clang++``.
46 .. code-block:: console
48 $ ln -s $PWD/compile_commands.json path/to/llvm/source/
[all …]
/netbsd-src/sys/arch/amigappc/amigappc/
H A Dlocore.S5 * Copyright (C) 1995, 1996 TooLs GmbH.
18 * This product includes software developed by TooLs GmbH.
19 * 4. The name of TooLs GmbH may not be used to endorse or promote products
22 * THIS SOFTWARE IS PROVIDED BY TOOLS GMBH ``AS IS'' AND ANY EXPRESS OR
25 * IN NO EVENT SHALL TOOLS GMBH BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
88 * r20: E-clock frequency
105 * high-vector configuration (exception vectors at 0xfff00000).
118 /* ori 5,5,P5BASE@l - we assume that the lsb is 0x0000 */
119 li 9,P5_M68K_RESET
120 stb 9,P5_REG_RESET(5)
[all …]
/netbsd-src/sys/arch/prep/prep/
H A Dlocore.S6 * Copyright (C) 1995, 1996 TooLs GmbH.
19 * This product includes software developed by TooLs GmbH.
20 * 4. The name of TooLs GmbH may not be used to endorse or promote products
23 * THIS SOFTWARE IS PROVIDED BY TOOLS GMBH ``AS IS'' AND ANY EXPRESS OR
26 * IN NO EVENT SHALL TOOLS GMBH BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
110 INIT_CPUINFO(4,1,9,0)
117 /* enable internal i/d-cache */
118 mfpvr 9
119 rlwinm 9,9,16,16,31
126 bne 1f /* don't invalidate the D-cache */
[all …]
/netbsd-src/external/gpl2/lvm2/dist/man/
H A Dlvm.conf.53 .TH LVM.CONF 5 "LVM TOOLS 2.02.44-cvs (02-17-09)" "Sistina Software UK" \" -*- nroff -*-
5 lvm.conf \- Configuration file for LVM2
11 being loaded - settings read in later override earlier
63 \fBinteger = [0-9]*\fP
65 \fBfloat = [0-9]*\.[0-9]*\fP
89 one used in any output. As an example, if device-mapper multipathing
117 found in /proc/devices together with maximum (non-zero) number of
123 To create physical volumes on device-mapper volumes
125 you'll need \fBtypes = ["device-mapper", 16]\fP. But if you do this,
127 of partitions is not currently used in LVM2 - and might never be.
[all …]
H A Dlvm.conf.5.in1 .TH LVM.CONF 5 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
3 lvm.conf \- Configuration file for LVM2
9 being loaded - settings read in later override earlier
61 \fBinteger = [0-9]*\fP
63 \fBfloat = [0-9]*\.[0-9]*\fP
87 one used in any output. As an example, if device-mapper multipathing
115 found in /proc/devices together with maximum (non-zero) number of
121 To create physical volumes on device-mapper volumes
123 you'll need \fBtypes = ["device-mapper", 16]\fP. But if you do this,
125 of partitions is not currently used in LVM2 - and might never be.
[all …]
/netbsd-src/sys/arch/rs6000/rs6000/
H A Dlocore.S6 * Copyright (C) 1995, 1996 TooLs GmbH.
19 * This product includes software developed by TooLs GmbH.
20 * 4. The name of TooLs GmbH may not be used to endorse or promote products
23 * THIS SOFTWARE IS PROVIDED BY TOOLS GMBH ``AS IS'' AND ANY EXPRESS OR
26 * IN NO EVENT SHALL TOOLS GMBH BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
115 INIT_CPUINFO(4,1,9,0)
122 /* enable internal i/d-cache */
123 mfpvr 9
124 rlwinm 9,9,16,16,31
131 bne 1f /* don't invalidate the D-cache */
[all …]
/netbsd-src/external/lgpl3/mpfr/dist/tools/
H A Dck-copyright-notice3 # Copyright 2008-2023 Free Software Foundation, Inc.
13 # ck-copyright-notice can be run from the tools directory
15 [ -d src ] || [ "`basename \"$dir\"`" != tools ] || cd ..
21 yrx="\([0-9][0-9][0-9][0-9]\)"
23 lgpl=`sed -n "/version [0-9.]* or any later version/ {
30 clyr=`sed -n "/^r/ {
31 s/.* | $yrx-.*/\1/p
34 /^$yrx-/ {
35 s/^$yrx-.*/\1/p
42 srctests=`find examples src tests -name '*.[ch]' ! -name '.#*'`
[all …]
H A Dck-clz_tab3 # Copyright 2016-2023 Free Software Foundation, Inc.
13 # ck-clz_tab can be run from the tools directory
15 [ -d src ] || [ "`basename \"$dir\"`" != tools ] || cd ..
17 size1=`sed -n 's/^extern .* __clz_tab\[\([0-9]\+\)\].*/\1/p' \
18 src/mpfr-longlong.h`
20 size2=`sed -n 's/^.* __clz_tab\[\([0-9]\+\)\].*/\1/p' \
23 if [ -n "$size1" ] && [ -n "$size2" ] && [ "$size1" != "$size2" ]; then
26 mpfr-longlong.h $size1
/netbsd-src/sys/arch/bebox/bebox/
H A Dlocore.S6 * Copyright (C) 1995, 1996 TooLs GmbH.
19 * This product includes software developed by TooLs GmbH.
20 * 4. The name of TooLs GmbH may not be used to endorse or promote products
23 * THIS SOFTWARE IS PROVIDED BY TOOLS GMBH ``AS IS'' AND ANY EXPRESS OR
26 * IN NO EVENT SHALL TOOLS GMBH BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
85 * File-scope for locore.S
116 lwz 9, 0(8) /* read processor ID */
117 andis. 9, 9, 0x0200 /* bit 6: */
118 cmpwi 0, 9, 0 /* 0 if read by CPU 0, 1 if read by CPU 1 */
168 INIT_CPUINFO(4,1,9,0)
/netbsd-src/sys/arch/evbppc/ev64260/
H A Dev64260_locore.S6 * Copyright (C) 1995, 1996 TooLs GmbH.
19 * This product includes software developed by TooLs GmbH.
20 * 4. The name of TooLs GmbH may not be used to endorse or promote products
23 * THIS SOFTWARE IS PROVIDED BY TOOLS GMBH ``AS IS'' AND ANY EXPRESS OR
26 * IN NO EVENT SHALL TOOLS GMBH BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
67 * File-scope for locore.S
104 lwz 7, -3836(8)
107 stw 7, -3836(8)
117 lis 9,end@ha
118 addi 9,9,end@l
[all …]
/netbsd-src/external/gpl3/gcc.old/
H A DREADME.gcc1012 libbacktrace: +dwarf5_CFLAGS = $(libbacktrace_TEST_CFLAGS) -gdwarf-5
16 - audit all uses of new warning-disable variables and
17 convert some from -Wno- to -Wno-error=
21 tools: does build.sh tools work?
24 native-gcc: does a full mknative-gcc complete?
31 architecture tools kernels libgcc native-gcc make release runs atf switched
32 ------------ ----- ------- ------ ---------- ------------ ---- --- --------
69 --
71 ------------ ----- ------- ------ ---------- ------------ ---- ---
72 architecture tools kernels libgcc native-gcc make release runs atf
[all …]
/netbsd-src/external/gpl3/binutils/dist/etc/
H A DChangeLog1 2021-01-01 Alan Modra <amodra@gmail.com>
3 * update-copyright.py (BinutilsCmdLine.__init__): Add libctf.
5 2020-01-15 Simon Marchi <simon.marchi@polymtl.ca>
9 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
12 * configure: Re-generate.
14 2018-01-03 Alan Modra <amodra@gmail.com>
16 * add-log.el: Update copyright year range.
18 * update-copyright.py: Likewise.
20 2017-12-14 Nick Clifton <nickc@redhat.com>
22 * add-log.el: Update address of FSF in copyright notice.
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/etc/
H A DChangeLog1 2021-01-01 Alan Modra <amodra@gmail.com>
3 * update-copyright.py (BinutilsCmdLine.__init__): Add libctf.
5 2020-01-15 Simon Marchi <simon.marchi@polymtl.ca>
9 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
12 * configure: Re-generate.
14 2018-01-03 Alan Modra <amodra@gmail.com>
16 * add-log.el: Update copyright year range.
18 * update-copyright.py: Likewise.
20 2017-12-14 Nick Clifton <nickc@redhat.com>
22 * add-log.el: Update address of FSF in copyright notice.
[all …]
/netbsd-src/external/gpl3/gdb/dist/etc/
H A DChangeLog1 2021-01-01 Alan Modra <amodra@gmail.com>
3 * update-copyright.py (BinutilsCmdLine.__init__): Add libctf.
5 2020-01-15 Simon Marchi <simon.marchi@polymtl.ca>
9 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
12 * configure: Re-generate.
14 2018-01-03 Alan Modra <amodra@gmail.com>
16 * add-log.el: Update copyright year range.
18 * update-copyright.py: Likewise.
20 2017-12-14 Nick Clifton <nickc@redhat.com>
22 * add-log.el: Update address of FSF in copyright notice.
[all …]
/netbsd-src/sys/arch/arm/include/
H A Dptrace.h5 * Copyright (c) 1995 Tools GmbH
18 * This product includes software developed by TooLs GmbH.
22 * THIS SOFTWARE IS PROVIDED BY TOOLS GMBH ``AS IS'' AND ANY EXPRESS OR
25 * IN NO EVENT SHALL TOOLS GMBH BE LIABLE FOR ANY DIRECT, INDIRECT,
37 * arm-dependent ptrace definitions
40 /* Exposed to userland for NetBSD 1.6 to 9. Do not reuse for other purpose. */
49 /* Exposed to userland for NetBSD 8 to 9. Do not reuse for other purpose. */
66 #define PTRACE_REG_PC(_r) (_r)->r_pc
67 #define PTRACE_REG_FP(_r) (_r)->r[11]
68 #define PTRACE_REG_SET_PC(_r, _v) (_r)->r_pc = (_v)
[all …]
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dunitzonemd.c2 * testcode/unitzonemd.c - unit test for zonemd.
89 lock_rw_wrlock(&z->lock); in zonemd_generate_test()
90 z->zonemd_check = 1; in zonemd_generate_test()
91 lock_rw_unlock(&z->lock); in zonemd_generate_test()
115 dname_str(z->name, zname); in zonemd_generate_test()
117 "scheme=%d hashalgo=%d\n", zname, z->zonefile, in zonemd_generate_test()
142 /* https://tools.ietf.org/html/draft-ietf-dnsop-dns-zone-digest-12 in zonemd_generate_tests()
147 /* https://tools.ietf.org/html/draft-ietf-dnsop-dns-zone-digest-12 in zonemd_generate_tests()
152 /* https://tools.ietf.org/html/draft-ietf-dnsop-dns-zone-digest-12 in zonemd_generate_tests()
157 /* https://tools.ietf.org/html/draft-ietf-dnsop-dns-zone-digest-12 in zonemd_generate_tests()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/unit/
H A Dtest_report.py1 # -*- coding: utf-8 -*-
4 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
36 "<!-- BUGDESC Division by zero -->\n",
37 "<!-- BUGTYPE Division by zero -->\n",
38 "<!-- BUGCATEGORY Logic error -->\n",
39 "<!-- BUGFILE xx -->\n",
40 "<!-- BUGLINE 5 -->\n",
41 "<!-- BUGCOLUMN 22 -->\n",
42 "<!-- BUGPATHLENGTH 4 -->\n",
43 "<!-- BUGMETAEND -->\n",
[all …]
/netbsd-src/external/mpl/bind/dist/doc/arm/
H A Dintroduction.inc.rst3 .. SPDX-License-Identifier: MPL-2.0
14 Introduction to DNS and BIND 9
19 - the syntax to specify the names of entities in the Internet in a hierarchical manner,
20 - the rules used for delegating authority over names, and
21 - the system implementation that actually maps names to Internet addresses.
28 -----------------
33 Consortium (ISC) BIND version 9 software package for system
41 -----------------------------
48 :ref:`requirements` describes the hardware and environment requirements for BIND 9
56 :ref:`ns_operations` covers basic BIND 9 software and DNS operations, including some
[all …]
H A Dpkcs11.inc.rst3 .. SPDX-License-Identifier: MPL-2.0
18 platform-independent API for the control of hardware security modules
22 library which provides a low-level PKCS#11 interface to drive the HSM
26 BIND 9 accesses PKCS#11 libraries via OpenSSL extensions. The extension for
27 OpenSSL 3 and newer is `pkcs11-provider`_; for older OpenSSL versions,
30 .. _`pkcs11-provider`: https://github.com/latchset/pkcs11-provider
65 $ configure -
[all...]
/netbsd-src/external/mpl/bind/dist/contrib/
H A DREADME1 <!--
4 SPDX-License-Identifier: MPL-2.0
12 -->
14 This directory contains scripts, tools, and other useful accessories to
15 BIND 9. Contrib software is not supported by ISC, but reported bugs will
18 - script
[all...]
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/doc/
H A Dmatrix.texi4 +----------------------------------------------------+
8 ant-phone | () |
10 ap-utils | |
18 bison-runtime | |
19 bluez-pin | [] [] [] [] [] |
22 console-tools | [] [] |
44 gettext-examples | [] [] [] [] [] |
45 gettext-runtime | [] [] [] [] [] |
46 gettext-tools | [] [] |
47 gimp-print | [] [] [] [] |
[all …]
/netbsd-src/external/mpl/bind/dist/contrib/dlz/modules/perl/
H A DREADME
/netbsd-src/share/man/man7/
H A Dmodule.754 An in-kernel linker resolves symbol references between the module
94 well-defined or well-used interfaces for extension.
95 They are provided for extension, and the user-provided module
99 card-specific VGA drivers or alternate terminal emulations in
101 .Ss Security-Model modules
111 licensing concerns, can be built only as separately-loaded modules.)
119 .Pa /usr/tools ,
121 .Bd -literal -offset indent
125 export TOOLDIR=/usr/tools
135 .Bd -literal -offset indent
[all …]
/netbsd-src/external/gpl2/xcvs/dist/
H A DABOUT-NLS10 If you found this `ABOUT-NLS' file inside a distribution, you may
32 ./configure --with-included-gettext
66 ./configure --with-included-gettext
67 ./configure --disable-nls
69 will, respectively, bypass any pre-existing `gettext' to use the
81 ./configure --with-included-gettext
83 to prevent auto-detection.
91 LL gives an ISO 639 two-letter code identifying the language. Unless
93 `--disable-nls' switch, all available translations are installed
96 `LINGUAS' should then contain a space separated list of two-letter
[all …]

12345678910>>...42