Home
last modified time | relevance | path

Searched full:has (Results 1 – 25 of 10134) sorted by relevance

12345678910>>...406

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DArgument.h55 /// Return true if this argument has the nonnull attribute. Also returns true
62 /// If this argument has the dereferenceable attribute, return the number of
66 /// If this argument has the dereferenceable_or_null attribute, return the
70 /// If this argument has nofpclass attribute, return the mask representing
74 /// If this argument has a range attribute, return the value range of the
78 /// Return true if this argument has the byval attribute.
81 /// Return true if this argument has the dead_on_return attribute.
84 /// Return true if this argument has the byref attribute.
87 /// Return true if this argument has the swiftself attribute.
90 /// Return true if this argument has the swifterror attribute.
[all …]
/freebsd/contrib/sendmail/include/sm/
H A Dconf.h52 # define HASLSTAT 1 /* has lstat(2) call */
56 # define HASNICE 1 /* has nice(2) call */
60 # define HASRRESVPORT 1 /* has rrsevport(3) call */
90 # define HASINITGROUPS 1 /* has initgroups(3) call */
91 # define HASFCHMOD 1 /* has fchmod(2) syscall */
92 # define USESETEUID 1 /* has usable seteuid(2) call */
113 # define HASFCHOWN 1 /* has fchown(2) */
171 # define HASUNSETENV 1 /* has unsetenv(3) call */
181 # define BSD4_4_SOCKADDR /* has sa_len */
212 # define HASFCHOWN 1 /* has fchown(2) */
[all …]
/freebsd/
H A DUPDATING16 FreeBSD 16.x has many debugging features turned on, in both the kernel
31 libusb version has been upgraded to 1.0.27 compatible version.
35 The new video(4) framework has landed. <sys/videoio.h> is now provided
36 as the API for communicating with it. __FreeBSD_version has been bumped
47 when stopping or restarting a service, has been modified to
94 Zstd has moved to the new "zstd" package. If you have set-minimal
126 OpenPAM (including libpam and the PAM modules) has moved to the new
146 flua(1) has moved to the new FreeBSD-flua package. If you use flua,
153 has changed size and might possibly be an issue otherwise.
176 Blacklist has been renamed upstream to Blocklist. If you have it
[all …]
/freebsd/lib/libc/tests/stdbit/
H A Dstdbit-test-kernel.c25 uintmax_t has, want; in ATF_TC_BODY1() local
32 has = FUNC(value); in ATF_TC_BODY1()
34 ATF_CHECK_EQ_MSG(has, want, "%s(%#jx) == %#jx != %#jx == %s(%#jx)", in ATF_TC_BODY1()
35 __XSTRING(FUNC), (uintmax_t)value, has, want, __XSTRING(REF), (uintmax_t)value); in ATF_TC_BODY1()
42 has = FUNC(value); in ATF_TC_BODY1()
44 ATF_CHECK_EQ_MSG(has, want, "%s(%#jx) == %#jx != %#jx == %s(%#jx)", in ATF_TC_BODY1()
45 __XSTRING(FUNC), (uintmax_t)value, has, want, __XSTRING(REF), (uintmax_t)value); in ATF_TC_BODY1()
52 has = FUNC(value); in ATF_TC_BODY1()
54 ATF_CHECK_EQ_MSG(has, want, "%s(%#jx) == %#jx != %#jx == %s(%#jx)", in ATF_TC_BODY1()
55 __XSTRING(FUNC), (uintmax_t)value, has, want, __XSTRING(REF), (uintmax_t)value); in ATF_TC_BODY1()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DSanitizerArgs.h88 bool needsAsanRt() const { return Sanitizers.has(SanitizerKind::Address); } in needsAsanRt()
90 return Sanitizers.has(SanitizerKind::HWAddress); in needsHwasanRt()
95 bool needsTysanRt() const { return Sanitizers.has(SanitizerKind::Type); } in needsTysanRt()
96 bool needsTsanRt() const { return Sanitizers.has(SanitizerKind::Thread); } in needsTsanRt()
97 bool needsMsanRt() const { return Sanitizers.has(SanitizerKind::Memory); } in needsMsanRt()
98 bool needsFuzzer() const { return Sanitizers.has(SanitizerKind::Fuzzer); } in needsFuzzer()
100 return Sanitizers.has(SanitizerKind::Leak) && in needsLsanRt()
101 !Sanitizers.has(SanitizerKind::Address) && in needsLsanRt()
102 !Sanitizers.has(SanitizerKind::HWAddress); in needsLsanRt()
108 bool needsDfsanRt() const { return Sanitizers.has(SanitizerKind::DataFlow); } in needsDfsanRt()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DFeatures.def44 LangOpts.Sanitize.has(SanitizerKind::Leak))
49 LangOpts.Sanitize.has(SanitizerKind::MemtagStack))
51 LangOpts.Sanitize.has(SanitizerKind::MemtagHeap))
53 LangOpts.Sanitize.has(SanitizerKind::MemtagGlobals))
60 LangOpts.Sanitize.has(SanitizerKind::Alignment))
62 LangOpts.Sanitize.has(SanitizerKind::Bool))
64 LangOpts.Sanitize.has(SanitizerKind::Builtin))
66 LangOpts.Sanitize.has(SanitizerKind::ArrayBounds))
68 LangOpts.Sanitize.has(SanitizerKind::Enum))
70 LangOpts.Sanitize.has(SanitizerKind::FloatCastOverflow))
[all …]
H A DDiagnosticASTKinds.td94 "comparison between pointers to unrelated objects '%0' and '%1' has unspecified value">;
96 "arithmetic involving unrelated objects '%0' and '%1' has unspecified value">;
101 "comparison of addresses of potentially overlapping literals has unspecified value">;
103 "arithmetic on addresses of potentially overlapping literals has unspecified value">;
117 "complete object has unspecified value">;
122 "has unspecified value">;
125 "has unspecified value">;
128 "specifiers (%1 vs %3) has unspecified value">;
130 "comparison of pointer to virtual member function %0 has unspecified value">;
190 "%plural{8:storage duration|:lifetime}0 has ended">;
[all …]
/freebsd/contrib/llvm-project/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 …]
/freebsd/sbin/dhclient/
H A Ddhclient-script.833 .\" This software has been written for the Internet Software Consortium
52 lease has been acquired.
71 is set to the name of the reason why the script has been invoked.
97 If an IP alias has been declared in
104 The DHCP client is requesting that an address that has been offered to
117 If one has, the script should exit with a nonzero status, indicating that
118 the offered address has already been requested and should be declined.
126 The DHCP client has done an initial binding to a new address.
145 When a binding has been completed, a lot of network parameters are
159 If an IP alias has been declared, it must be set up here.
[all …]
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_compat_lz4.c90 /* This sample has been 'split', each piece compressed separately, in DEFINE_TEST()
94 /* This sample has been compressed as a single stream, but then in DEFINE_TEST()
95 * some unrelated garbage text has been appended to the end. */ in DEFINE_TEST()
97 /* This sample has been compressed as a legacy stream. */ in DEFINE_TEST()
99 /* This sample has been compressed with -B4 option. */ in DEFINE_TEST()
101 /* This sample has been compresed with -B4, and has two skippable frames at the start. */ in DEFINE_TEST()
103 /* This sample has been compressed with -B5 option. */ in DEFINE_TEST()
105 /* This sample has been compressed with -B6 option. */ in DEFINE_TEST()
107 /* This sample has been compressed with -B7 option. */ in DEFINE_TEST()
109 /* This sample has been compressed with -B4 and -BD options. */ in DEFINE_TEST()
[all …]
/freebsd/sys/contrib/libsodium/
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 …]
/freebsd/share/man/man4/
H A Dng_l2cap.469 requested and resends data until it has been successfully acknowledged or
72 occur even after the data has been successfully sent.
101 Thus, even if the same CID value has been
117 Request message has been sent referencing this endpoint and it is now waiting
120 In this state, the remote end-point exists and an L2CAP Connect Request has
122 An L2CA Connect Indication has been
127 In this state, the connection has been established but both sides are still
136 data traffic is accepted until the remote channel endpoint has entered
153 An L2CAP entity is ready when it has received
154 a positive response to its final request and it has positively responded to
[all …]
H A Dmlx.490 The controller firmware is performing/has completed initialisation.
100 The array configuration has become corrupted.
115 The controller has detected a configuration on disk which supersedes the
137 initialisation has failed and the driver will not attach to this
178 The periodic status poll has issued a command which has become corrupted.
183 The system disk indicated has changed state.
189 The drive at channel:target has been reset, killed for the given reason,
198 A user-initiated consistency check has started/completed.
202 A user-initiated physical drive rebuild has started/completed.
207 or physical drive rebuild has started/completed.
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPU.td131 "Has Memory Aperture Base and Size Registers"
137 "Has v_mad_mix_f32, v_mad_mixlo_f16, v_mad_mixhi_f16 instructions"
143 "Has v_fma_mix_f32, v_fma_mixlo_f16, v_fma_mixhi_f16 instructions"
149 …"Has v_minimum/maximum_f16/f32/f64, v_minimummaximum/maximumminimum_f16/f32 and v_pk_minimum/maxim…
155 "Has v_minimum3_f32 and v_maximum3_f32 instructions"
161 "Has v_minimum3_f16 and v_maximum3_f16 instructions"
167 "Has v_pk_minimum3_f16 and v_pk_maximum3_f16 instructions"
295 "MIMG-NSA in a hard clause has unpredictable results on GFX10.1"
402 "Has v_permlane16_swap_b32 instructions"
408 "Has v_permlane32_swap_b32 instructions"
[all …]
/freebsd/sbin/devd/
H A Ddevd.conf.524 .\" The section on comments was taken from named.conf.5, which has the
352 The power button on an Amiga has been pressed.
393 Notification that the CPU core has reached critical temperature.
395 String containing the temperature of the core that has become too hot.
439 The physical path of a device has changed.
441 The rotation rate of the disk has changed.
443 Physical media has changed.
447 provider size has changed.
477 Notification that a process has crashed and dumped core.
479 Notification that the system has woken from the suspended state.
[all …]
/freebsd/share/doc/papers/sysperf/
H A D5.t62 The organization of network interfaces has been
88 The \fIsetsockopt\fP system call has been extended to allow such requests.
96 the previous hard limit of 30 open files per process has been relaxed.
109 The limit on physical memory has been changed from 8 megabyte to 64 megabyte,
110 and the limit of 15 mounted file systems has been changed to 255.
111 The maximum file system size has been increased to 8 gigabyte,
132 it has completed a full revolution.
134 the clock hand has been split into two separate hands.
138 While the code has been written to allow the distance between
145 This process has been significantly improved so that the most
[all …]
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Dnvidia,tegra20-i2c.yaml16 - description: Tegra20 has 4 generic I2C controller. This can support
21 - description: Tegra20 has specific I2C controller called as DVC I2C
28 Tegra30 has 5 generic I2C controller. This controller is very much
39 Tegra114 has 5 generic I2C controllers. This controller is very much
41 - Tegra30/Tegra20 I2C controller has 2 clock source called div-clk
42 and fast-clk. Tegra114 has only one clock source called as
44 - Tegra30/Tegra20 I2C controller has enabled per packet transfer
45 by default and there is no way to disable it. Tegra114 has this
52 Tegra124 has 6 generic I2C controllers. These controllers are very
57 Tegra210 has 6 generic I2C controllers. These controllers are very
[all …]
/freebsd/crypto/heimdal/appl/telnet/
H A DREADME.ORIG162 Make sure to send NAWS after telnet has been suspended
163 or an external command has been run, if the window size
164 has changed.
193 This version of telnet/telnetd has support for both
196 an option number has been assigned to it. The
198 option number has been assigned to, but it is still
213 A -n flag has been added to telnetd to disable
216 A new telnet command, "auth" has been added (if
217 AUTHENTICATE is defined). It has four sub-commands,
220 A new telnet command, "encrypt" has been added (if
[all …]
/freebsd/secure/lib/libcrypto/man/man3/
H A DSSL_shutdown.3102 shutdown process and return 0 to indicate that the shutdown process has not yet
103 completed. Once the shutdown process has completed, subsequent calls to
107 \&\fBSSL_shutdown()\fR should not be called if a previous fatal error has occurred on a
108 connection; i.e., if \fBSSL_get_error\fR\|(3) has returned \fBSSL_ERROR_SYSCALL\fR or
145 prior to initiating the shutdown has been read. An application should handle
161 complete (for example, because a close_notify alert message has not yet been
181 it is called when the application has not read all pending application data
228 application protocol in use enables the peer to ensure that all data has been
245 when all data has been received.
249 which indicates unambiguously when all data has been sent.
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DSSL_shutdown.pod40 shutdown process and return 0 to indicate that the shutdown process has not yet
41 completed. Once the shutdown process has completed, subsequent calls to
45 SSL_shutdown() should not be called if a previous fatal error has occurred on a
46 connection; i.e., if L<SSL_get_error(3)> has returned B<SSL_ERROR_SYSCALL> or
94 prior to initiating the shutdown has been read. An application should handle
111 complete (for example, because a close_notify alert message has not yet been
131 it is called when the application has not read all pending application data
181 application protocol in use enables the peer to ensure that all data has been
199 when all data has been received.
203 which indicates unambiguously when all data has been sent.
[all …]
H A DSSL_read_early_data.pod58 These functions are used to send and receive early data where TLSv1.3 has been
61 Early data can be sent if a session has previously been established with the
64 to send data from the server to the client when the client has not yet completed
67 Early data has weaker security properties than other data sent over an SSL/TLS
75 done before the full handshake has been completed. Specifically the client's
80 A server or client can determine whether the full handshake has been completed
107 SSL_write_early_data() call has completed successfully the client may interleave
120 A server may choose to ignore early data that has been sent to it. Once the
121 connection has been completed you can determine whether the server accepted or
128 connection for which early data has been enabled using
[all …]
/freebsd/sys/contrib/device-tree/Bindings/crypto/
H A Dfsl-sec2.txt21 bit 1 = set if SEC has the ARC4 EU (AFEU)
22 bit 2 = set if SEC has the DES/3DES EU (DEU)
23 bit 3 = set if SEC has the message digest EU (MDEU/MDEU-A)
24 bit 4 = set if SEC has the random number generator EU (RNG)
25 bit 5 = set if SEC has the public key EU (PKEU)
26 bit 6 = set if SEC has the AES EU (AESU)
27 bit 7 = set if SEC has the Kasumi EU (KEU)
28 bit 8 = set if SEC has the CRC EU (CRCU)
29 bit 11 = set if SEC has the message digest EU extended alg set (MDEU-B)
/freebsd/contrib/nvi/regex/
H A DWHATSNEW3 New in alpha3.4: The complex bug alluded to below has been fixed (in a
11 New in alpha3.3: The definition of word boundaries has been altered
15 makefile has generally been cleaned up some. Fixes have been made
18 <assert.h> has been added. And some more things have been added to
30 some clot has defined CHAR_MIN as (say) `-128' instead of `(-128)' is
39 made and some functionality has been added. (This is basically the "get
48 debugging interface has changed a bit. And there has been considerable
52 into Makefile. Macro-ized the name of regex(7) in regex(3), since it has
70 have been fixed (and the regression test now checks for them), as has a
77 checks *where* null strings are supposed to match, and has generally
/freebsd/lib/libc/regex/
H A DWHATSNEW2 New in alpha3.4: The complex bug alluded to below has been fixed (in a
10 New in alpha3.3: The definition of word boundaries has been altered
14 makefile has generally been cleaned up some. Fixes have been made
17 <assert.h> has been added. And some more things have been added to
29 some clot has defined CHAR_MIN as (say) `-128' instead of `(-128)' is
38 made and some functionality has been added. (This is basically the "get
47 debugging interface has changed a bit. And there has been considerable
51 into Makefile. Macro-ized the name of regex(7) in regex(3), since it has
69 have been fixed (and the regression test now checks for them), as has a
76 checks *where* null strings are supposed to match, and has generally
/freebsd/contrib/bc/manuals/
H A Dalgorithms.md20 number with `BC_NUM_KARATSUBA_LEN` digits or larger. `BC_NUM_KARATSUBA_LEN` has
57 This `bc` implements [Exponentiation by Squaring][3], which (via Karatsuba) has
84 to calculate `cos(x)`. It has a complexity of `O(n^3)`.
86 **Note**: this series has a tendency to *occasionally* produce an error of 1
110 It has a complexity of `O(n^3)`.
133 It has a complexity of `O(n^3)`.
153 to reduce `x` to small enough. It has a complexity of `O(n^3)`.
175 to calculate the bessel when `x < 0`, It has a complexity of `O(n^3)`.
194 It has a complexity of `O(n^3)` because both `e()` and `l()` do.
271 It has a complexity of `O(n)` because of add.
[all …]

12345678910>>...406