Home | History | Annotate | Download | only in libusb

Lines Matching refs:ISLOWER

6707 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6708 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6710 # define ISLOWER(c) \
6714 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6723 if (XOR (islower (i), ISLOWER (i))