Home
last modified time | relevance | path

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

/original-bsd/lib/libc/locale/
H A Disctype.c81 islower(c) in islower() function
/original-bsd/sys/tahoe/stand/vdformat/
H A Dcmd.h18 #define islower(c) (((c) >= 'a') && ((c) <= 'z')) macro
/original-bsd/include/
H A Dctype.h43 #define islower(c) __istype((c), _L) macro
/original-bsd/local/toolchest/ksh/shlib/
H A Dshtype.h113 #define islower(c) (_ctype2[c]&(T_LPC)) macro
/original-bsd/local/toolchest/ksh/sh/
H A Dshtype.h113 #define islower(c) (_ctype2[c]&(T_LPC)) macro