Home
last modified time | relevance | path

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

/kvm-unit-tests/lib/
H A Dctype.h10 static inline int islower(int c) in islower() function
22 return isupper(c) || islower(c); in isalpha()
42 return islower(c) ? c - 'a' + 'A' : c; in toupper()