Home
last modified time | relevance | path

Searched refs:XML_ExpatVersion (Results 1 – 7 of 7) 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.c206 const XML_LChar *version_text = XML_ExpatVersion(); in START_TEST()
/freebsd/contrib/expat/lib/
H A Dlibexpat.map.in45 XML_ExpatVersion;
H A Dexpat.h1017 XML_ExpatVersion(void);
H A Dxmlparse.c2899 XML_ExpatVersion(void) { function
/freebsd/contrib/libarchive/libarchive/
H A Darchive_version_details.c327 return XML_ExpatVersion(); in archive_libbsdxml_version()
347 return XML_ExpatVersion(); in archive_libexpat_version()
/freebsd/contrib/expat/xmlwf/
H A Dxmlwf.c858 ftprintf(stdout, T("%s using %s\n"), prog, XML_ExpatVersion()); in showVersion()