Home
last modified time | relevance | path

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

/freebsd/contrib/diff/lib/
H A 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/contrib/nvi/common/
H A Dmultibyte.h54 #define TOUPPER towupper macro
88 #define TOUPPER toupper macro
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h840 TOUPPER, enumerator
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h604 #define TOUPPER(x) toupper((u_char)(x)) macro