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_UPPER
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/openldap/dist/include/
ldap_pvt.h
257
#define
LDAP_UPPER
(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
465
return
LDAP_UPPER
(c);
getdn.c
418
#define LDAP_DN_ASCII_UPPER(c)
LDAP_UPPER
(c)
Completed in 96 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026