Searched refs:ldap_utf8isspace (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Ddsparse.c163 while ( ldap_utf8isspace( p )) { /* skip leading white space */
178 if ( *p == '\0' || ( ldap_utf8isspace( p ) && !in_quote )) {
H A Dgetdn.c126 while ( !ldap_utf8isspace( r ) && *r != ';'
216 while ( ldap_utf8isspace( (char *)dn )) { /* ignore leading spaces */
301 ldap_utf8isspace(
318 while ( ldap_utf8isspace( rdnstart ))
H A Dldaputf8.c229 ldap_utf8isspace( char* s ) function
H A Dtmplout.c708 while ( ldap_utf8isspace( s )) {
738 while ( ldap_utf8isspace( p )) {
744 while ( ldap_utf8isspace( s )) {
/opensolaris-onvv-gate/usr/src/lib/libldap5/include/ldap/
H A Dsolaris-int.h531 LDAP_API(int) LDAP_CALL ldap_utf8isspace( char* s );

Completed in 94 milliseconds