Home
last modified time | relevance | path

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

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