Searched defs:tolower (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/
H A Dctype.h52 #define tolower(c) __tolower(c) macro
/linux-4.1.27/tools/perf/util/
H A Dutil.h213 #undef tolower macro
241 #define tolower(x) sane_case((unsigned char)(x), 0x20) macro

Completed in 179 milliseconds