Searched refs:ISLOWER (Results 1 – 14 of 14) sorted by relevance
84 #define ISLOWER(x) islower((u_char)(x)) macro125 (c + 10 - (ISLOWER(c) ? 'a' : 'A')); in inet_aton()
45 if (ISALPHA(*t) && ISLOWER(*t)) in printfieldhdr()
48 #define ISLOWER iswlower macro82 #define ISLOWER islower macro
153 if (ISLOWER(ch)) { in ulcase()
158 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')159 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))161 # define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \164 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))168 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
605 #define ISLOWER(x) islower((u_char)(x)) macro
1359 if (ISLOWER(__ch)) \ in re_sub()
2380 IMPL_CTYPE_FN(ISLOWER) in IMPL_CTYPE_FN()
4753 if (XOR (islower (i), ISLOWER (i))
7346 if (XOR (islower (i), ISLOWER (i))12815 if (XOR (islower (i), ISLOWER (i))
5110 if (XOR (islower (i), ISLOWER (i))
7731 if (XOR (islower (i), ISLOWER (i))25859 if (XOR (islower (i), ISLOWER (i))
23518 if (XOR (islower (i), ISLOWER (i))