Searched refs:TOLOWER (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/ypcmd/revnetgroup/
H A Dtable.c48 #define TOLOWER(c) (islower(c) ? c : \ macro
58 c1 = TOLOWER(c1) - 'a';
59 c2 = TOLOWER(c2) - 'a';
/opensolaris-onvv-gate/usr/src/lib/libldap4/include/
H A Dportable.h193 #define TOLOWER(c) (isascii(c) && isupper(c) ? _tolower(c) : c) macro
196 #define TOLOWER(c) (isascii(c) && isupper(c) ? tolower(c) : c) macro
/opensolaris-onvv-gate/usr/src/cmd/ipf/lib/common/
H A Dipft_tx.c207 if (!ISALPHA(c) || (TOLOWER(c) != 'o' && TOLOWER(c) != 'i')) {
211 *out = (TOLOWER(c) == 'o') ? 1 : 0;
/opensolaris-onvv-gate/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
/opensolaris-onvv-gate/usr/src/cmd/ipf/tools/
H A Dipfstat.c1536 c = TOLOWER(c);
/opensolaris-onvv-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h1696 #define TOLOWER(x) tolower((u_char)(x)) macro

Completed in 159 milliseconds