| /freebsd-12.1/contrib/libunwind/src/ |
| H A D | libunwind.cpp | 378 static bool checked = false; in logAPIs() local 380 if (!checked) { in logAPIs() 382 checked = true; in logAPIs() 390 static bool checked = false; in logUnwinding() local 392 if (!checked) { in logUnwinding() 394 checked = true; in logUnwinding() 402 static bool checked = false; in logDWARF() local 404 if (!checked) { in logDWARF() 406 checked = true; in logDWARF()
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_sync.cc | 155 for (uptr checked = 0; sz > 0; checked += kPageSize) { in ResetRange() local 159 if (!has_something && checked > (128 << 10)) in ResetRange() 163 for (uptr checked = 0; sz > 0; checked += kPageSize) { in ResetRange() local 169 if (!has_something && checked > (512 << 10)) in ResetRange()
|
| /freebsd-12.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-12.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-12.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-12.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-12.1/contrib/bmake/ |
| H A D | make.c | 123 static unsigned int checked = 1;/* Sequence # to detect recursion */ variable 691 checked++; in Make_Update() 1093 if (gn->checked == checked) { in MakeStartJobs() 1101 gn->checked = checked; in MakeStartJobs()
|
| /freebsd-12.1/contrib/llvm/tools/lld/docs/ |
| H A D | getting_started.rst | 41 * lld can also be checked out to ``path/to/llvm-project`` and built as an external 84 * lld can also be checked out to ``path/to/llvm-project`` and built as an external
|
| /freebsd-12.1/bin/sh/tests/builtins/ |
| H A D | cd5.0 | 16 # Test that the current directory is not checked before CDPATH.
|
| H A D | cd11.0 | 17 # Test that the current directory is not checked before CDPATH.
|
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| 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 | 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_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.
|
| H A D | CMS_verify.pod | 50 and the signature's checked. 74 If B<CMS_NO_CONTENT_VERIFY> is set then the content digest is not checked.
|
| H A D | PKCS7_verify.pod | 55 the signature's checked. 77 If B<PKCS7_NOSIGS> is set then the signatures on the data are not checked.
|
| /freebsd-12.1/share/examples/ppp/ |
| H A D | ppp.linkdown.sample | 5 # This file is checked when ppp closes a connection.
|
| H A D | ppp.linkup.sample | 5 # This file is checked when ppp establishes a connection.
|
| /freebsd-12.1/sys/gnu/dts/arm/ |
| H A D | berlin2cd-google-chromecast.dts | 31 * normally. Fortunately, this alternate property is checked
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | PROTOCOL.key | 53 quickly checked by verifying that both checkint fields
|
| /freebsd-12.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-12.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-12.1/crypto/openssl/doc/man1/ |
| H A D | pkeyparam.pod | 22 They can be checked for correctness and their components printed out.
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | motorola | 39 # besides the magic 0x601a, the text segment size is checked to be
|
| /freebsd-12.1/ |
| H A D | Makefile.sys.inc | 25 # above. MK_AUTO_OBJ not checked here for "yes" as it may not yet be enabled
|
| /freebsd-12.1/crypto/openssl/doc/HOWTO/ |
| H A D | proxy_certificates.txt | 155 checked. 208 * that when ok is 1, the certificates are checked 313 certificates checked properly, using the code above:
|