TOLOWER 218 libglibc/regex.c # define TOLOWER(c) _tolower(c) TOLOWER 220 libglibc/regex.c # define TOLOWER(c) tolower(c)