Searched refs:_sch_tolower (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/gdb/include/
H A Dsafe-ctype.h115 extern const unsigned char _sch_tolower[256];
117 #define TOLOWER(c) _sch_tolower[(c) & 0xff]
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dsafe-ctype.c190 const unsigned char _sch_tolower[256] = variable

Completed in 52 milliseconds