Home
last modified time | relevance | path

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

/dragonfly/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
/dragonfly/contrib/nvi2/common/
H A Dmultibyte.h54 #define TOUPPER towupper macro
88 #define TOUPPER toupper macro
/dragonfly/contrib/diffutils/lib/
H A Dnstrftime.c274 # define TOUPPER(Ch, L) __towupper_l (Ch, L) macro
277 # define TOUPPER(Ch, L) towupper (Ch) macro
282 # define TOUPPER(Ch, L) __toupper_l (Ch, L) macro
285 # define TOUPPER(Ch, L) toupper (Ch) macro
/dragonfly/contrib/binutils-2.27/include/
H A Dsafe-ctype.h112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] macro
/dragonfly/contrib/gcc-4.7/include/
H A Dsafe-ctype.h112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] macro
/dragonfly/contrib/binutils-2.34/include/
H A Dsafe-ctype.h112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] macro
/dragonfly/contrib/gdb-7/include/
H A Dsafe-ctype.h112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] macro
/dragonfly/contrib/gcc-8.0/include/
H A Dsafe-ctype.h112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] macro