Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/diff/lib/
Dstrftime.c226 # define TOUPPER(Ch, L) __towupper_l (Ch, L) macro
229 # define TOUPPER(Ch, L) towupper (Ch) macro
235 # define TOUPPER(Ch, L) __toupper_l (Ch, L) macro
238 # define TOUPPER(Ch, L) toupper (Ch) macro
242 # define TOUPPER(Ch, L) (islower (Ch) ? toupper (Ch) : (Ch)) macro
/freebsd-12-stable/contrib/nvi/common/
Dmultibyte.h54 #define TOUPPER towupper macro
88 #define TOUPPER toupper macro
/freebsd-12-stable/contrib/gcclibs/include/
Dsafe-ctype.h116 #define TOUPPER(c) _sch_toupper[(c) & 0xff] macro
/freebsd-12-stable/contrib/gdb/include/
Dsafe-ctype.h116 #define TOUPPER(c) _sch_toupper[(c) & 0xff] macro
/freebsd-12-stable/contrib/binutils/include/
Dsafe-ctype.h116 #define TOUPPER(c) _sch_toupper[(c) & 0xff] macro
/freebsd-12-stable/sys/netpfil/ipfilter/netinet/
Dip_compat.h606 #define TOUPPER(x) toupper((u_char)(x)) macro