| /freebsd-13.1/contrib/llvm-project/libunwind/src/ |
| H A D | libunwind.cpp | 307 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 D | tsan_sync.cpp | 151 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 D | dialog.py | 172 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 D | allwinner,sun8i-a23-prcm.yaml | 50 # 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 D | allwinner,sun6i-a31-prcm.yaml | 48 # 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 D | X509_check_purpose.pod | 17 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 D | X509_sign.pod | 32 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 D | SSL_CTX_set_verify.pod | 77 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 D | SSL_CTX_use_certificate.pod | 133 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 D | regress.m4 | 29 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 D | regress.m4 | 29 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 D | ns_name.c | 428 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 D | cd11.0 | 17 # Test that the current directory is not checked before CDPATH.
|
| H A D | cd5.0 | 16 # Test that the current directory is not checked before CDPATH.
|
| /freebsd-13.1/contrib/libcbor/doc/source/api/ |
| H A D | type_3.rst | 22 … 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 D | ppp.linkdown.sample | 5 # This file is checked when ppp closes a connection.
|
| /freebsd-13.1/sys/contrib/device-tree/src/arm/ |
| H A D | berlin2cd-google-chromecast.dts | 31 * normally. Fortunately, this alternate property is checked
|
| /freebsd-13.1/sys/contrib/openzfs/config/ |
| H A D | kernel-xattr-handler.m4 | 65 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 D | kernel-vfs-iterate.m4 | 58 dnl # FMODE_KABI_ITERATE which is checked in iterate_dir().
|
| H A D | kernel-mkdir.m4 | 2 dnl # Supported mkdir() interfaces checked newest to oldest.
|
| H A D | kernel-get-link.m4 | 2 dnl # Supported get_link() interfaces checked newest to oldest.
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | PROTOCOL.key | 56 quickly checked by verifying that both checkint fields
|
| /freebsd-13.1/contrib/ipfilter/ |
| H A D | README | 18 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 D | migration.texi | 42 you can also check the kdc-log to check what ticket are checked out.
|
| /freebsd-13.1/crypto/openssl/doc/man7/ |
| H A D | proxy-certificates.pod | 153 certificate is checked. 216 * ok is 1, the certificates are checked from top to 326 certificates checked properly, using the code above:
|