Searched refs:LOWCASE (Results 1 – 2 of 2) sorted by relevance
71 #define LOWCASE(l) (isupper((unsigned char) (l)) ? \ macro238 switch (LOWCASE(*l)) { in parse()598 if (LOWCASE(*l) == 'u') in eatsize()601 switch (LOWCASE(*l)) { in eatsize()
69 #define LOWCASE(l) (isupper(CAST(unsigned char, l)) ? \ macro3239 if (LOWCASE(*l) == 'u') in eatsize()3242 switch (LOWCASE(*l)) { in eatsize()