Symbol: ober_get_string
lib/libutil/ber.c
776
if (ober_get_string(ber, s) == -1)
lib/libutil/ber.h
114
int ober_get_string(struct ber_element *, char **);
libexec/login_ldap/aldap.c
520
if (ober_get_string(msg->dn, &dn) == -1)
libexec/login_ldap/aldap.c
556
if (ober_get_string(msg->body.res.diagmsg, &s) == -1)
regress/usr.sbin/snmpd/snmp.c
837
if (ober_get_string(root, &buf) == -1)
regress/usr.sbin/snmpd/snmp.c
863
if (ober_get_string(root, &buf) == -1)
regress/usr.sbin/snmpd/snmp.c
888
if (ober_get_string(root, &buf) == -1)
usr.bin/ldap/aldap.c
520
if (ober_get_string(msg->dn, &dn) == -1)
usr.bin/ldap/aldap.c
556
if (ober_get_string(msg->body.res.diagmsg, &s) == -1)
usr.bin/snmp/smi.c
373
if (ober_get_string(root, &buf) == -1)
usr.sbin/ldapd/attributes.c
42
if (a && ober_get_string(a, &s) == 0 && strcasecmp(s, attr) == 0)
usr.sbin/ldapd/attributes.c
75
if (ober_get_string(a, &s) == 0 && strcasecmp(s, value) == 0)
usr.sbin/ldapd/auth.c
352
if (ober_get_string(elm, &user_password) != 0)
usr.sbin/ldapd/filter.c
57
if (ober_get_string(v, &vs) != 0)
usr.sbin/ldapd/filter.c
74
if (ober_get_string(v, &vs) != 0)
usr.sbin/ldapd/index.c
106
if (ober_get_string(v, &s) != 0)
usr.sbin/ldapd/index.c
205
if (ober_get_string(v, &s) != 0)
usr.sbin/ldapd/ldape.c
276
if (ober_get_string(elm, &s) != 0) {
usr.sbin/ldapd/modify.c
105
if (a && ober_get_string(a, &s) == 0 &&
usr.sbin/ldapd/modify.c
162
if (attr == NULL || ober_get_string(attr, &s) != 0)
usr.sbin/ldapd/search.c
118
if (ober_get_string(a->be_sub, &adesc) != 0)
usr.sbin/ldapd/search.c
82
if (ober_get_string(elm, &fdesc) != 0)
usr.sbin/ldapd/validate.c
315
if (ober_get_string(a, &s) != 0) {
usr.sbin/ldapd/validate.c
68
if (ober_get_string(elm, &val) == -1) {
usr.sbin/snmpd/smi.c
402
if (ober_get_string(root, &buf) == -1)
usr.sbin/snmpd/smi.c
461
if (ober_get_string(root, &buf) == -1)
usr.sbin/snmpd/smi.c
487
if (ober_get_string(root, &buf) == -1)
usr.sbin/snmpd/smi.c
512
if (ober_get_string(root, &buf) == -1)
usr.sbin/ypldap/aldap.c
556
if (ober_get_string(msg->dn, &dn) == -1)
usr.sbin/ypldap/aldap.c
592
if (ober_get_string(msg->body.res.diagmsg, &s) == -1)