strncasecmp_w    1583 source3/include/proto.h int strncasecmp_w(const smb_ucs2_t *a, const smb_ucs2_t *b, size_t len);
strncasecmp_w     175 source3/lib/util_str.c 	ret = strncasecmp_w(buffer_s, buffer_t, len-n);
strncasecmp_w     633 source3/lib/util_unistr.c 	return(strncasecmp_w(s1,s2,n)==0);