Home
last modified time | relevance | path

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

12345678910>>...13

/freebsd-12.1/contrib/libunwind/src/
H A Dlibunwind.cpp378 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 Dtsan_sync.cc155 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 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-12.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-12.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-12.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-12.1/contrib/bmake/
H A Dmake.c123 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 Dgetting_started.rst41 * 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 Dcd5.016 # Test that the current directory is not checked before CDPATH.
H A Dcd11.017 # Test that the current directory is not checked before CDPATH.
/freebsd-12.1/crypto/openssl/doc/man3/
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 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_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.
H A DCMS_verify.pod50 and the signature's checked.
74 If B<CMS_NO_CONTENT_VERIFY> is set then the content digest is not checked.
H A DPKCS7_verify.pod55 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 Dppp.linkdown.sample5 # This file is checked when ppp closes a connection.
H A Dppp.linkup.sample5 # This file is checked when ppp establishes a connection.
/freebsd-12.1/sys/gnu/dts/arm/
H A Dberlin2cd-google-chromecast.dts31 * normally. Fortunately, this alternate property is checked
/freebsd-12.1/crypto/openssh/
H A DPROTOCOL.key53 quickly checked by verifying that both checkint fields
/freebsd-12.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-12.1/crypto/heimdal/doc/
H A Dmigration.texi42 you can also check the kdc-log to check what ticket are checked out.
/freebsd-12.1/crypto/openssl/doc/man1/
H A Dpkeyparam.pod22 They can be checked for correctness and their components printed out.
/freebsd-12.1/contrib/file/magic/Magdir/
H A Dmotorola39 # besides the magic 0x601a, the text segment size is checked to be
/freebsd-12.1/
H A DMakefile.sys.inc25 # 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 Dproxy_certificates.txt155 checked.
208 * that when ok is 1, the certificates are checked
313 certificates checked properly, using the code above:

12345678910>>...13