OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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 18 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026