Searched defs:TOLOWER (Results 1 - 25 of 26) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/include/ac/
H A Dctype.h25 #undef TOLOWER macro
29 # define TOLOWER(c) (isupper(c) ? tolower(c) : (c)) macro
32 # define TOLOWER(c) tolower(c) macro
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dstrncasecmp.c27 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) macro
H A Dstrcasecmp.c33 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) macro
H A Dstrftime.c241 # define TOLOWER(Ch, L) __towlower_l (Ch, L) macro
244 # define TOLOWER(Ch, L) towlower (Ch) macro
250 # define TOLOWER(Ch, L) __tolower_l (Ch, L) macro
253 # define TOLOWER(Ch, L) tolower (Ch) macro
257 # define TOLOWER(Ch, L) (isupper (Ch) ? tolower (Ch) : (Ch)) macro
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/lib/
H A Dstrcasecmp.c37 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) macro
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/libs/libgroff/
H A Dstrcasecmp.c37 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) macro
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/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 macro
252 # define TOLOWER macro
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A Dstrcasecmp.c35 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/libgrep/
H A Dm-common.c41 #define TOLOWER(C) (ISUPPER(C) ? tolower(C) : (C)) macro
H A Dregex.c214 # define TOLOWER macro
216 # define TOLOWER macro
/netbsd-6-1-5-RELEASE/dist/nvi/common/
H A Dmultibyte.h58 #define TOLOWER towlower macro
90 #define TOLOWER tolower macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/
H A Dsafe-ctype.h113 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/include/
H A Dsafe-ctype.h113 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/include/
H A Dsafe-ctype.h117 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
/netbsd-6-1-5-RELEASE/gnu/dist/grep/src/
H A Dsystem.h192 #define TOLOWER(C) (ISUPPER(C) ? tolower(C) : (C)) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/
H A Dsafe-ctype.h113 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/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-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dsys_defs.h1619 #define TOLOWER(c) (ISUPPER(c) ? tolower((unsigned char)(c)) : (c)) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/
H A Dregex.c241 # define TOLOWER macro
243 # define TOLOWER macro
/netbsd-6-1-5-RELEASE/gnu/dist/grep/lib/
H A Dregex.c262 # define TOLOWER macro
264 # define TOLOWER macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Dregex.c241 # define TOLOWER macro
243 # define TOLOWER macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dregex.c241 # define TOLOWER macro
243 # define TOLOWER macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/
H A Dregex.c241 # define TOLOWER macro
243 # define TOLOWER macro

Completed in 516 milliseconds

12