Home
last modified time | relevance | path

Searched defs:TOLOWER (Results 1 – 25 of 28) sorted by relevance

12

/netbsd-src/external/bsd/openldap/dist/include/ac/
H A Dctype.h29 # define TOLOWER(c) (isupper(c) ? tolower(c) : (c)) macro
32 # define TOLOWER(c) tolower(c) macro
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dstrncasecmp.c30 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) macro
H A Dstrcasecmp.c36 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) macro
H A Dstrftime.c244 # define TOLOWER(Ch, L) __towlower_l (Ch, L) macro
247 # define TOLOWER(Ch, L) towlower (Ch) macro
253 # define TOLOWER(Ch, L) __tolower_l (Ch, L) macro
256 # define TOLOWER(Ch, L) tolower (Ch) macro
260 # define TOLOWER(Ch, L) (isupper (Ch) ? tolower (Ch) : (Ch)) macro
/netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/
H A Dstrcasecmp.c37 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) macro
/netbsd-src/external/gpl2/texinfo/dist/lib/
H A Dstrcasecmp.c37 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) macro
/netbsd-src/external/gpl2/diffutils/dist/lib/
H A Dstrcasecmp.c37 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) macro
H A Dstrftime.c311 # define TOLOWER(Ch) towlower (Ch) macro
315 # define TOLOWER(Ch) tolower (Ch) macro
318 # define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) macro
H A Dregex.c250 # define TOLOWER(c) _tolower(c) macro
252 # define TOLOWER(c) tolower(c) macro
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Dm-common.c41 #define TOLOWER(C) (ISUPPER(C) ? tolower(C) : (C)) macro
H A Dregex.c215 # define TOLOWER(c) _tolower(c) macro
217 # define TOLOWER(c) tolower(c) macro
/netbsd-src/external/bsd/nvi/dist/common/
H A Dmultibyte.h59 #define TOLOWER towlower macro
92 #define TOLOWER tolower macro
/netbsd-src/external/gpl2/diffutils/dist/src/
H A Dsystem.h267 # define TOLOWER(c) tolower (c) macro
272 # define TOLOWER(c) (CTYPE_DOMAIN (c) && isupper (c) ? _tolower (c) : (c)) macro
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dsafe-ctype.h113 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Dsafe-ctype.h113 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dsafe-ctype.h113 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dsafe-ctype.h113 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
/netbsd-src/external/gpl2/grep/dist/src/
H A Dsystem.h192 #define TOLOWER(C) (ISUPPER(C) ? tolower(C) : (C)) macro
/netbsd-src/external/gpl3/gcc/dist/libquadmath/strtod/
H A Dstrtod_l.c51 # define TOLOWER(Ch) __towlower_l ((Ch), loc) macro
63 # define TOLOWER(Ch) tolower (Ch) macro
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/strtod/
H A Dstrtod_l.c51 # define TOLOWER(Ch) __towlower_l ((Ch), loc) macro
63 # define TOLOWER(Ch) tolower (Ch) macro
/netbsd-src/external/bsd/elftosb/dist/common/
H A Doptions.cpp43 #define TOLOWER(c) (isupper(c) ? tolower(c) : c) macro
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dregex.c246 # define TOLOWER(c) _tolower(c) macro
248 # define TOLOWER(c) tolower(c) macro
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dregex.c246 # define TOLOWER(c) _tolower(c) macro
248 # define TOLOWER(c) tolower(c) macro
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dregex.c246 # define TOLOWER(c) _tolower(c) macro
248 # define TOLOWER(c) tolower(c) macro
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dregex.c242 # define TOLOWER(c) _tolower(c) macro
244 # define TOLOWER(c) tolower(c) macro

12