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

  /src/external/bsd/openldap/dist/include/
ldap_pvt.h 255 #define LDAP_DIGIT(c) ((c) >= '0' && (c) <= '9')
259 #define LDAP_ALNUM(c) (LDAP_ALPHA(c) || LDAP_DIGIT(c))
265 #define LDAP_HEX(c) (LDAP_DIGIT(c) || \
  /src/external/bsd/openldap/dist/libraries/libldap/
filter.c 78 } else if LDAP_DIGIT( str[0] ) {
81 if( LDAP_DIGIT( str[i] )) {
114 } else if LDAP_DIGIT( str[0] ) {
123 if( LDAP_DIGIT( str[i] )) {
utf-8.c 397 return LDAP_DIGIT( c );
schema.c 1124 if ( !LDAP_DIGIT(**sp) ) {
1133 while ( LDAP_DIGIT(**sp) )
1170 if ( !LDAP_DIGIT(**sp) ) {
1177 while ( LDAP_DIGIT(**sp) ) {
1308 while ( LDAP_DIGIT(**sp) )
2302 while ( LDAP_DIGIT(*sp) )
getdn.c 421 #define LDAP_DN_ASCII_DIGIT(c) LDAP_DIGIT(c)
429 #define LDAP_DN_OID_LEADCHAR(c) LDAP_DIGIT(c)

Completed in 71 milliseconds