Home | History | Annotate | Download | only in libxml2

Lines Matching defs:strcasecmp

73 #  define strcasecmp(x,y) stricmp(x,y)
79 # define strcasecmp(x,y) _stricmp(x,y)
81 # define strcasecmp(x,y) strcmpi(x,y)
411 return (0 == strcasecmp(first, second));