Searched defs:bcm_toupper (Results 1 – 4 of 4) sorted by relevance
78 #define bcm_toupper(c) (bcm_islower((c)) ? ((c) + 'A' - 'a') : (c)) macro
83 #define bcm_toupper(c) (bcm_islower((c)) ? ((c) + 'A' - 'a') : (c)) macro
86 #define bcm_toupper(c) (bcm_islower((c)) ? ((c) + 'A' - 'a') : (c)) macro
94 #define bcm_toupper(c) (bcm_islower((c)) ? ((c) + 'A' - 'a') : (c)) macro