HelenOS sources

strncasecmp        75 uspace/lib/posix/include/posix/string.h extern int strncasecmp(const char *s1, const char *s2, size_t n);
strncasecmp        48 uspace/lib/posix/include/posix/strings.h extern int strncasecmp(const char *s1, const char *s2, size_t n);
strncasecmp        93 uspace/lib/posix/src/strings.c 	return strncasecmp(s1, s2, STR_NO_LIMIT);
HelenOS homepage, sources at GitHub