Home
last modified time | relevance | path

Searched defs:TOUPPER (Results 1 – 7 of 7) sorted by relevance

/dflybsd-src/contrib/cvs-1.12/lib/
H A Dstrftime.c240 # define TOUPPER(Ch, L) __towupper_l (Ch, L) macro
243 # define TOUPPER(Ch, L) towupper (Ch) macro
249 # define TOUPPER(Ch, L) __toupper_l (Ch, L) macro
252 # define TOUPPER(Ch, L) toupper (Ch) macro
256 # define TOUPPER(Ch, L) (islower (Ch) ? toupper (Ch) : (Ch)) macro
/dflybsd-src/contrib/nvi2/common/
H A Dmultibyte.h54 #define TOUPPER towupper macro
88 #define TOUPPER toupper macro
/dflybsd-src/contrib/binutils-2.27/include/
H A Dsafe-ctype.h112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] macro
/dflybsd-src/contrib/gcc-4.7/include/
H A Dsafe-ctype.h112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] macro
/dflybsd-src/contrib/gcc-8.0/include/
H A Dsafe-ctype.h112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] macro
/dflybsd-src/contrib/binutils-2.34/include/
H A Dsafe-ctype.h112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] macro
/dflybsd-src/contrib/gdb-7/include/
H A Dsafe-ctype.h112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] macro