Home
last modified time | relevance | path

Searched defs:islower (Results 1 – 15 of 15) sorted by relevance

/netbsd/external/cddl/osnet/dist/common/util/
H A Dstrtolctype.h52 #define islower(ch) ((ch) >= 'a' && (ch) <= 'z') macro
/netbsd/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-system.h46 #define islower(c) ISLOWER(c) macro
/netbsd/sys/sys/
H A Dctype_inline.h53 #define islower(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_L)) macro
/netbsd/sys/external/bsd/acpica/dist/include/
H A Dacclib.h72 #define islower(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_LO)) macro
/netbsd/sys/arch/hpc/stand/libsa/
H A Dwinblk.c60 #define islower(c) ('a' <= (c) && (c) <= 'z') macro
/netbsd/sys/arch/hpcmips/stand/libsa/
H A Dwinblk.c60 #define islower(c) ('a' <= (c) && (c) <= 'z') macro
/netbsd/external/gpl3/gdb/dist/include/
H A Dsafe-ctype.h134 #define islower(c) do_not_use_islower_with_safe_ctype macro
/netbsd/external/gpl3/binutils.old/dist/include/
H A Dsafe-ctype.h134 #define islower(c) do_not_use_islower_with_safe_ctype macro
/netbsd/external/gpl3/binutils/dist/include/
H A Dsafe-ctype.h134 #define islower(c) do_not_use_islower_with_safe_ctype macro
/netbsd/external/gpl3/gcc.old/dist/include/
H A Dsafe-ctype.h134 #define islower(c) do_not_use_islower_with_safe_ctype macro
/netbsd/external/gpl3/gdb.old/dist/include/
H A Dsafe-ctype.h134 #define islower(c) do_not_use_islower_with_safe_ctype macro
/netbsd/external/gpl3/gcc/dist/include/
H A Dsafe-ctype.h134 #define islower(c) do_not_use_islower_with_safe_ctype macro
/netbsd/external/cddl/osnet/sys/kern/
H A Dddi.c91 #define islower(ch) ((ch) >= 'a' && (ch) <= 'z') in __strong_alias() macro
/netbsd/sys/lib/libkern/
H A Dlibkern.h167 islower(int ch) in islower() function
/netbsd/sys/external/bsd/ipf/netinet/
H A Dip_proxy.h147 # define islower(x) (((unsigned)(x) >= 'a') && ((unsigned)(x) <= 'z')) macro