Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/
Dsafe-ctype.h113 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
/toolchain/binutils/binutils-2.27/libiberty/
Dregex.c243 # define TOLOWER(c) _tolower(c) macro
245 # define TOLOWER(c) tolower(c) macro