Home
last modified time | relevance | path

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

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