Home
last modified time | relevance | path

Searched refs:XML_ExpatVersion (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/expat/tests/
H A Druntests.c99 printf("Expat version: %" XML_FMT_STR "\n", XML_ExpatVersion()); in main()
H A Dmisc_tests.c201 const XML_LChar *version_text = XML_ExpatVersion(); in START_TEST()
/freebsd/contrib/expat/lib/
H A Dexpat.h1004 XML_ExpatVersion(void);
H A Dxmlparse.c2537 XML_ExpatVersion(void) { in XML_ExpatVersion()
2527 XML_ExpatVersion(void) { XML_ExpatVersion() function
/freebsd/contrib/expat/xmlwf/
H A Dxmlwf.c859 ftprintf(stdout, T("%s using %s\n"), prog, XML_ExpatVersion()); in showVersion()