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

12

/netbsd-current/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-current/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
/netbsd-current/external/gpl2/groff/dist/src/libs/libgroff/
H A Dstrcasecmp.c37 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) macro
/netbsd-current/external/gpl2/texinfo/dist/lib/
H A Dstrcasecmp.c37 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) macro
/netbsd-current/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-current/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Dm-common.c41 #define TOLOWER(C) (ISUPPER(C) ? tolower(C) : (C)) macro
/netbsd-current/external/bsd/nvi/dist/common/
H A Dmultibyte.h59 #define TOLOWER towlower macro
92 #define TOLOWER tolower macro
/netbsd-current/external/gpl2/grep/dist/src/
H A Dsystem.h192 #define TOLOWER(C) (ISUPPER(C) ? tolower(C) : (C)) macro
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Dsafe-ctype.h113 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dsafe-ctype.h113 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dsafe-ctype.h113 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dsafe-ctype.h113 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dsafe-ctype.h113 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dsafe-ctype.h113 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
/netbsd-current/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-current/external/bsd/elftosb/dist/common/
H A Doptions.cpp43 #define TOLOWER(c) (isupper(c) ? tolower(c) : c) macro
/netbsd-current/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
[all...]
/netbsd-current/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
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dsys_defs.h1774 #define TOLOWER(c) (ISUPPER(c) ? tolower((unsigned char)(c)) : (c)) macro
/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dip_compat.h711 #define TOLOWER(x) tolower((u_char)(x)) macro
/netbsd-current/external/gpl2/grep/dist/lib/
H A Dregex.c262 # define TOLOWER macro
264 # define TOLOWER macro
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dregex.c242 # define TOLOWER macro
244 # define TOLOWER macro

Completed in 300 milliseconds

12