Searched defs:tolower (Results 1 – 18 of 18) 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
37 #define tolower(c) (bcm_isupper((c)) ? ((c) + 'a' - 'A') : (c)) macro
39 #define tolower(c) (bcm_isupper((c)) ? ((c) + 'a' - 'A') : (c)) macro
102 #define tolower(c) bcm_tolower(c) macro
31 #define tolower(c) (bcm_isupper((c)) ? ((c) + 'a' - 'A') : (c)) macro
32 #define tolower(c) (bcm_isupper((c)) ? ((c) + 'a' - 'A') : (c)) macro
93 #define tolower(c) bcm_tolower(c) macro
127 tolower = 0x40001868; symbol
95 __STATIC_INLINE unsigned char tolower(unsigned char c) in tolower() function
560 tolower(){ function
68 #define tolower(x) ((x) | 0x20) macro