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

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/include/ac/
H A Dctype.h24 #undef TOUPPER macro
28 # define TOUPPER(c) (islower(c) ? toupper(c) : (c)) macro
31 # define TOUPPER(c) toupper(c) macro
/netbsd-6-1-5-RELEASE/dist/nvi/common/
H A Dmultibyte.h59 #define TOUPPER towupper macro
91 #define TOUPPER toupper macro
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A 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
H A 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
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/
H A Dsafe-ctype.h112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/include/
H A Dsafe-ctype.h112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/include/
H A Dsafe-ctype.h116 #define TOUPPER(c) _sch_toupper[(c) & 0xff] macro
/netbsd-6-1-5-RELEASE/gnu/dist/grep/lib/
H A Dstrtol.c213 # define TOUPPER(Ch) __towupper_l ((Ch), loc) macro
217 # define TOUPPER(Ch) towupper (Ch) macro
231 # define TOUPPER(Ch) __toupper_l ((Ch), loc) macro
235 # define TOUPPER(Ch) (IN_CTYPE_DOMAIN (Ch) ? toupper (Ch) : (Ch)) macro
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/lib/
H A Dstrtol.c209 # define TOUPPER(Ch) __towupper_l ((Ch), loc) macro
213 # define TOUPPER(Ch) towupper (Ch) macro
227 # define TOUPPER(Ch) __toupper_l ((Ch), loc) macro
231 # define TOUPPER(Ch) (IN_CTYPE_DOMAIN (Ch) ? toupper (Ch) : (Ch)) macro
H A Dstrftime.c310 # define TOUPPER(Ch) towupper (Ch) macro
314 # define TOUPPER(Ch) toupper (Ch) macro
317 # define TOUPPER(Ch) (islower (Ch) ? toupper (Ch) : (Ch)) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/
H A Dsafe-ctype.h112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] macro
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A Dstrtol.c192 # define TOUPPER(Ch) __towupper_l ((Ch), loc) macro
196 # define TOUPPER(Ch) towupper (Ch) macro
210 # define TOUPPER(Ch) __toupper_l ((Ch), loc) macro
214 # define TOUPPER(Ch) (IN_CTYPE_DOMAIN (Ch) ? toupper (Ch) : (Ch)) macro
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dsys_defs.h1620 #define TOUPPER(c) (ISLOWER(c) ? toupper((unsigned char)(c)) : (c)) macro
/netbsd-6-1-5-RELEASE/sys/dist/ipf/netinet/
H A Dip_compat.h1856 #define TOUPPER(x) toupper((u_char)(x)) macro

Completed in 214 milliseconds