Home
last modified time | relevance | path

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

1234567891011

/trueos/contrib/dialog/samples/
HDdialog.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])
/trueos/crypto/openssl/doc/ssl/
HDSSL_CTX_set_verify.pod53 server will send a certificate which will be checked. The result of the
54 certificate verification process can be checked after the TLS/SSL handshake
61 The certificate returned (if any) is checked. If the verification process
122 The certificate chain is checked starting with the deepest nesting level
124 At each level signatures and issuer attributes are checked. Whenever
151 In client mode, it is not checked whether the SSL_VERIFY_PEER flag
HDSSL_CTX_use_certificate.pod105 be checked. If e.g. the last item was a RSA certificate or key, the RSA
106 key/certificate pair will be checked. SSL_check_private_key() performs
108 this B<ssl>, the last item added into B<ctx> will be checked.
/trueos/usr.bin/tests/
HDregress.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.
/trueos/tools/tools/shlib-compat/test/
HDregress.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.
/trueos/lib/libc/nameser/
HDns_name.c426 int n, len, checked, l; in ns_name_unpack2() local
429 checked = 0; in ns_name_unpack2()
452 checked += l + 1; in ns_name_unpack2()
472 checked += 2; in ns_name_unpack2()
478 if (checked >= eom - msg) { in ns_name_unpack2()
/trueos/contrib/bmake/
HDmake.c123 static unsigned int checked = 1;/* Sequence # to detect recursion */ variable
692 checked++; in Make_Update()
1099 if (gn->checked == checked) { in MakeStartJobs()
1107 gn->checked = checked; in MakeStartJobs()
/trueos/bin/sh/tests/builtins/
HDcd5.016 # Test that the current directory is not checked before CDPATH.
/trueos/contrib/libyaml/
HDREADME8 If you checked the source code from the Subversion repository, run
/trueos/contrib/file/magic/Magdir/
HDadventure48 # I haven't checked for false matches yet.
107 # files, and checked them.
HDmotorola39 # besides the magic 0x601a, the text segment size is checked to be
/trueos/share/examples/ppp/
HDppp.linkdown.sample5 # This file is checked when ppp closes a connection.
HDppp.linkup.sample5 # This file is checked when ppp establishes a connection.
/trueos/crypto/openssl/crypto/dso/
HDREADME4 I've checked out HPUX (well, version 11 at least) and shl_t is
/trueos/contrib/ntp/arlib/
HDUNSHAR.HDR28 checked to make sure it worked and ran well. There's a man page included
/trueos/contrib/jansson/
HDREADME.rst41 If the source has been checked out from a Git repository, the
/trueos/crypto/openssh/
HDPROTOCOL.key53 quickly checked by verifying that both checkint fields
/trueos/crypto/openssl/doc/crypto/
HDCMS_verify.pod49 and the signature's checked.
73 If B<CMS_NO_CONTENT_VERIFY> is set then the content digest is not checked.
HDPKCS7_verify.pod49 the signature's checked.
71 If B<PKCS7_NOSIGS> is set then the signatures on the data are not checked.
HDDH_generate_parameters.pod37 checked, i.e. it does not equal 2 or 5.
/trueos/contrib/ipfilter/
HDREADME18 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
/trueos/crypto/heimdal/doc/
HDmigration.texi42 you can also check the kdc-log to check what ticket are checked out.
/trueos/contrib/groff/
HDREADME38 This will create a subdirectory, `~/cvswork/groff', with a "checked
80 building from `CVS' sources (either a checked out working copy, or a
/trueos/crypto/openssl/doc/HOWTO/
HDproxy_certificates.txt155 checked.
198 that when ok is 1, the certificates are checked
300 certificates checked properly, using the code above:
/trueos/contrib/binutils/binutils/
HDMAINTAINERS149 Fixes for obvious mistakes do not need approval, and can be checked in
161 also be checked into the current release branch. Normally however
175 relevent port maintainer(s), and can be approved/checked in by them.

1234567891011