Searched defs:TOLOWER (Results 1 - 11 of 11) sorted by last modified time

/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_compat.h614 #define TOLOWER(x) tolower((u_char)(x)) macro
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_str.h30 #define TOLOWER(c) ((((c) >= 'A') && ((c) <= 'Z')) ? ((c) + 'a' - 'A') : (c)) macro
/freebsd-11-stable/gnu/usr.bin/grep/
H A Dsystem.h190 #define TOLOWER(C) (ISUPPER(C) ? tolower(C) : (C)) macro
/freebsd-11-stable/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-11-stable/contrib/nvi/common/
H A Dmultibyte.h55 #define TOLOWER towlower macro
89 #define TOLOWER tolower macro
/freebsd-11-stable/contrib/groff/src/libs/libgroff/
H A Dstrcasecmp.c35 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) macro
/freebsd-11-stable/contrib/gdb/include/
H A Dsafe-ctype.h117 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dregex.c241 # define TOLOWER macro
243 # define TOLOWER macro
/freebsd-11-stable/contrib/gcclibs/include/
H A Dsafe-ctype.h117 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dregex.c241 # define TOLOWER macro
243 # define TOLOWER macro
/freebsd-11-stable/contrib/binutils/include/
H A Dsafe-ctype.h117 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro

Completed in 294 milliseconds