Searched refs:SIMPLE_IS_LOWER (Results 1 – 4 of 4) sorted by relevance
108 #define SIMPLE_IS_LOWER(c) ((c) >= 'a' && (c) <= 'z') macro114 #define islower(c) SIMPLE_IS_LOWER(c)
147 lc = SIMPLE_IS_LOWER(optc);154 lc = SIMPLE_IS_LOWER(optname[0]);
346 if (len == 0 && SIMPLE_IS_LOWER(c))
553 if (SIMPLE_IS_LOWER(c))