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

/freebsd-10.0-release/contrib/binutils/include/
H A Dsafe-ctype.h114 extern const unsigned char _sch_toupper[256];
116 #define TOUPPER(c) _sch_toupper[(c) & 0xff]
/freebsd-10.0-release/contrib/gcclibs/include/
H A Dsafe-ctype.h114 extern const unsigned char _sch_toupper[256];
116 #define TOUPPER(c) _sch_toupper[(c) & 0xff]
/freebsd-10.0-release/contrib/gdb/include/
H A Dsafe-ctype.h114 extern const unsigned char _sch_toupper[256];
116 #define TOUPPER(c) _sch_toupper[(c) & 0xff]
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dsafe-ctype.c220 const unsigned char _sch_toupper[256] = variable
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dsafe-ctype.c220 const unsigned char _sch_toupper[256] = variable

Completed in 217 milliseconds