Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ypldap/
H A Dber.h97 struct ber_element *ber_add_string(struct ber_element *, const char *);
H A Dber.c261 ber_add_string(struct ber_element *prev, const char *string) in ber_add_string() function
580 if ((ber = ber_add_string(ber, s)) == NULL) in ber_printf_elements()
H A Daldap.c186 if ((ber = ber_add_string(ber, attrs[i])) == NULL) in aldap_search()