Home
last modified time | relevance | path

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

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