Searched defs:xmlStrncmp (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlstring.c195 * xmlStrncmp:
206 xmlStrncmp(const xmlChar *str1, const xmlChar *str2, int len) { function
351 if (!xmlStrncmp(str, val, n)) return((const xmlChar *) str);
635 * returns result of the compare as with xmlStrncmp
645 return xmlStrncmp(utf1, utf2, xmlUTF8Size(utf1));
926 if (xmlStrncmp(utf, utfchar, size)==0)
H A Delfgcchack.h10793 #undef xmlStrncmp macro
10794 extern __typeof (xmlStrncmp) xmlStrncmp __attribute((alias("xmlStrncmp__internal_alias")));
10796 #ifndef xmlStrncmp
10797 extern __typeof (xmlStrncmp) xmlStrncmp__internal_alias __attribute((visibility("hidden")));
10798 #define xmlStrncmp xmlStrncmp__internal_alias macro

Completed in 296 milliseconds