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

/freebsd-9.3-release/contrib/groff/src/libs/libgroff/
H A Dstrcasecmp.c35 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) macro
/freebsd-9.3-release/contrib/binutils/include/
H A Dsafe-ctype.h117 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
/freebsd-9.3-release/contrib/gcclibs/include/
H A Dsafe-ctype.h117 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
/freebsd-9.3-release/contrib/gdb/include/
H A Dsafe-ctype.h117 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
/freebsd-9.3-release/gnu/usr.bin/grep/
H A Dsystem.h190 #define TOLOWER(C) (ISUPPER(C) ? tolower(C) : (C)) macro
/freebsd-9.3-release/contrib/diff/lib/
H A Dstrftime.c227 # define TOLOWER(Ch, L) __towlower_l (Ch, L) macro
230 # define TOLOWER(Ch, L) towlower (Ch) macro
236 # define TOLOWER(Ch, L) __tolower_l (Ch, L) macro
239 # define TOLOWER(Ch, L) tolower (Ch) macro
243 # define TOLOWER(Ch, L) (isupper (Ch) ? tolower (Ch) : (Ch)) macro
/freebsd-9.3-release/contrib/gnu-sort/src/
H A Dsystem.h451 # define TOLOWER(Ch) tolower (Ch) macro
454 # define TOLOWER(Ch) (ISUPPER (Ch) ? tolower (Ch) : (Ch)) macro
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dregex.c241 # define TOLOWER macro
243 # define TOLOWER macro
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dregex.c241 # define TOLOWER macro
243 # define TOLOWER macro
/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_compat.h1764 #define TOLOWER(x) tolower((u_char)(x)) macro

Completed in 242 milliseconds