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

/freebsd-10.1-release/contrib/nvi/common/
H A Dmultibyte.h56 #define TOUPPER towupper macro
90 #define TOUPPER toupper macro
/freebsd-10.1-release/contrib/binutils/include/
H A Dsafe-ctype.h116 #define TOUPPER(c) _sch_toupper[(c) & 0xff] macro
/freebsd-10.1-release/contrib/gcclibs/include/
H A Dsafe-ctype.h116 #define TOUPPER(c) _sch_toupper[(c) & 0xff] macro
/freebsd-10.1-release/contrib/gdb/include/
H A Dsafe-ctype.h116 #define TOUPPER(c) _sch_toupper[(c) & 0xff] macro
/freebsd-10.1-release/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-10.1-release/sys/contrib/ipfilter/netinet/
H A Dip_compat.h637 #define TOUPPER(x) toupper((u_char)(x)) macro

Completed in 281 milliseconds