Home
last modified time | relevance | path

Searched refs:LOWCASE (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/usr.bin/file/
Dapprentice.c50 #define LOWCASE(l) (isupper((unsigned char) (l)) ? \ macro
930 if (LOWCASE(*l) == 'u') in eatsize()
933 switch (LOWCASE(*l)) { in eatsize()