Searched refs:islower (Results 1 – 3 of 3) sorted by relevance
224 if (!islower(*dev)) { in tomacro()
895 if (islower(*str)) { in allCaps()
1263 #define islower(ch) ((ch) >= 'a' && (ch) <= 'z') macro1272 (isdigit(x) ? (x) - '0' : islower(x) ? (x) + 10 - 'a' : (x) + 10 - 'A')3968 if (islower(cc)) { in dtrace_json()4103 if (islower(cc)) { in dtrace_json()