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

  /src/external/bsd/openldap/dist/include/
ldap_pvt.h 256 #define LDAP_LOWER(c) ((c) >= 'a' && (c) <= 'z')
258 #define LDAP_ALPHA(c) (LDAP_LOWER(c) || LDAP_UPPER(c))
  /src/external/bsd/openldap/dist/libraries/libldap/
utf-8.c 456 return LDAP_LOWER(c);
getdn.c 417 #define LDAP_DN_ASCII_LOWER(c) LDAP_LOWER(c)

Completed in 15 milliseconds