strCaseEq         88 libproff/str.c EXPORT int strCaseEq (char *s, char *s2)
strCaseEq         32 libproff/str.h #  define strCaseEq(x,y) (strcasecmp((x), (y)) == 0)