Searched defs:TOUPPER (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/nvi/common/
H A Dmultibyte.h54 #define TOUPPER towupper macro
88 #define TOUPPER toupper macro
/freebsd-13-stable/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-13-stable/sys/contrib/ipfilter/netinet/
H A Dip_compat.h614 #define TOUPPER(x) toupper((u_char)(x)) macro

Completed in 159 milliseconds