Searched defs:TOLOWER (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/include/
H A Dsafe-ctype.h113 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
/haiku-buildtools/legacy/binutils/include/
H A Dsafe-ctype.h117 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
/haiku-buildtools/binutils/include/
H A Dsafe-ctype.h113 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
/haiku-buildtools/gcc/libquadmath/strtod/
H A Dstrtod_l.c51 # define TOLOWER(Ch) __towlower_l ((Ch), loc) macro
63 # define TOLOWER(Ch) tolower (Ch) macro
[all...]
/haiku-buildtools/gcc/libiberty/
H A Dregex.c243 # define TOLOWER macro
245 # define TOLOWER macro
/haiku-buildtools/binutils/libiberty/
H A Dregex.c243 # define TOLOWER macro
245 # define TOLOWER macro
/haiku-buildtools/legacy/binutils/libiberty/
H A Dregex.c241 # define TOLOWER macro
243 # define TOLOWER macro

Completed in 250 milliseconds