Home
last modified time | relevance | path

Searched refs:ldap_x_utf8s_to_wcs (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dutf-8-conv.c130 ldap_x_utf8s_to_wcs ( wchar_t *wcstr, const char *utf8str, size_t count ) in ldap_x_utf8s_to_wcs() function
400 n = ldap_x_utf8s_to_wcs( wcs, utf8str, wcsize); in ldap_x_utf8s_to_mbs()
/netbsd-src/external/bsd/openldap/dist/include/
H A Dldap_utf8.h68 LDAP_F(int) ldap_x_utf8s_to_wcs LDAP_P((
/netbsd-src/external/bsd/openldap/dist/doc/devel/
H A Dutfconv.txt36 int ldap_x_utf8s_to_wcs - Convert a UTF-8 string to a wide character string.
60 2.2 ldap_x_utf8s_to_wcs - Convert a UTF-8 string to a wide character string.
62 int ldap_x_utf8s_to_wcs (wchar_t *wcstr, const char *utf8str, size_t count)
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/smbk5pwd/
H A Dsmbk5pwd.c476 ldap_x_utf8s_to_wcs( wcs, qpw->rs_new.bv_val, l ); in smbk5pwd_exop_passwd()