Searched refs:islower (Results 1 – 12 of 12) sorted by relevance
20 { "lower", islower },
77 int islower(int);127 __CTYPE_INLINE int islower(int c) in islower() function
39 #define islower(c) ((__ismask(c)&(_L)) != 0) macro
67 if (islower(c)) in inet_nsap_addr()
164 (c + 10 - (islower((unsigned char)c) ? 'a' : 'A')); in inet_aton()
120 if (islower(ch)) in ns_parse_ttl()
102 int iswlower(wint_t wc) { return islower(wc); } in iswlower()117 case WC_TYPE_LOWER: return islower(wc); in iswctype()
48 using ::islower;
140 digit = c + 10 - (islower(c) ? 'a' : 'A'); in inet_pton4()
106 int islower(int c) in islower() function
709 } else if (islower(c)) {
1030 else if (islower(ch)) in othercase()