strncasecmp        94 third_party/libevent/http.c #define strncasecmp _strnicmp
strncasecmp        29 third_party/libusb/src/libusb/strerror.c #define strncasecmp _strnicmp
strncasecmp        72 third_party/libxml/src/triostr.c #  define strncasecmp(x,y,n) strnicmp(x,y,n)
strncasecmp       162 third_party/talloc/libreplace/strptime.c # define strncasecmp(s1, s2, n) __strncasecmp (s1, s2, n)