Home
last modified time | relevance | path

Searched defs:ISLOWER (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/external/bsd/nvi/dist/common/
H A Dmultibyte.h54 #define ISLOWER iswlower macro
87 #define ISLOWER islower macro
/netbsd-src/bin/sh/
H A Dsyntax.h64 #define ISLOWER 04 /* a lower case letter */ macro
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/
H A Dchardefs.h93 #define ISLOWER(c) (IN_CTYPE_DOMAIN (c) && islower ((unsigned char)c)) macro
/netbsd-src/external/gpl2/gmake/dist/glob/
H A Dfnmatch.c83 # define ISLOWER(c) (ISASCII (c) && islower (c)) macro
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dchardefs.h93 #define ISLOWER(c) (IN_CTYPE_DOMAIN (c) && islower ((unsigned char)c)) macro
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dsafe-ctype.h95 #define ISLOWER(c) _sch_test(c, _sch_islower) macro
/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Dsafe-ctype.h95 #define ISLOWER(c) _sch_test(c, _sch_islower) macro
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dsafe-ctype.h95 #define ISLOWER(c) _sch_test(c, _sch_islower) macro
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dsafe-ctype.h95 #define ISLOWER(c) _sch_test(c, _sch_islower) macro
/netbsd-src/external/gpl2/grep/dist/src/
H A Dsystem.h182 #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
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dfnmatch.c114 # define ISLOWER(c) (ISASCII (c) && islower (c)) macro
H A Dgetdate.y79 #define ISLOWER(c) (IN_CTYPE_DOMAIN (c) && islower (c)) macro
H A Dgetdate.c153 #define ISLOWER(c) (IN_CTYPE_DOMAIN (c) && islower (c)) macro
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Ddfa.c56 #define ISLOWER(C) islower(C) macro
68 #define ISLOWER(C) (isascii(C) && islower(C)) macro
H A Dregex.c208 # define ISLOWER(c) (IN_CTYPE_DOMAIN (c) && islower (c)) macro
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_compat.h709 #define ISLOWER(x) islower((u_char)(x)) macro
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dregex.c239 # define ISLOWER(c) (ISASCII (c) && islower (c)) macro
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dsys_defs.h1769 #define ISLOWER(c) (ISASCII(c) && islower((unsigned char)(c))) macro
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dregex.c239 # define ISLOWER(c) (ISASCII (c) && islower (c)) macro
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dregex.c239 # define ISLOWER(c) (ISASCII (c) && islower (c)) macro
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dregex.c235 # define ISLOWER(c) (ISASCII (c) && islower (c)) macro
/netbsd-src/external/gpl2/diffutils/dist/lib/
H A Dregex.c243 # define ISLOWER(c) (IN_CTYPE_DOMAIN (c) && islower (c)) macro
/netbsd-src/external/gpl2/grep/dist/lib/
H A Dregex.c255 #define ISLOWER(c) (ISASCII (c) && islower (c)) macro