Home
last modified time | relevance | path

Searched defs:xstrnicmp (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/ofstd/libsrc/
H A Dofxml.cc291 static inline int xstrnicmp(XMLCSTR c1, XMLCSTR c2, int l) { return _wcsnicmp(c1,c2,l);} in xstrnicmp() function
326 static inline int xstrnicmp(XMLCSTR c1, XMLCSTR c2, int l) { return strnicmp(c1,c2,l);} in xstrnicmp() function
329 static inline int xstrnicmp(XMLCSTR c1, XMLCSTR c2, int l) { return _strnicmp(c1,c2,l);} in xstrnicmp() function
369 static inline int xstrnicmp(XMLCSTR c1, XMLCSTR c2, int l) { return wsncasecmp(c1,c2,l);} in xstrnicmp() function
376 … static inline int xstrnicmp(XMLCSTR c1, XMLCSTR c2, int l) { return wcsncasecmp(c1,c2,l);} in xstrnicmp() function
390 static inline int xstrnicmp(XMLCSTR c1, XMLCSTR c2, int l) in xstrnicmp() function
416 static inline int xstrnicmp(XMLCSTR c1, XMLCSTR c2, int l) { return strncasecmp(c1,c2,l);} in xstrnicmp() function
/dports/audio/libcoverart/libcoverart-1.0.0/src/
H A DxmlParser.cpp216 static inline int xstrnicmp(XMLCSTR c1, XMLCSTR c2, int l) { return _wcsnicmp(c1,c2,l);} in xstrnicmp() function
251 static inline int xstrnicmp(XMLCSTR c1, XMLCSTR c2, int l) { return strnicmp(c1,c2,l);} in xstrnicmp() function
254 static inline int xstrnicmp(XMLCSTR c1, XMLCSTR c2, int l) { return _strnicmp(c1,c2,l);} in xstrnicmp() function
292 static inline int xstrnicmp(XMLCSTR c1, XMLCSTR c2, int l) { return wsncasecmp(c1,c2,l);} in xstrnicmp() function
299 … static inline int xstrnicmp(XMLCSTR c1, XMLCSTR c2, int l) { return wcsncasecmp(c1,c2,l);} in xstrnicmp() function
313 static inline int xstrnicmp(XMLCSTR c1, XMLCSTR c2, int l) in xstrnicmp() function
339 static inline int xstrnicmp(XMLCSTR c1, XMLCSTR c2, int l) { return strncasecmp(c1,c2,l);} in xstrnicmp() function
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/XML/
H A DxmlParser.cpp244 static inline int xstrnicmp(XMLCSTR c1, XMLCSTR c2, int l) { return _wcsnicmp(c1,c2,l);} in xstrnicmp() function
279 static inline int xstrnicmp(XMLCSTR c1, XMLCSTR c2, int l) { return strnicmp(c1,c2,l);} in xstrnicmp() function
282 static inline int xstrnicmp(XMLCSTR c1, XMLCSTR c2, int l) { return _strnicmp(c1,c2,l);} in xstrnicmp() function
320 static inline int xstrnicmp(XMLCSTR c1, XMLCSTR c2, int l) { return wsncasecmp(c1,c2,l);} in xstrnicmp() function
327 … static inline int xstrnicmp(XMLCSTR c1, XMLCSTR c2, int l) { return wcsncasecmp(c1,c2,l);} in xstrnicmp() function
341 static inline int xstrnicmp(XMLCSTR c1, XMLCSTR c2, int l) in xstrnicmp() function
367 static inline int xstrnicmp(XMLCSTR c1, XMLCSTR c2, int l) { return strncasecmp(c1,c2,l);} in xstrnicmp() function
/dports/net/libzmq2/zeromq-2.2.0/foreign/xmlParser/
H A DxmlParser.cpp249 static inline int xstrnicmp(XMLCSTR c1, XMLCSTR c2, int l) { return _wcsnicmp(c1,c2,l);} in xstrnicmp() function
284 static inline int xstrnicmp(XMLCSTR c1, XMLCSTR c2, int l) { return strnicmp(c1,c2,l);} in xstrnicmp() function
287 static inline int xstrnicmp(XMLCSTR c1, XMLCSTR c2, int l) { return _strnicmp(c1,c2,l);} in xstrnicmp() function
325 static inline int xstrnicmp(XMLCSTR c1, XMLCSTR c2, int l) { return wsncasecmp(c1,c2,l);} in xstrnicmp() function
330 … static inline int xstrnicmp(XMLCSTR c1, XMLCSTR c2, int l) { return wcsncasecmp(c1,c2,l);} in xstrnicmp() function
348 static inline int xstrnicmp(XMLCSTR c1, XMLCSTR c2, int l) { return strncasecmp(c1,c2,l);} in xstrnicmp() function
/dports/databases/sqliteodbc/sqliteodbc-0.9998/
H A Dsqlite4odbc.c99 int (*xstrnicmp)(const char *p0, const char *p1, int p2); member
H A Dsqlite3odbc.c107 int (*xstrnicmp)(const char *p0, const char *p1, int p2); member
/dports/databases/db5/db-5.3.28/lang/sql/odbc/
H A Dsqlite3odbc.c104 int (*xstrnicmp)(const char *p0, const char *p1, int p2); member