Home
last modified time | relevance | path

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

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