Home | History | Annotate | Download | only in libpcap

Lines Matching refs:TOUPPER

3955 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3961 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3971 || toupper (i) != TOUPPER (i))