Home | History | Annotate | Download | only in genext2fs

Lines Matching refs:ISLOWER

4113 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4114 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4116 # define ISLOWER(c) \
4120 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4129 if (XOR (islower (i), ISLOWER (i))