Searched defs:tolower (Results 1 – 5 of 5) sorted by relevance
11 tolower(int c) in tolower() function
13 tolower(int c) in tolower() function
25 #define tolower(c) ((c)-'A'+'a') macro
18 #define tolower(r) ((r)-'A'+'a') macro
1024 tolower(int c) in tolower() function