/netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
H A D | dn.c | 797 struct berval *asserted = (struct berval *) assertedValue; in dnMatch() local 803 assert( !BER_BVISNULL( asserted ) ); in dnMatch() 805 match = value->bv_len - asserted->bv_len; in dnMatch() 808 match = memcmp( value->bv_val, asserted->bv_val, in dnMatch() 813 match, value->bv_val, asserted->bv_val ); in dnMatch() 832 struct berval *asserted = (struct berval *) assertedValue; in dnRelativeMatch() local 838 assert( !BER_BVISNULL( asserted ) ); in dnRelativeMatch() 841 if( asserted->bv_len > value->bv_len ) { in dnRelativeMatch() 843 } else if ( asserted->bv_len == value->bv_len ) { in dnRelativeMatch() 844 match = memcmp( value->bv_val, asserted->bv_val, in dnRelativeMatch() [all …]
|
H A D | schema_prep.c | 120 AttributeType *asserted = at_bvfind( a ); in attributeTypeMatch() local 122 if( asserted == NULL ) { in attributeTypeMatch() 138 *matchp = ( asserted != at ); in attributeTypeMatch() 153 MatchingRule *asserted = mr_bvfind( a ); in matchingRuleMatch() local 155 if( asserted == NULL ) { in matchingRuleMatch() 171 *matchp = ( asserted != mrv ); in matchingRuleMatch() 186 ObjectClass *asserted = oc_bvfind( a ); in objectClassMatch() local 188 if( asserted == NULL ) { in objectClassMatch() 204 *matchp = ( asserted != oc ); in objectClassMatch() 219 ObjectClass *asserted = oc_bvfind( a ); in objectSubClassMatch() local [all …]
|
H A D | compare.c | 262 int asserted; in fe_op_compare() local 264 asserted = bvmatch( &ava->aa_value, &slap_true_bv ) in fe_op_compare() 266 if ( hasSubordinates == asserted ) { in fe_op_compare()
|
H A D | schema_init.c | 657 struct berval *asserted = (struct berval *) assertedValue; in octetStringMatch() local 658 ber_slen_t d = (ber_slen_t) value->bv_len - (ber_slen_t) asserted->bv_len; in octetStringMatch() 662 : memcmp( value->bv_val, asserted->bv_val, value->bv_len ); in octetStringMatch() 676 struct berval *asserted = (struct berval *) assertedValue; in octetStringOrderingMatch() local 678 ber_len_t av_len = asserted->bv_len; in octetStringOrderingMatch() 680 int match = memcmp( value->bv_val, asserted->bv_val, in octetStringOrderingMatch() 1545 struct berval *asserted = (struct berval *) assertedValue; in uniqueMemberMatch() local 1546 struct berval assertedDN = *asserted; in uniqueMemberMatch() 1552 if ( !BER_BVISEMPTY( asserted ) ) { in uniqueMemberMatch() 1676 struct berval *asserted = (struct berval *) assertedValue; in uniqueMemberFilter() local [all …]
|
/netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
H A D | rfc3698.txt | 90 The booleanMatch rule compares for equality a asserted Boolean value 103 The caseExactMatch rule compares for equality the asserted value with 128 asserted string with an attribute value of DirectoryString syntax. 140 The caseExactSubstringsMatch rule determines whether the asserted 153 The caseIgnoreListSubstringMatch rule compares the asserted substring 156 purposes. The asserted value matches a stored value if and only if 157 the asserted value matches the string formed by concatenating the 160 initial, any, or final values of the asserted value are considered to 181 asserted DirectoryString value with an attribute value of type 184 value has a first component whose value matches the asserted [all …]
|
H A D | rfc3112.txt | 133 This matching rule allows a client to assert that an asserted 139 same scheme, authInfo, and authValue components as the asserted 141 asserted value; and "Undefined" otherwise. 153 "TRUE" if one or more attribute values matches the asserted value, 247 A match against an asserted password and an attribute value of this 249 of the asserted value and the salt is equal to the MD5 digest 273 A match against an asserted password and an attribute value of this 275 of the asserted value and the salt is equal to the SHA1 digest 296 selected schemes. If the asserted password matches any of the 297 stored values, the asserted password SHOULD be considered valid.
|
H A D | rfc4532.txt | 68 associates with the identity asserted in the Proxied Authorization 197 As servers often map the asserted authzId to another identity 203 server associates with the identity asserted in the Proxied 206 the asserted identity.
|
H A D | rfc3045.txt | 182 asserted vendor or that its version is the asserted version and
|
H A D | rfc4530.txt | 146 The 'uuidMatch' matching rule compares an asserted UUID with a stored 161 The 'uuidOrderingMatch' matching rule compares an asserted UUID with
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-monitor/ |
H A D | log.c | 287 struct berval asserted; in add_values() local 291 &mod->sm_values[ i ], &asserted, &text, in add_values() 301 0, &a->a_nvals[ j ], &asserted, &text ); in add_values() 304 free( asserted.bv_val ); in add_values() 309 free( asserted.bv_val ); in add_values() 367 struct berval asserted; in delete_values() local 371 &mod->sm_values[ i ], &asserted, &text, in delete_values() 380 0, &a->a_nvals[ j ], &asserted, &text ); in delete_values() 408 free( asserted.bv_val ); in delete_values()
|
/netbsd-src/external/gpl3/gdb/dist/sim/ppc/ |
H A D | hw_opic.c | 724 int asserted) in handle_interrupt() argument 734 ASSERT(asserted); in handle_interrupt() 759 && !asserted) { in handle_interrupt() 771 && asserted) { in handle_interrupt() 784 && !asserted) { in handle_interrupt() 790 && asserted) { in handle_interrupt()
|
/netbsd-src/crypto/external/bsd/netpgp/dist/ |
H A D | Licence | 3 Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | X509_check_purpose.pod | 61 =item E<32>4 basicConstraints absent but keyUsage present and keyCertSign asserted.
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | X509_check_purpose.pod | 65 =item E<32>4 basicConstraints absent but keyUsage present and keyCertSign asserted.
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | ThreadSafety.cpp | 136 bool asserted() const { return Source == Asserted; } in asserted() function in __anon68dfda3c0111::FactEntry 868 if (!managed() && !asserted() && !negative() && !isUniversal()) { in handleRemovalFromIntersection() 1310 if (inCurrentScope(*Entry) && !Entry->asserted()) in addLock() 1318 !Entry->asserted() && !Entry->declared()) { in addLock() 1325 if (!Entry->asserted()) in addLock() 2225 } else if (LEK1 == LEK_LockedSomePredecessors && LDat1.asserted() && in intersectAndWarn() 2226 !LDat2.asserted()) { in intersectAndWarn()
|
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
H A D | armada-385-clearfog-gtr.dtsi | 434 * This signal, when asserted, isolates Armada 38x sample at reset pins 435 * from control of external devices. Should be de-asserted after reset.
|
H A D | sun8i-a83t-allwinner-h8homlet-v2.dts | 232 * logic is ready and 30ms after the reset pin is de-asserted.
|
H A D | sun8i-a83t-bananapi-m3.dts | 360 * 30ms after the reset pin is de-asserted.
|
H A D | sun9i-a80-cubieboard4.dts | 415 * 30ms after the reset pin is de-asserted.
|
/netbsd-src/external/bsd/ntp/dist/html/hints/ |
H A D | aix | 47 > AIX asserted in psx_timeo(). Reason for the assert was that
|
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/ |
H A D | datamorph.c | 932 struct berval *asserted = assertedValue; in datamorphBinarySignedOrderingMatch() local 934 ber_len_t av_len = asserted->bv_len; in datamorphBinarySignedOrderingMatch() 941 int match = ( *value->bv_val >= 0 ) - ( *asserted->bv_val >= 0 ); in datamorphBinarySignedOrderingMatch() 945 if ( match == 0 ) match = memcmp( value->bv_val, asserted->bv_val, v_len ); in datamorphBinarySignedOrderingMatch()
|
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/ |
H A D | fsl-ls1088a-ten64.dts | 36 * asserted
|
/netbsd-src/external/bsd/openldap/dist/doc/drafts/ |
H A D | draft-chu-ldap-csn-xx.txt | 130 The 'csnMatch' matching rule compares an asserted CSN with a stored 143 The 'csnOrderingMatch' matching rule compares an asserted CSN
|
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5416/ |
H A D | ar9280v2.ini | 898 /* Auto generated PCI-E PHY config for Merlin with CLKREQ de-asserted in L1 mode. */ 899 /* In L1 mode, deassert CLKREQ, power consumption will be lower than leaving CLKREQ asserted. */ 913 /* Auto generated PCI-E PHY config for Merlin with CLKREQ always asserted in L1 mode */ 914 /* In L1 mode leave CLKREQ asserted, power consumption will be little high. */
|
/netbsd-src/external/bsd/openldap/dist/doc/guide/admin/ |
H A D | backends.sdf | 40 of locally authenticated clients is asserted to the remote server, possibly 42 with some administrative identity, and, if required, authorizes the asserted
|