ISLOWER           168 source3/modules/getdate.c #define ISLOWER(c) (IN_CTYPE_DOMAIN (c) && islower (c))
ISLOWER            59 source3/modules/getdate.y #define ISLOWER(c) (IN_CTYPE_DOMAIN (c) && islower (c))