Home
last modified time | relevance | path

Searched defs:TOLOWER (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/ypcmd/revnetgroup/
H A Dtable.c48 #define TOLOWER(c) (islower(c) ? c : \ macro
/titanic_50/usr/src/lib/libldap5/include/ldap/
H A Dportable.h226 #define TOLOWER(c) (isascii(c) && isupper(c) ? _tolower(c) : c) macro
229 #define TOLOWER(c) (isascii(c) && isupper(c) ? tolower(c) : c) macro
/titanic_50/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h1701 #define TOLOWER(x) tolower((u_char)(x)) macro