Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/mkhybrid/dist/libfile/
H A Dapprentice.c71 #define LOWCASE(l) (isupper((unsigned char) (l)) ? \ macro
238 switch (LOWCASE(*l)) { in parse()
598 if (LOWCASE(*l) == 'u') in eatsize()
601 switch (LOWCASE(*l)) { in eatsize()
/netbsd-src/external/bsd/file/dist/src/
H A Dapprentice.c69 #define LOWCASE(l) (isupper(CAST(unsigned char, l)) ? \ macro
3239 if (LOWCASE(*l) == 'u') in eatsize()
3242 switch (LOWCASE(*l)) { in eatsize()