Home
last modified time | relevance | path

Searched refs:has (Results 1 – 25 of 3948) sorted by relevance

12345678910>>...158

/netbsd-src/external/gpl3/gdb/dist/libctf/testsuite/libctf-lookup/
H A Denum-many.lk4 Enum e enumerand ENUMSAMPLE_1 has value 0
5 Enum e enumerand ENUMSAMPLE_2 has value 1
6 iter test: IE_0 has value -10
7 iter test: IE_1 has value -9
8 iter test: IE_2 has value -8
9 iter test: IE_3 has value -7
10 iter test: IE_4 has value -6
11 iter test: IE_5 has value -5
12 iter test: IE_6 has value -4
13 iter test: IE_7 has value -3
[all …]
H A Dstruct-iteration.lk3 iter test: foo, offset [0-9a-f]*, has type [0-9a-f]*/int
4 iter test: bar, offset [0-9a-f]*, has type [0-9a-f]*/size_t
5 iter test: baz, offset [0-9a-f]*, has type [0-9a-f]*/const char \*
6 iter test: self, offset [0-9a-f]*, has type [0-9a-f]*/struct foo_t \*
7 iter test: named, offset [0-9a-f]*, has type [0-9a-f]*/union
8 iter test: , offset [0-9a-f]*, has type [0-9a-f]*/struct
9 iter test: , offset [0-9a-f]*, has type [0-9a-f]*/struct
10 iter test: , offset [0-9a-f]*, has type [0-9a-f]*/union
11 iter test: after_the_end, offset [0-9a-f]*, has type [0-9a-f]*/int
12 next test: foo, offset [0-9a-f]*, has type [0-9a-f]*/int
[all …]
H A Denum.lk3 Enum e enumerand ENUMSAMPLE_1 has value 0
4 Enum e enumerand ENUMSAMPLE_2 has value 1
5 iter test: IENUMSAMPLE_1 has value -10
6 iter test: IENUMSAMPLE_2 has value -9
7 iter test: IENUMSAMPLE_3 has value -8
8 next test: IENUMSAMPLE_1 has value -10
9 next test: IENUMSAMPLE_2 has value -9
10 next test: IENUMSAMPLE_3 has value -8
/netbsd-src/external/public-domain/xz/dist/tests/files/
H A DREADME32 good-0-empty.xz has one Stream with no Blocks.
34 good-0pad-empty.xz has one Stream with no Blocks followed by
37 good-0cat-empty.xz has two zero-Block Streams concatenated without
40 good-0catpad-empty.xz has two zero-Block Streams concatenated with
43 good-1-check-none.xz has one Stream with one Block with two
46 good-1-check-crc32.xz has one Stream with one Block with two
54 good-2-lzma2.xz has one Stream with two Blocks with one uncompressed
57 good-1-block_header-1.xz has both Compressed Size and Uncompressed
58 Size in the Block Header. This has also four extra bytes of Header
61 good-1-block_header-2.xz has known Compressed Size.
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dlocation-example.txt14 ...where test.h has this content:
197 test.c:7:17: note: token 0 has x-location == 287744
200 test.c:7:17: note: token 0 has y-location == 263200
203 test.h:3:22: note: token 1 has x-location == y-location == 263264
207 test.c:7:19: note: token 2 has x-location == 287808
210 test.c:7:19: note: token 2 has y-location == 263328
212 cc1: note: token 3 has x-location == y-location == 0
214 cc1: note: token 4 has x-location == y-location == 0
216 cc1: note: token 5 has x-location == y-location == 0
218 cc1: note: token 6 has x-location == y-location == 0
[all …]
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dlocation-example.txt14 ...where test.h has this content:
197 test.c:7:17: note: token 0 has x-location == 287744
200 test.c:7:17: note: token 0 has y-location == 263200
203 test.h:3:22: note: token 1 has x-location == y-location == 263264
207 test.c:7:19: note: token 2 has x-location == 287808
210 test.c:7:19: note: token 2 has y-location == 263328
212 cc1: note: token 3 has x-location == y-location == 0
214 cc1: note: token 4 has x-location == y-location == 0
216 cc1: note: token 5 has x-location == y-location == 0
218 cc1: note: token 6 has x-location == y-location == 0
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DSanitizerArgs.h69 bool needsAsanRt() const { return Sanitizers.has(SanitizerKind::Address); } in needsAsanRt()
71 return Sanitizers.has(SanitizerKind::HWAddress); in needsHwasanRt()
76 bool needsTsanRt() const { return Sanitizers.has(SanitizerKind::Thread); } in needsTsanRt()
77 bool needsMsanRt() const { return Sanitizers.has(SanitizerKind::Memory); } in needsMsanRt()
78 bool needsFuzzer() const { return Sanitizers.has(SanitizerKind::Fuzzer); } in needsFuzzer()
80 return Sanitizers.has(SanitizerKind::Leak) && in needsLsanRt()
81 !Sanitizers.has(SanitizerKind::Address) && in needsLsanRt()
82 !Sanitizers.has(SanitizerKind::HWAddress); in needsLsanRt()
87 bool needsDfsanRt() const { return Sanitizers.has(SanitizerKind::DataFlow); } in needsDfsanRt()
92 bool needsScudoRt() const { return Sanitizers.has(SanitizerKind::Scudo); } in needsScudoRt()
/netbsd-src/external/bsd/atf/dist/atf-c++/
H A Dconfig_test.cpp182 ATF_TEST_CASE(has);
183 ATF_TEST_CASE_HEAD(has) in ATF_TEST_CASE_HEAD() argument
187 ATF_TEST_CASE_BODY(has) in ATF_TEST_CASE_BODY() argument
193 ATF_REQUIRE(atf::config::has(v->lc)); in ATF_TEST_CASE_BODY()
197 ATF_REQUIRE(!atf::config::has(v->uc)); in ATF_TEST_CASE_BODY()
200 ATF_REQUIRE(!atf::config::has("foo")); in ATF_TEST_CASE_BODY()
201 ATF_REQUIRE(!atf::config::has("BAR")); in ATF_TEST_CASE_BODY()
202 ATF_REQUIRE(!atf::config::has("atf_foo")); in ATF_TEST_CASE_BODY()
203 ATF_REQUIRE(!atf::config::has("ATF_BAR")); in ATF_TEST_CASE_BODY()
204 ATF_REQUIRE(!atf::config::has("atf_shel")); in ATF_TEST_CASE_BODY()
[all …]
/netbsd-src/external/bsd/atf/dist/tools/
H A Dconfig_test.cpp185 ATF_TEST_CASE(has);
186 ATF_TEST_CASE_HEAD(has) in ATF_TEST_CASE_HEAD() argument
190 ATF_TEST_CASE_BODY(has) in ATF_TEST_CASE_BODY() argument
196 ATF_REQUIRE(tools::config::has(v->lc)); in ATF_TEST_CASE_BODY()
200 ATF_REQUIRE(!tools::config::has(v->uc)); in ATF_TEST_CASE_BODY()
203 ATF_REQUIRE(!tools::config::has("foo")); in ATF_TEST_CASE_BODY()
204 ATF_REQUIRE(!tools::config::has("BAR")); in ATF_TEST_CASE_BODY()
205 ATF_REQUIRE(!tools::config::has("atf_foo")); in ATF_TEST_CASE_BODY()
206 ATF_REQUIRE(!tools::config::has("ATF_BAR")); in ATF_TEST_CASE_BODY()
207 ATF_REQUIRE(!tools::config::has("atf_shel")); in ATF_TEST_CASE_BODY()
[all …]
H A Denv_test.cpp45 ATF_REQUIRE(tools::env::has("PATH")); in ATF_TEST_CASE_BODY()
48 ATF_REQUIRE(!tools::env::has("_UNDEFINED_VARIABLE_")); in ATF_TEST_CASE_BODY()
58 ATF_REQUIRE(tools::env::has("PATH")); in ATF_TEST_CASE_BODY()
64 ATF_REQUIRE(!tools::env::has("_UNDEFINED_VARIABLE_")); in ATF_TEST_CASE_BODY()
76 ATF_REQUIRE(tools::env::has("PATH")); in ATF_TEST_CASE_BODY()
78 ATF_REQUIRE(!tools::env::has("PATH")); in ATF_TEST_CASE_BODY()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCXXRecordDeclDefinitionBits.def35 /// True if this class has any user-declared constructors.
38 /// The user-declared special members which this class has.
48 /// * has no data members other than 0-width bit-fields and empty fields
50 /// * has no virtual function/base, and
55 /// True when this class is polymorphic, i.e., has at
59 /// True when this class is abstract, i.e., has at least
71 /// * has no non-static data members of type non-standard-layout class (or
73 /// * has no virtual functions (10.3) and no virtual base classes (10.1),
74 /// * has the same access control (Clause 11) for all non-static data
76 /// * has no non-standard-layout base classes,
[all …]
/netbsd-src/external/bsd/atf/dist/atf-c++/detail/
H A Denv_test.cpp45 ATF_REQUIRE(atf::env::has("PATH")); in ATF_TEST_CASE_BODY()
48 ATF_REQUIRE(!atf::env::has("_UNDEFINED_VARIABLE_")); in ATF_TEST_CASE_BODY()
58 ATF_REQUIRE(atf::env::has("PATH")); in ATF_TEST_CASE_BODY()
64 ATF_REQUIRE(!atf::env::has("_UNDEFINED_VARIABLE_")); in ATF_TEST_CASE_BODY()
76 ATF_REQUIRE(atf::env::has("PATH")); in ATF_TEST_CASE_BODY()
78 ATF_REQUIRE(!atf::env::has("PATH")); in ATF_TEST_CASE_BODY()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DXRayInstr.cpp46 if (Set.has(XRayInstrKind::Custom)) in serializeXRayInstrValue()
49 if (Set.has(XRayInstrKind::Typed)) in serializeXRayInstrValue()
52 if (Set.has(XRayInstrKind::FunctionEntry) && in serializeXRayInstrValue()
53 Set.has(XRayInstrKind::FunctionExit)) in serializeXRayInstrValue()
55 else if (Set.has(XRayInstrKind::FunctionEntry)) in serializeXRayInstrValue()
57 else if (Set.has(XRayInstrKind::FunctionExit)) in serializeXRayInstrValue()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dconfig.in118 /* Define if <sys/procfs.h> has lwpstatus_t. */
121 /* Define if <sys/procfs.h> has lwpstatus_t.pr_context. */
124 /* Define if <sys/procfs.h> has lwpstatus_t.pr_fpreg. */
127 /* Define if <sys/procfs.h> has lwpstatus_t.pr_reg. */
130 /* Define if <sys/procfs.h> has lwpxstatus_t. */
145 /* Define if <sys/procfs.h> has prpsinfo32_t. */
148 /* Define if <sys/procfs.h> has prpsinfo32_t.pr_pid. */
151 /* Define if <sys/procfs.h> has prpsinfo_t. */
154 /* Define if <sys/procfs.h> has prpsinfo_t.pr_pid. */
157 /* Define if <sys/procfs.h> has prstatus32_t. */
[all …]
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dconfig.in143 /* Define if <sys/procfs.h> has lwpstatus_t. */
146 /* Define if <sys/procfs.h> has lwpstatus_t.pr_context. */
149 /* Define if <sys/procfs.h> has lwpstatus_t.pr_fpreg. */
152 /* Define if <sys/procfs.h> has lwpstatus_t.pr_reg. */
155 /* Define if <sys/procfs.h> has lwpxstatus_t. */
170 /* Define if <sys/procfs.h> has prpsinfo32_t. */
173 /* Define if <sys/procfs.h> has prpsinfo32_t.pr_pid. */
176 /* Define if <sys/procfs.h> has prpsinfo_t. */
179 /* Define if <sys/procfs.h> has prpsinfo_t.pr_pid. */
182 /* Define if <sys/procfs.h> has prstatus32_t. */
[all …]
/netbsd-src/external/mpl/bind/dist/doc/notes/
H A Dnotes-9.18.11.rst
H A Dnotes-9.18.10.rst
H A Dnotes-9.18.9.rst
H A Dnotes-9.18.1.rst
/netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
H A Dconfig.h.in168 * If your system has the calls setreuid() and setregid(),
201 * If your system has the new format /etc/ttys (like 4.3 BSD) and the
222 * If your system has vsprintf() and requires the use of the macros in
229 * If your system has strerror() define this.
246 * opened read-only and no writer has opened it.
257 * If your system has setenv() and unsetenv() define USESETENV
281 * define HAVE_RENAME if your system has a rename() function
286 * define HAVE__EXIT if your system has the _exit() call.
291 * define HAVE_LSTAT if your system has symlinks and the lstat() call.
296 * define HAVE_UTIMES if your system has the utimes() call.
[all …]
/netbsd-src/external/gpl2/lvm2/dist/doc/
H A Dpvmove_outline.txt13 all pending io. Once the suspend has completed we are free to change
18 3. Load a new mapping table into (254:3) that has identity targets for
37 who checks that that chunk has been copied to the new destination, if
39 it has finished. Then the current io is written to *both* PV2 and the
42 5. When the copying has completed 254:3 is suspended/pending flushed.
48 8. 254:3 has new mapping table loaded:
/netbsd-src/external/bsd/unbound/dist/testdata/svcb.tdir/
H A Dsvcb.test-vectors-pf.zone17 ; This vector only has a port.
21 ; This example has a key that is not registered, its value is unquoted.
25 ; This example has a key that is not registered, its value is quoted and
44 ; This last (two) vectors has an alpn value with an escaped comma and an
60 ; This vector only has a port.
64 ; This example has a key that is not registered, its value is unquoted.
68 ; This example has a key that is not registered, its value is quoted and
87 ; This last (two) vectors has an alpn value with an escaped comma and an
/netbsd-src/libexec/ld.elf_so/
H A DREADME.TLS3 Each thread has a thread control block, or TCB. The TCB is a
33 Each architecture has one of two TLS variants, variant I or variant II.
89 Each architecture also has its own ELF ABI processor supplement with
104 (2) _lwp_makecontext has to set the reserved register or kernel
115 (3) _lwp_setprivate(2) has to update the same register as
122 cpu_switchto has to update the mapping.
144 (c) R_TYPE(TLS_TPOFF): Static TLS offset. The code has to check whether
145 the static TLS offset for this module has been allocated
147 may fail if no static space is available and the object has been pulled
148 in via dlopen(3). It can also fail if the TLS area has alread
[all...]
/netbsd-src/external/gpl2/send-pr/dist/send-pr/
H A Dstates.texi19 The initial state of a Problem Report. This means the PR has been filed
25 The responsible person has analyzed the problem. The analysis should
33 The problem has been solved, and the originator has been given a patch
43 has confirmed the solution.
48 Work on the problem has been postponed. This happens if a timely
/netbsd-src/sys/external/isc/libsodium/dist/
H A DChangeLog23 - CMAKE: static library detection on Unix systems has been improved
35 of `1` as defined by the `OPSLIMIT_MIN` constant. This has been fixed.
61 - The test suite has been extended to cover more edge cases.
82 - An AVX512 optimized implementation of Argon2 has been added (written
95 incorrectly defined on 32-bit platforms. This has been fixed.
97 compiler. This has been fixed.
102 - The Argon2id variant of Argon2 has been implemented. The
118 - XChaCha20 has been implemented. Like XSalsa20, this construction
131 - Siphash with a 128-bit output has been implemented, and is
145 - Compatibility with gcc 2.x has been restored.
[all …]

12345678910>>...158