Home
last modified time | relevance | path

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

/dragonfly/contrib/diffutils/lib/
H A Dmbscasecmp.c29 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) macro
H A Dnstrftime.c275 # define TOLOWER(Ch, L) __towlower_l (Ch, L) macro
278 # define TOLOWER(Ch, L) towlower (Ch) macro
283 # define TOLOWER(Ch, L) __tolower_l (Ch, L) macro
286 # define TOLOWER(Ch, L) tolower (Ch) macro
/dragonfly/contrib/cvs-1.12/lib/
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
/dragonfly/contrib/grep/lib/
H A Dmbscasecmp.c29 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) macro
/dragonfly/contrib/nvi2/common/
H A Dmultibyte.h53 #define TOLOWER towlower macro
87 #define TOLOWER tolower macro
/dragonfly/contrib/binutils-2.27/include/
H A Dsafe-ctype.h113 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
/dragonfly/contrib/gcc-4.7/include/
H A Dsafe-ctype.h113 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
/dragonfly/contrib/binutils-2.34/include/
H A Dsafe-ctype.h113 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
/dragonfly/contrib/gdb-7/include/
H A Dsafe-ctype.h113 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
/dragonfly/contrib/gcc-8.0/include/
H A Dsafe-ctype.h113 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dregex.c243 # define TOLOWER(c) _tolower(c) macro
245 # define TOLOWER(c) tolower(c) macro
/dragonfly/contrib/gdb-7/libiberty/
H A Dregex.c243 # define TOLOWER(c) _tolower(c) macro
245 # define TOLOWER(c) tolower(c) macro
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dregex.c242 # define TOLOWER(c) _tolower(c) macro
244 # define TOLOWER(c) tolower(c) macro
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dregex.c242 # define TOLOWER(c) _tolower(c) macro
244 # define TOLOWER(c) tolower(c) macro
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dregex.c243 # define TOLOWER(c) _tolower(c) macro
245 # define TOLOWER(c) tolower(c) macro