Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/include/ac/
H A Dctype.h28 # define TOUPPER(c) (islower(c) ? toupper(c) : (c)) macro
31 # define TOUPPER(c) toupper(c) macro
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dstrtol.c202 # define TOUPPER(Ch) __towupper_l ((Ch), loc) macro
206 # define TOUPPER(Ch) towupper (Ch) macro
215 # define TOUPPER(Ch) __toupper_l ((Ch), loc) macro
219 # define TOUPPER(Ch) toupper (Ch) macro
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Dstrtol.c202 # define TOUPPER(Ch) __towupper_l ((Ch), loc) macro
206 # define TOUPPER(Ch) towupper (Ch) macro
215 # define TOUPPER(Ch) __toupper_l ((Ch), loc) macro
219 # define TOUPPER(Ch) toupper (Ch) macro
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dstrtol.c210 # define TOUPPER(Ch) __towupper_l ((Ch), loc) macro
214 # define TOUPPER(Ch) towupper (Ch) macro
228 # define TOUPPER(Ch) __toupper_l ((Ch), loc) macro
232 # define TOUPPER(Ch) (IN_CTYPE_DOMAIN (Ch) ? toupper (Ch) : (Ch)) macro
H A Dstrftime.c243 # define TOUPPER(Ch, L) __towupper_l (Ch, L) macro
246 # define TOUPPER(Ch, L) towupper (Ch) macro
252 # define TOUPPER(Ch, L) __toupper_l (Ch, L) macro
255 # define TOUPPER(Ch, L) toupper (Ch) macro
259 # define TOUPPER(Ch, L) (islower (Ch) ? toupper (Ch) : (Ch)) macro
/netbsd-src/external/gpl2/diffutils/dist/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-src/external/gpl2/grep/dist/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-src/external/bsd/nvi/dist/common/
H A Dmultibyte.h60 #define TOUPPER towupper macro
93 #define TOUPPER toupper macro
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dsafe-ctype.h112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] macro
/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Dsafe-ctype.h112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] macro
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dsafe-ctype.h112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] macro
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dsafe-ctype.h112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] macro
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_compat.h710 #define TOUPPER(x) toupper((u_char)(x)) macro
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dsys_defs.h1775 #define TOUPPER(c) (ISLOWER(c) ? toupper((unsigned char)(c)) : (c)) macro