Home
last modified time | relevance | path

Searched refs:ISLOWER (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dctype.h46 #define ISLOWER(_c) \ macro
54 ISLOWER(_c))
86 return (ISLOWER(c)); in islower()
/illumos-gate/usr/src/cmd/ipf/lib/
H A Dinet_addr.c88 #define ISLOWER(x) islower((u_char)(x)) macro
131 (c + 10 - (ISLOWER(c) ? 'a' : 'A'));
/illumos-gate/usr/src/lib/libdemangle/common/
H A Drust-v0puny.c255 if (ISLOWER(c)) { in char_val()
H A Drust-v0.c1385 } else if (ISLOWER(c)) { in rustv0_parse_base62()
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h1699 #define ISLOWER(x) islower((u_char)(x)) macro
/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfigure5155 if (XOR (islower (i), ISLOWER (i))