Searched defs:tolower (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/tools/perf/util/ | ||
D | sane_ctype.h | 42 #define tolower(x) sane_case((unsigned char)(x), 0x20) macro |
/Linux-v4.19/include/linux/ | ||
D | ctype.h | 56 #define tolower(c) __tolower(c) macro |