Home | History | Annotate | Download | only in libusb-compat

Lines Matching refs:ISLOWER

6702 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6703 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6705 # define ISLOWER(c) \
6709 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6718 if (XOR (islower (i), ISLOWER (i))