Home | History | Annotate | Download | only in libiberty

Lines Matching defs:TOLOWER

244 #  define TOLOWER(c) _tolower(c)
246 # define TOLOWER(c) tolower(c)
7962 preg->translate[i] = ISUPPER (i) ? TOLOWER (i) : i;