strnCaseEq        98 libproff/str.c EXPORT int strnCaseEq (char *s, char *s2, int n)
strnCaseEq        33 libproff/str.h #  define strnCaseEq(x,y,z) (strncasecmp((x), (y), (z)) == 0)