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

/freebsd-11-stable/contrib/gcclibs/include/
H A Dsafe-ctype.h115 extern const unsigned char _sch_tolower[256];
117 #define TOLOWER(c) _sch_tolower[(c) & 0xff]
/freebsd-11-stable/contrib/gdb/include/
H A Dsafe-ctype.h115 extern const unsigned char _sch_tolower[256];
117 #define TOLOWER(c) _sch_tolower[(c) & 0xff]
/freebsd-11-stable/contrib/binutils/include/
H A Dsafe-ctype.h115 extern const unsigned char _sch_tolower[256];
117 #define TOLOWER(c) _sch_tolower[(c) & 0xff]
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dsafe-ctype.c191 const unsigned char _sch_tolower[256] = variable
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dsafe-ctype.c191 const unsigned char _sch_tolower[256] = variable

Completed in 81 milliseconds