Searched refs:tolower (Results 1 – 2 of 2) sorted by relevance
63 #define tolower(c) __tolower(c) macro
108 *dst++ = tolower(*src); in string_lower()