Home
last modified time | relevance | path

Searched defs:TOUPPER (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/libldap5/include/ldap/
H A Dportable.h225 #define TOUPPER(c) (isascii(c) && islower(c) ? _toupper(c) : c) macro
228 #define TOUPPER(c) (isascii(c) && islower(c) ? toupper(c) : c) macro
/titanic_50/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h1700 #define TOUPPER(x) toupper((u_char)(x)) macro