Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetdn.c118 while ( !ldap_utf8isspace( r ) && *r != ';' in ldap_dn2ufn()
208 while ( ldap_utf8isspace( (char *)dn )) { /* ignore leading spaces */ in ldap_explode()
294 ldap_utf8isspace( in ldap_explode()
311 while ( ldap_utf8isspace( rdnstart )) in ldap_explode()
H A Ddsparse.c160 while ( ldap_utf8isspace( p )) { /* skip leading white space */ in next_token()
175 if ( *p == '\0' || ( ldap_utf8isspace( p ) && !in_quote )) { in next_token()
H A Dldaputf8.c237 ldap_utf8isspace( char* s ) in ldap_utf8isspace() function
H A Dtmplout.c704 while ( ldap_utf8isspace( s )) { in do_vals2text()
734 while ( ldap_utf8isspace( p )) { in do_vals2text()
740 while ( ldap_utf8isspace( s )) { in do_vals2text()
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dsolaris-int.h529 LDAP_API(int) LDAP_CALL ldap_utf8isspace( char* s );