Searched defs:tolower (Results 1 – 7 of 7) sorted by relevance
69 #define tolower(c) __tolower(c) macro
38 #define tolower(c) (bcm_isupper((c)) ? ((c) + 'a' - 'A') : (c)) macro
40 #define tolower(c) (bcm_isupper((c)) ? ((c) + 'a' - 'A') : (c)) macro
100 #define tolower(c) bcm_tolower(c) macro
560 tolower(){ function
68 #define tolower(x) ((x) | 0x20) macro