Home
last modified time | relevance | path

Searched refs:ber_add_string (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/usr.sbin/ypldap/
H A Dber.h98 struct ber_element *ber_add_string(struct ber_element *, const char *);
H A Dber.c262 ber_add_string(struct ber_element *prev, const char *string) in ber_add_string() function
581 if ((ber = ber_add_string(ber, s)) == NULL) in ber_printf_elements()
H A Daldap.c187 if ((ber = ber_add_string(ber, attrs[i])) == NULL) in aldap_search()