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

/freebsd-9.3-release/contrib/binutils/include/
H A Dsafe-ctype.h116 #define TOUPPER(c) _sch_toupper[(c) & 0xff] macro
/freebsd-9.3-release/contrib/gcclibs/include/
H A Dsafe-ctype.h116 #define TOUPPER(c) _sch_toupper[(c) & 0xff] macro
/freebsd-9.3-release/contrib/gdb/include/
H A Dsafe-ctype.h116 #define TOUPPER(c) _sch_toupper[(c) & 0xff] macro
/freebsd-9.3-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-9.3-release/contrib/gnu-sort/src/
H A Dsystem.h452 # define TOUPPER(Ch) toupper (Ch) macro
455 # define TOUPPER(Ch) (ISLOWER (Ch) ? toupper (Ch) : (Ch)) macro
/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_compat.h1763 #define TOUPPER(x) toupper((u_char)(x)) macro

Completed in 118 milliseconds