/titanic_41/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | compare.c | 71 const struct berval *bvalue, LDAPControl **serverctrls, in ldap_compare_ext() argument 93 if ( attr == NULL || bvalue == NULL || bvalue->bv_len == 0 in ldap_compare_ext() 112 LDAP_REQ_COMPARE, dn, attr, bvalue )) != 0 ) { in ldap_compare_ext() 127 attr, bvalue->bv_val, (int)bvalue->bv_len /* XXX lossy cast */ ) in ldap_compare_ext() 164 const struct berval *bvalue, LDAPControl **serverctrls, in ldap_compare_ext_s() argument 170 if (( err = ldap_compare_ext( ld, dn, attr, bvalue, serverctrls, in ldap_compare_ext_s()
|
H A D | llib-lldap | 65 int ldap_compare_ext(LDAP *ld, const char *dn, const char *attr, const struct berval *bvalue, LDAPC… 67 int ldap_compare_ext_s(LDAP *ld, const char *dn, const char *attr, const struct berval *bvalue, LDA…
|
/titanic_41/usr/src/lib/libsldap/common/ |
H A D | ns_wrapper.c | 108 char *dn, char *attr, struct berval *bvalue, in _ns_ldap_compare_ext() argument 113 return (ldap_compare_ext(ld, dn, attr, bvalue, in _ns_ldap_compare_ext() 119 char *dn, char *attr, struct berval *bvalue, in _ns_ldap_compare_ext_s() argument 124 return (ldap_compare_ext_s(ld, dn, attr, bvalue, in _ns_ldap_compare_ext_s()
|
/titanic_41/usr/src/cmd/pcitool/ |
H A D | pcitool_ui.c | 1109 char *bvalue, *dvalue, *fvalue; in parse_device_opts() local 1111 if ((rval = extract_bdf(value, &bvalue, &dvalue, in parse_device_opts() 1116 if (!bvalue | !dvalue | !fvalue) { in parse_device_opts() 1120 if ((rval = extract_bdf_arg(bvalue, "bus", in parse_device_opts() 1463 char *bvalue, *dvalue, *fvalue; in parse_probeone_opts() local 1465 if ((rval = extract_bdf(value, &bvalue, &dvalue, in parse_probeone_opts() 1469 if (bvalue) in parse_probeone_opts() 1470 if ((rval = extract_bdf_arg(bvalue, "bus", in parse_probeone_opts()
|
/titanic_41/usr/src/cmd/ldap/common/ |
H A D | ldaptool.h | 196 const struct berval *bvalue, LDAPControl **serverctrls,
|
H A D | common.c | 1527 const struct berval *bvalue, LDAPControl **serverctrls, argument 1532 if (( rc = ldap_compare_ext( ld, dn, attrtype, bvalue, serverctrls,
|
/titanic_41/usr/src/lib/krb5/kadm5/ |
H A D | alt_prof.c | 1142 krb5_boolean bvalue; local 1247 if (!krb5_aprof_get_boolean(aprofile, hierarchy, TRUE, &bvalue)) { 1248 rparams->realm_reject_bad_transit = bvalue;
|
/titanic_41/usr/src/lib/efcode/engine/ |
H A D | fcode.c | 621 bvalue(fcode_env_t *env) in bvalue() function 937 P1275(0x0b8, DEFINER, "b(value)", bvalue); in _init()
|
/titanic_41/usr/src/common/ctf/ |
H A D | ctf_create.c | 1184 int bvalue; in enumcmp() local 1187 name, &bvalue) == CTF_ERR || value != bvalue); in enumcmp()
|
/titanic_41/usr/src/head/ |
H A D | ldap.h | 598 const char *attr, const struct berval *bvalue, 601 const char *attr, const struct berval *bvalue,
|