Home
last modified time | relevance | path

Searched refs:assertion (Results 1 – 25 of 596) sorted by relevance

12345678910>>...24

/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dassertion.c33 char *assertion, in ldap_create_assertion_control_value() argument
41 if ( assertion == NULL || assertion[ 0 ] == '\0' ) { in ldap_create_assertion_control_value()
59 err = ldap_pvt_put_filter( ber, assertion ); in ldap_create_assertion_control_value()
82 char *assertion, in ldap_create_assertion_control() argument
94 assertion, &value ); in ldap_create_assertion_control()
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc4517.txt38 argument, an assertion value, which also has a defined syntax. This
152 matching rules. Matching rules specify an argument, an assertion
211 and assertion values transferred in the LDAP protocol.
233 The description of each syntax specifies how attribute or assertion
1223 assertion values in the extensible match. It is not used as an
1382 attribute values against assertion values when performing Search and
1398 [RFC4511]. If an assertion is not Undefined, then the result of the
1407 assertion is the result of applying the selected matching rule. A
1412 Each assertion contains an assertion value. The definition of each
1413 matching rule specifies the syntax for the assertion value. The
[all …]
H A Drfc4528.txt32 directory operation should only be processed if an assertion applied
66 (LDAP) [RFC4510] assertion control. The assertion control allows the
79 assertion is applied to the base object of the search before
83 extends the compare operation to allow a more complex assertion.
102 The assertion control is an LDAP Control [RFC4511] whose controlType
130 update operations, the evaluation of the assertion MUST be performed
132 assertion and the normal processing of the operation SHALL be done as
138 are returned if the assertion fails.
156 As with any general assertion mechanism, the mechanism can be used to
233 The assertion control concept is attributed to Morteza Ansari.
H A Drfc3866.txt121 assertion or transfer encoding).
208 assertion, then for each entry within scope, the values of each
214 "name;lang-en-US" and assertion value "Billy Ray", against the
247 options in the DIT, then any assertion which includes a language tag
249 No error would be returned because of this; a presence assertion
252 If no options are specified in the assertion, then only the base
253 attribute type and the assertion value need match the value in the
257 assertion value "Billy Ray", against the following directory entry:
343 Thus, for example, a compare request of type "name" and assertion
355 "name;lang-de" and assertion value "Johann" against the above entry,
[all …]
H A Drfc3687.txt155 Section 3 describes the ComponentAssertion, a testable assertion
159 Section 4 introduces the ComponentFilter assertion, which is an
250 A ComponentAssertion is an assertion about the presence, or values
255 attribute value. The assertion evaluates to either TRUE, FALSE or
825 the assertion. Attribute matching rules are used to specify the
859 The value in a ComponentAssertion will be of the assertion syntax
861 the assertion syntax of a matching rule is not necessarily the same
864 Some matching rules do not have a fixed assertion syntax (e.g.,
865 allComponentsMatch). The required assertion syntax is determined in
869 decide the required assertion syntax.
[all …]
H A Drfc4518.txt200 Failure in any step causes the assertion to evaluate to Undefined.
325 assertion values: If the input string contains no non-space
343 For input strings that are substring assertion values: If the string
627 filter [RFC4515] assertion (CN=A*B*C) says to "match any value (of
640 assertion constructed by subdividing that substring into multiple
661 That is, the substrings assertion (CN=foo\20*\20bar) matches the
692 This statement applies to the assertion values and attribute values
693 as whole strings, and not individually to substrings of an assertion
695 an assertion value and attribute value match without any
696 consideration to insignificant characters, then that assertion value
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Dfilter_params.py80 assertion = self.assertMultiLineEqual
82 assertion = self.assertEqual
83 assertion(expected_result, filter_src(src_input))
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Dfilter_params.py80 assertion = self.assertMultiLineEqual
82 assertion = self.assertEqual
83 assertion(expected_result, filter_src(src_input))
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/DesignDocs/
H A DDebugMode.rst38 When a debug assertion fails the assertion handler is called via the
43 assertion handler as follows.
55 str.insert(bad_it, '!'); // causes debug assertion
/netbsd-src/external/gpl2/diffutils/dist/lib/
H A Dstrtoimax.c44 #define verify(name, assertion) struct name { char a[(assertion) ? 1 : -1]; } argument
H A Dexclude.c70 #define verify(name, assertion) struct name { char a[(assertion) ? 1 : -1]; } argument
/netbsd-src/external/mpl/bind/dist/doc/notes/
H A Dnotes-9.18.24.rst
H A Dnotes-9.18.11.rst
/netbsd-src/external/bsd/libarchive/dist/libarchive/test/
H A DREADME35 arguments if the assertion does fail. 'A' versions also accept
39 * You are encouraged to document each assertion with a failure() call
41 function whose text is displayed only if the assertion fails. It
/netbsd-src/external/bsd/openldap/dist/doc/drafts/
H A Ddraft-legg-ldap-transfer-xx.txt136 assertion values [MODELS] conforming to the syntax are normally
143 assertion values to be transferred using an alternative method of
147 assertion value are, or are requested to be, encoded according to
173 Transfer encoding options enable attribute and assertion values to be
175 LDAP-specific encoding. In fact, some attribute and assertion
193 description the associated attribute values or assertion value MUST
228 the transfer of attribute and assertion values in protocol; servers
235 associated attribute values or assertion value are (to be) encoded
243 associated attribute values or assertion value are (to be) encoded
247 associated attribute values or assertion value are (to be) encoded
[all …]
/netbsd-src/external/bsd/libfido2/dist/examples/
H A DREADME.adoc71 Asks <device> for a FIDO2 assertion corresponding to [cred_id],
72 which may be omitted for resident keys. The obtained assertion
77 If option -u is specified, the assertion is generated using
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/
H A Drfc4518.txt200 Failure in any step causes the assertion to evaluate to Undefined.
325 assertion values: If the input string contains no non-space
343 For input strings that are substring assertion values: If the string
627 filter [RFC4515] assertion (CN=A*B*C) says to "match any value (of
640 assertion constructed by subdividing that substring into multiple
661 That is, the substrings assertion (CN=foo\20*\20bar) matches the
692 This statement applies to the assertion values and attribute values
693 as whole strings, and not individually to substrings of an assertion
695 an assertion value and attribute value match without any
696 consideration to insignificant characters, then that assertion value
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/cpu/
H A Dsimplify.inc149 x-syntax x-base-ifield x-encoding x-ifield-assertion
159 (ifield-assertion x-ifield-assertion)
169 ; Fields ifield-assertion is absent.
H A Dm32c.cpu2279 (ifield-assertion (eq f-8-2 0))
2299 (ifield-assertion (eq (.sym f- base -3) 4))
2328 (ifield-assertion (andif (eq f-8-2 1) (eq f-10-1 0)))
2348 (ifield-assertion (andif (eq (.sym f- base1 -3) 0) (eq (.sym f- base2 -1) 1)))
2377 (ifield-assertion (andif (eq f-8-2 1) (eq f-10-1 1)))
2397 (ifield-assertion (andif (eq (.sym f- base1 -3) 0) (eq (.sym f- base2 -1) 0)))
2430 (ifield-assertion (eq f-8-4 #xA))
2443 (ifield-assertion (eq f-8-4 #xE))
2456 (ifield-assertion (eq f-8-4 #xB))
2469 (ifield-assertion (andif (eq f-8-2 2) (eq f-10-1 0)))
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/cpu/
H A Dsimplify.inc149 x-syntax x-base-ifield x-encoding x-ifield-assertion
159 (ifield-assertion x-ifield-assertion)
169 ; Fields ifield-assertion is absent.
/netbsd-src/external/gpl3/binutils/dist/cpu/
H A Dsimplify.inc149 x-syntax x-base-ifield x-encoding x-ifield-assertion
159 (ifield-assertion x-ifield-assertion)
169 ; Fields ifield-assertion is absent.
H A Dm32c.cpu2279 (ifield-assertion (eq f-8-2 0))
2299 (ifield-assertion (eq (.sym f- base -3) 4))
2328 (ifield-assertion (andif (eq f-8-2 1) (eq f-10-1 0)))
2348 (ifield-assertion (andif (eq (.sym f- base1 -3) 0) (eq (.sym f- base2 -1) 1)))
2377 (ifield-assertion (andif (eq f-8-2 1) (eq f-10-1 1)))
2397 (ifield-assertion (andif (eq (.sym f- base1 -3) 0) (eq (.sym f- base2 -1) 0)))
2430 (ifield-assertion (eq f-8-4 #xA))
2443 (ifield-assertion (eq f-8-4 #xE))
2456 (ifield-assertion (eq f-8-4 #xB))
2469 (ifield-assertion (andif (eq f-8-2 2) (eq f-10-1 0)))
[all …]
/netbsd-src/external/gpl3/gdb/dist/cpu/
H A Dsimplify.inc149 x-syntax x-base-ifield x-encoding x-ifield-assertion
159 (ifield-assertion x-ifield-assertion)
169 ; Fields ifield-assertion is absent.
H A Dm32c.cpu2279 (ifield-assertion (eq f-8-2 0))
2299 (ifield-assertion (eq (.sym f- base -3) 4))
2328 (ifield-assertion (andif (eq f-8-2 1) (eq f-10-1 0)))
2348 (ifield-assertion (andif (eq (.sym f- base1 -3) 0) (eq (.sym f- base2 -1) 1)))
2377 (ifield-assertion (andif (eq f-8-2 1) (eq f-10-1 1)))
2397 (ifield-assertion (andif (eq (.sym f- base1 -3) 0) (eq (.sym f- base2 -1) 0)))
2430 (ifield-assertion (eq f-8-4 #xA))
2443 (ifield-assertion (eq f-8-4 #xE))
2456 (ifield-assertion (eq f-8-4 #xB))
2469 (ifield-assertion (andif (eq f-8-2 2) (eq f-10-1 0)))
[all …]
/netbsd-src/external/mpl/bind/dist/tests/dns/
H A Ddbversion_test.c48 * The code below enables us to trap assertion failures for testing
56 jmp_buf assertion; variable
60 const int r = setjmp(assertion); \
72 longjmp(assertion, 1); in local_callback()

12345678910>>...24