HomeSort by: relevance | last modified time | path
    Searched refs:LDAP_SPACE (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/openldap/dist/libraries/libldap/
sortctrl.c 66 while (LDAP_SPACE(*p)) /* Skip leading whitespace */
74 while (!LDAP_SPACE(*p)) /* Skip till next space or end of string. */
110 while (LDAP_SPACE(*p))
filter.c 384 while( LDAP_SPACE( *str ) ) str++;
524 while ( *str && LDAP_SPACE( (unsigned char) *str ) ) {
828 while( LDAP_SPACE( *str ) ) str++;
959 while ( *str && LDAP_SPACE( (unsigned char) *str ) ) {
schema.c 198 if ( ss->pos > 0 && LDAP_SPACE(ss->val[ss->pos-1]) )
1064 while ( !LDAP_SPACE(**sp) &&
1095 while (LDAP_SPACE(**sp))
  /src/external/bsd/openldap/dist/include/
ldap_pvt.h 254 #define LDAP_SPACE(c) ((c) == ' ' || (c) == '\t' || (c) == '\n')

Completed in 31 milliseconds