Home | History | Annotate | Download | only in dropbear

Lines Matching refs:TOUPPER

3621 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3627 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3637 || toupper (i) != TOUPPER (i))
4955 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4961 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4971 || toupper (i) != TOUPPER (i))