Searched refs:ldap_utf8copy (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dldaputf8.c81 ldap_utf8copy (char* dst, const char* src) function
/opensolaris-onvv-gate/usr/src/lib/libldap5/include/ldap/
H A Dsolaris-int.h514 LDAP_API(int) LDAP_CALL ldap_utf8copy( char* dst, const char* src );
540 #define LDAP_UTF8COPY(d,s) ((0x80 & *(unsigned char*)(s)) ? ldap_utf8copy(d,s) : ((*(d) = *(s)), 1))

Completed in 71 milliseconds