Searched defs:ISLOWER (Results 1 - 11 of 11) sorted by relevance

/freebsd-10-stable/contrib/ipfilter/lib/
H A Dinet_addr.c90 #define ISLOWER(x) islower((u_char)(x)) macro
/freebsd-10-stable/contrib/nvi/common/
H A Dmultibyte.h50 #define ISLOWER iswlower macro
84 #define ISLOWER islower macro
/freebsd-10-stable/contrib/binutils/include/
H A Dsafe-ctype.h99 #define ISLOWER(c) _sch_test(c, _sch_islower) macro
/freebsd-10-stable/contrib/gcclibs/include/
H A Dsafe-ctype.h99 #define ISLOWER(c) _sch_test(c, _sch_islower) macro
/freebsd-10-stable/contrib/gdb/include/
H A Dsafe-ctype.h99 #define ISLOWER(c) _sch_test(c, _sch_islower) macro
/freebsd-10-stable/contrib/libreadline/
H A Dchardefs.h94 #define ISLOWER(c) (IN_CTYPE_DOMAIN (c) && islower (c)) macro
/freebsd-10-stable/gnu/usr.bin/grep/
H A Dsystem.h180 #define ISLOWER(C) (IN_CTYPE_DOMAIN (C) && islower (C)) macro
H A Ddfa.c71 #define ISLOWER(C) islower(C) macro
83 #define ISLOWER(C) (isascii(C) && islower(C)) macro
/freebsd-10-stable/sys/contrib/ipfilter/netinet/
H A Dip_compat.h644 #define ISLOWER(x) islower((u_char)(x)) macro
/freebsd-10-stable/contrib/binutils/libiberty/
H A Dregex.c234 # define ISLOWER macro
/freebsd-10-stable/contrib/gcclibs/libiberty/
H A Dregex.c234 # define ISLOWER macro

Completed in 279 milliseconds