Home | History | Annotate | Download | only in e2fsprogs

Lines Matching refs:ISLOWER

6398 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6399 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6401 # define ISLOWER(c) \
6405 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6414 if (XOR (islower (i), ISLOWER (i))