Home
last modified time | relevance | path

Searched refs:ldap_utf8prev (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dsolaris-int.h510 LDAP_API(char*) LDAP_CALL ldap_utf8prev( char* );
535 #define LDAP_UTF8PREV(s) ldap_utf8prev(s)
536 #define LDAP_UTF8DEC(s) (s=ldap_utf8prev(s))
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dldaputf8.c68 ldap_utf8prev (char* s) in ldap_utf8prev() function