Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/cvs/lib/
Dstrtol.c207 # define TOUPPER(Ch) __towupper_l ((Ch), loc) macro
211 # define TOUPPER(Ch) towupper (Ch) macro
225 # define TOUPPER(Ch) __toupper_l ((Ch), loc) macro
229 # define TOUPPER(Ch) (IN_CTYPE_DOMAIN (Ch) ? toupper (Ch) : (Ch)) macro
Dstrftime.c240 # define TOUPPER(Ch, L) __towupper_l (Ch, L) macro
243 # define TOUPPER(Ch, L) towupper (Ch) macro
249 # define TOUPPER(Ch, L) __toupper_l (Ch, L) macro
252 # define TOUPPER(Ch, L) toupper (Ch) macro
256 # define TOUPPER(Ch, L) (islower (Ch) ? toupper (Ch) : (Ch)) macro
/mirbsd/src/gnu/usr.bin/binutils/include/
Dsafe-ctype.h116 #define TOUPPER(c) _sch_toupper[(c) & 0xff] macro
/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTUtils.h509 #define TOUPPER(c) ascii_toupper(UCH(c)) macro
515 #define TOUPPER(c) (islower(UCH(c)) ? toupper(UCH(c)) : UCH(c)) macro