Home
last modified time | relevance | path

Searched full:xmlwf (Results 1 – 25 of 30) sorted by relevance

12

/external/expat/expat/tests/
Dxmltest.sh8 # To run this script, first set XMLWF below so that xmlwf can be
17 # output from xmlwf and compare the desired output against it.
19 # produced by xmlwf conforms to an older definition of canonical XML
63 XMLWF="${1:-`dirname \"$MYDIR\"`/xmlwf/xmlwf}"
73 if $XMLWF -p "$file" > /dev/null; then
86 $XMLWF -p -N -d "$OUTPUT$reldir" "$file" > outfile || return $?
/external/expat/expat/
DChanges109 #761 #770 xmlwf: Support --help and --version
110 #759 #770 xmlwf: Support custom buffer size for XML_GetBuffer and read
111 #744 xmlwf: Improve language and URL clickability in help output
118 #795 Autotools: Make installation of shipped man page doc/xmlwf.1
129 #746 CMake: Sort xmlwf sources alphabetically
266 #594 xmlwf: Fix harmless variable mix-up in function nsattcmp
423 #544 #545 xmlwf: Fix a memory leak on output file opening error
452 (which needs argument "-n" when running xmlwf).
549 - that are shown in "xmlwf -v" output.
556 for xmlwf to further tighten billion laughs protection
[all …]
DMakefile.am52 SUBDIRS += xmlwf doc subdir
100 xmlwf/xmlwf_helpgen.py \
101 xmlwf/xmlwf_helpgen.sh \
124 @echo 'ERROR: * Use "./configure --without-xmlwf" and/or' >&2
126 @echo 'ERROR: of xmlwf (e.g. with -DXML_UNICODE)' >&2
166 $(MAKE) -C xmlwf
167 …$(srcdir)/tests/xmltest.sh "$(abs_builddir)/run.sh $(abs_builddir)/xmlwf/xmlwf@EXEEXT@" 2>&1 | tee…
171 @echo 'ERROR: xmlwf is needed for "make run-xmltest".' >&2
172 @echo 'ERROR: Please re-configure without --without-xmlwf.' >&2
DCMakeLists.txt130 expat_shy_set(EXPAT_BUILD_TOOLS ${_EXPAT_BUILD_TOOLS_DEFAULT} CACHE BOOL "Build the xmlwf tool for …
134 expat_shy_set(EXPAT_BUILD_DOCS ${_EXPAT_BUILD_DOCS_DEFAULT} CACHE BOOL "Build man page for xmlwf")
247 …message(SEND_ERROR "The xmlwf tool can not be built with option -DEXPAT_CHAR_TYPE=ushort. Please p…
258 …message(SEND_ERROR "The xmlwf tool can not be built with option -DEXPAT_CHAR_TYPE=wchar_t outside …
569 # C command line tool xmlwf
573 xmlwf/codepage.c
574 xmlwf/readfilemap.c
575 xmlwf/xmlfile.c
576 xmlwf/xmlwf.c
579 add_executable(xmlwf ${xmlwf_SRCS}) target
[all …]
DREADME.md128 `xmlwf` into `/usr/local/bin`. If, for example, you'd prefer to install
156 Please note that we configure with `--without-xmlwf` as xmlwf does not
171 `./configure CPPFLAGS=-DXML_UNICODE --without-xmlwf`<br/>
174 --without-xmlwf`
177 1. Run `make` (which excludes xmlwf).
179 1. Run `make install` (again, excludes xmlwf).
194 of xmlwf and the tests is currently not supported.
226 // Build man page for xmlwf
241 // Build the xmlwf tool for expat library
Dapply-clang-tidy.sh45 # Used only in xmlwf, manually checked to be good enough for now
81 -e '^xmlwf/ct\.c$' \
82 -e '^xmlwf/xmlmime\.c$' \
83 -e '^xmlwf/win32filemap\.c$' \
Dconfigure.ac165 AC_ARG_WITH([xmlwf], optwith
166 [AS_HELP_STRING([--without-xmlwf], [do not build xmlwf])],
292 dnl Only needed for xmlwf:
357 page for xmlwf.])])])
359 dnl This will make sure that a release tarball shipping a pre-rendered xmlwf man page will
361 dnl This relies on file xmlwf.1 being at least as recent as its source file xmlwf.xml.
362 AS_IF([test -f "${srcdir}"/doc/xmlwf.1],
458 [xmlwf/Makefile])
DCMake.README30 -- Installing: /usr/local/bin/xmlwf
31 -- Installing: /usr/local/share/man/man1/xmlwf.1
Dqa.sh161 for i in tests xmlwf ; do
203 for gcov_dir in lib xmlwf ; do
/external/expat/expat/doc/
DMakefile.am36 dist_man_MANS = xmlwf.1
38 xmlwf.1: xmlwf.xml
41 test -f $@ || mv XMLWF.1 $@
51 CLEANFILES = xmlwf.1
58 xmlwf.xml
D.gitignore1 /XMLWF.1
2 /xmlwf.1
/external/expat/
DREADME.md128 `xmlwf` into `/usr/local/bin`. If, for example, you'd prefer to install
156 Please note that we configure with `--without-xmlwf` as xmlwf does not
171 `./configure CPPFLAGS=-DXML_UNICODE --without-xmlwf`<br/>
174 --without-xmlwf`
177 1. Run `make` (which excludes xmlwf).
179 1. Run `make install` (again, excludes xmlwf).
194 of xmlwf and the tests is currently not supported.
226 // Build man page for xmlwf
241 // Build the xmlwf tool for expat library
/external/expat/expat/win32/
Dexpat.iss69 Flags: ignoreversion; Source: win32\bin\Release\xmlwf.exe; DestDir: "{app}\Bin"
102 Flags: ignoreversion; Source: xmlwf\*.c*; DestDir: "{app}\Source\xmlwf"
103 Flags: ignoreversion; Source: xmlwf\*.h; DestDir: "{app}\Source\xmlwf"
Dbuild_expat_iss.bat61 COPY build_static_char\xmlwf\%CONFIGURATION%\xmlwf.exe %BINDIR%\ || EXIT /b 1
DMANIFEST.txt17 The XML well-formedness checker xmlwf.
DREADME.txt19 and xmlwf\<CMAKE_BUILD_TYPE>\ directories.
/external/expat/expat/xmlwf/
D.gitignore4 xmlwf.plg
6 xmlwf
Dxmlwf_helpgen.py42 xmlwf of libexpat is software libre, licensed under the MIT license.
52 parser = argparse.ArgumentParser(prog='xmlwf', add_help=False,
54 description='xmlwf - Determines if an XML document is well-formed',
Dxmlwf_helpgen.sh31 ./xmlwf/xmlwf_helpgen.py | sed \
33 -e 's, xmlwf, %s,' \
DMakefile.am31 bin_PROGRAMS = xmlwf program
35 xmlwf.c \
Dxmlwf.c883 * $ xmlwf/xmlwf_helpgen.sh in usage()
884 * To update, change xmlwf/xmlwf_helpgen.py, then paste the output of in usage()
885 * xmlwf/xmlwf_helpgen.sh in here. in usage()
893 T("xmlwf - Determines if an XML document is well-formed\n") in usage()
936 T("xmlwf of libexpat is software libre, licensed under the MIT license.\n") in usage()
1108 T(", xmlwf has been compiled without DTD/GE support.\n")); in tmain()
1130 T(", xmlwf has been compiled without DTD/GE support.\n")); in tmain()
/external/expat/.github/workflows/
Dcodespell.yml51 # "arameter" is from "[p]arameter" in xmlwf help output
52 # "otation" is from "[n]otation" in xmlwf help output
Dautotools-cmake.yml137 --exclude=xmlwf \
138 --exclude=xmlwf.exe \
Dvalid-xml.yml62 xmllint --noout --valid expat/doc/xmlwf.xml
/external/libprotobuf-mutator/cmake/external/
Dexpat.cmake41 --without-xmlwf

12