Home | History | Annotate | Download | only in libxml2

Lines Matching defs:strncasecmp

72 #  define strncasecmp(x,y,n) strnicmp(x,y,n)
528 return (0 == strncasecmp(first, second, max));