Home
last modified time | relevance | path

Searched refs:checked (Results 1 – 25 of 259) sorted by relevance

1234567891011

/freebsd-13.1/contrib/llvm-project/libunwind/src/
H A Dlibunwind.cpp307 static bool checked = false; in logAPIs() local
309 if (!checked) { in logAPIs()
311 checked = true; in logAPIs()
319 static bool checked = false; in logUnwinding() local
321 if (!checked) { in logUnwinding()
323 checked = true; in logUnwinding()
331 static bool checked = false; in logDWARF() local
333 if (!checked) { in logDWARF()
335 checked = true; in logDWARF()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.cpp151 for (uptr checked = 0; sz > 0; checked += kPageSize) { in ResetRange() local
155 if (!has_something && checked > (128 << 10)) in ResetRange()
159 for (uptr checked = 0; sz > 0; checked += kPageSize) { in ResetRange() local
165 if (!has_something && checked > (512 << 10)) in ResetRange()
/freebsd-13.1/contrib/dialog/samples/
H A Ddialog.py172 def checklist(self, text, height=15, width=54, list=[], checked=None): argument
180 if checked is None:
181 checked = [0]*len(list)
185 range(len(list)), list, checked)
324 "Sun-dried tomatoes"], checked=[0,0,0,1,1,1])
/freebsd-13.1/sys/contrib/device-tree/Bindings/mfd/
H A Dallwinner,sun8i-a23-prcm.yaml50 # Already checked in the main schema
84 # Already checked in the main schema
115 # Already checked in the main schema
134 # Already checked in the main schema
H A Dallwinner,sun6i-a31-prcm.yaml48 # Already checked in the main schema
82 # Already checked in the main schema
113 # Already checked in the main schema
146 # Already checked in the main schema
/freebsd-13.1/crypto/openssl/doc/man3/
H A DX509_check_purpose.pod17 checked to determine if it's a possible CA with various levels of certainty
20 Below are the potential ID's that can be checked:
H A DX509_sign.pod32 B<pkey>. Only the signature is checked: no other checks (such as certificate
60 could not be checked at all because it was invalid or some other error
H A DSSL_CTX_set_verify.pod77 server will send a certificate which will be checked. The result of the
78 certificate verification process can be checked after the TLS/SSL handshake
85 The certificate returned (if any) is checked. If the verification process
162 The certificate chain is checked starting with the deepest nesting level
164 At each level signatures and issuer attributes are checked. Whenever
205 In client mode, it is not checked whether the SSL_VERIFY_PEER flag
H A DSSL_CTX_use_certificate.pod133 be checked. If e.g. the last item was a RSA certificate or key, the RSA
134 key/certificate pair will be checked. SSL_check_private_key() performs
136 this B<ssl>, the last item added into B<ctx> will be checked.
/freebsd-13.1/tools/tools/shlib-compat/test/
H A Dregress.m429 dnl checked. It is assumed that the test will output to stdout, and that the
35 dnl A freeform regression test. Only exit status is checked.
/freebsd-13.1/usr.bin/tests/
H A Dregress.m429 dnl checked. It is assumed that the test will output to stdout, and that the
35 dnl A freeform regression test. Only exit status is checked.
/freebsd-13.1/lib/libc/nameser/
H A Dns_name.c428 int n, len, checked, l; in ns_name_unpack2() local
431 checked = 0; in ns_name_unpack2()
454 checked += l + 1; in ns_name_unpack2()
474 checked += 2; in ns_name_unpack2()
480 if (checked >= eom - msg) { in ns_name_unpack2()
/freebsd-13.1/bin/sh/tests/builtins/
H A Dcd11.017 # Test that the current directory is not checked before CDPATH.
H A Dcd5.016 # Test that the current directory is not checked before CDPATH.
/freebsd-13.1/contrib/libcbor/doc/source/api/
H A Dtype_3.rst22 … invalid UTF-8 strings will be rejected by the parser. Strings created by the user are not checked.
/freebsd-13.1/share/examples/ppp/
H A Dppp.linkdown.sample5 # This file is checked when ppp closes a connection.
/freebsd-13.1/sys/contrib/device-tree/src/arm/
H A Dberlin2cd-google-chromecast.dts31 * normally. Fortunately, this alternate property is checked
/freebsd-13.1/sys/contrib/openzfs/config/
H A Dkernel-xattr-handler.m465 dnl # Supported xattr handler get() interfaces checked newest to oldest.
152 dnl # Supported xattr handler set() interfaces checked newest to oldest.
270 dnl # Supported xattr handler list() interfaces checked newest to oldest.
H A Dkernel-vfs-iterate.m458 dnl # FMODE_KABI_ITERATE which is checked in iterate_dir().
H A Dkernel-mkdir.m42 dnl # Supported mkdir() interfaces checked newest to oldest.
H A Dkernel-get-link.m42 dnl # Supported get_link() interfaces checked newest to oldest.
/freebsd-13.1/crypto/openssh/
H A DPROTOCOL.key56 quickly checked by verifying that both checkint fields
/freebsd-13.1/contrib/ipfilter/
H A DREADME18 stop the packet before it even gets as far as being checked for source
57 from the kernel's heap. Each packet coming *in* or *out* is checked against
/freebsd-13.1/crypto/heimdal/doc/
H A Dmigration.texi42 you can also check the kdc-log to check what ticket are checked out.
/freebsd-13.1/crypto/openssl/doc/man7/
H A Dproxy-certificates.pod153 certificate is checked.
216 * ok is 1, the certificates are checked from top to
326 certificates checked properly, using the code above:

1234567891011