Home
last modified time | relevance | path

Searched refs:xmlwf (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/external/mit/expat/dist/xmlwf/
H A DMakefile.in121 bin_PROGRAMS = xmlwf$(EXEEXT)
124 subdir = xmlwf
147 am_xmlwf_OBJECTS = xmlwf-xmlwf.$(OBJEXT) xmlwf-xmlfile.$(OBJEXT) \
148 xmlwf-codepage.$(OBJEXT) xmlwf-@FILEMAP@.$(OBJEXT)
173 am__depfiles_remade = ./$(DEPDIR)/xmlwf-@FILEMAP@.Po \
174 ./$(DEPDIR)/xmlwf-codepage.Po ./$(DEPDIR)/xmlwf-xmlfile.Po \
175 ./$(DEPDIR)/xmlwf-xmlwf.Po
371 xmlwf.c \
405 $(AUTOMAKE) --gnu xmlwf/Makefile
473 xmlwf$(EXEEXT): $(xmlwf_OBJECTS) $(xmlwf_DEPENDENCIES) $(EXTRA_xmlwf_DEPENDENCIES)
[all …]
H A DMakefile.am31 bin_PROGRAMS = xmlwf program
35 xmlwf.c \
H A Dxmlwf_helpgen.sh31 ./xmlwf/xmlwf_helpgen.py | sed \
H A Dxmltchar.h39 # error xmlwf requires a 16-bit Unicode-compatible wchar_t
/netbsd-src/external/mit/expat/dist/doc/
H A DMakefile.am36 dist_man_MANS = xmlwf.1
38 xmlwf.1: xmlwf.xml
54 $(RM) xmlwf.1
60 xmlwf.xml
H A DMakefile.in343 @WITH_DOCBOOK_TRUE@dist_man_MANS = xmlwf.1
348 xmlwf.xml
599 @WITH_DOCBOOK_TRUE@xmlwf.1: xmlwf.xml
613 $(RM) xmlwf.1
/netbsd-src/external/mit/expat/dist/
H A DMakefile.am50 SUBDIRS += xmlwf doc subdir
97 xmlwf/xmlwf_helpgen.py \
98 xmlwf/xmlwf_helpgen.sh \
123 @echo 'ERROR: of xmlwf (e.g. with -DXML_UNICODE)' >&2
163 @echo 'ERROR: xmlwf is needed for "make run-xmltest".' >&2
164 @echo 'ERROR: Please re-configure without --without-xmlwf.' >&2
H A DCMakeLists.txt44 # would disable compilation of the xmlwf CLI and its man page.
117 option(EXPAT_BUILD_TOOLS "build the xmlwf tool for expat library" ${_EXPAT_BUILD_TOOLS_DEFAULT})
121 option(EXPAT_BUILD_DOCS "build man page for xmlwf" ${_EXPAT_BUILD_DOCS_DEFAULT})
224 …message(SEND_ERROR "The xmlwf tool can not be built with option -DEXPAT_CHAR_TYPE=ushort. Please p…
235 …message(SEND_ERROR "The xmlwf tool can not be built with option -DEXPAT_CHAR_TYPE=wchar_t outside …
490 # C command line tool xmlwf
494 xmlwf/xmlwf.c
495 xmlwf/xmlfile.c
496 xmlwf/codepage.c
497 xmlwf/readfilemap.c
[all …]
H A DChanges83 #544 #545 xmlwf: Fix a memory leak on output file opening error
112 (which needs argument "-n" when running xmlwf).
209 - that are shown in "xmlwf -v" output.
216 for xmlwf to further tighten billion laughs protection
230 #468 #469 xmlwf: Improve help output and the xmlwf man page
231 #463 xmlwf: Improve maintainability through some refactoring
232 #477 xmlwf: Fix man page DocBook validity
252 of doc/reference.html and doc/xmlwf.xml
274 #444 xmlwf: Exit status 2 was used for both:
281 #439 xmlwf: Add argument -k to allow continuing after
[all …]
H A DREADME.md127 `xmlwf` into `/usr/local/bin`. If, for example, you'd prefer to install
155 Please note that we configure with `--without-xmlwf` as xmlwf does not
170 `./configure CPPFLAGS=-DXML_UNICODE --without-xmlwf`<br/>
173 --without-xmlwf`
176 1. Run `make` (which excludes xmlwf).
178 1. Run `make install` (again, excludes xmlwf).
193 of xmlwf and the tests is currently not supported.
225 // build man page for xmlwf
240 // build the xmlwf tool for expat library
H A DCMake.README30 -- Installing: /usr/local/bin/xmlwf
31 -- Installing: /usr/local/share/man/man1/xmlwf.1
H A Dconfigure.ac157 AC_ARG_WITH([xmlwf], optwith
158 [AS_HELP_STRING([--without-xmlwf], [do not build xmlwf])],
280 dnl Only needed for xmlwf:
342 page for xmlwf.])])])
420 [xmlwf/Makefile])
H A DMakefile.in124 @WITH_XMLWF_TRUE@am__append_3 = xmlwf doc
234 DIST_SUBDIRS = lib examples tests xmlwf doc
490 xmlwf/xmlwf_helpgen.py \
491 xmlwf/xmlwf_helpgen.sh \
1084 @echo 'ERROR: of xmlwf (e.g. with -DXML_UNICODE)' >&2
1121 @WITH_XMLWF_FALSE@ @echo 'ERROR: xmlwf is needed for "make run-xmltest".' >&2
1122 @WITH_XMLWF_FALSE@ @echo 'ERROR: Please re-configure without --without-xmlwf.' >&2
/netbsd-src/external/mit/expat/bin/xmlwf/
H A DMakefile5 PROG= xmlwf
7 .PATH: ${EXPATSRCDIR}/xmlwf ${EXPATSRCDIR}/doc
9 SRCS= codepage.c unixfilemap.c xmlfile.c xmlwf.c
/netbsd-src/external/mit/xorg/bin/xmlwf/
H A DMakefile5 SYMLINKS+= /usr/bin/xmlwf ${BINDIR}/xmlwf
/netbsd-src/external/mit/expat/dist/win32/
H A Dexpat.iss68 Flags: ignoreversion; Source: win32\bin\Release\xmlwf.exe; DestDir: "{app}\Bin"
100 Flags: ignoreversion; Source: xmlwf\*.c*; DestDir: "{app}\Source\xmlwf"
101 Flags: ignoreversion; Source: xmlwf\*.h; DestDir: "{app}\Source\xmlwf"
H A Dbuild_expat_iss.bat61 COPY build_static_char\xmlwf\%CONFIGURATION%\xmlwf.exe %BINDIR%\ || EXIT /b 1
H A DMANIFEST.txt17 The XML well-formedness checker xmlwf.
H A DREADME.txt19 and xmlwf\<CMAKE_BUILD_TYPE>\ directories.
/netbsd-src/external/mit/expat/bin/
H A DMakefile3 SUBDIR+= xmlwf
/netbsd-src/external/mit/xorg/bin/
H A DMakefile17 xlsfonts xmag xman xmessage xmh xmkmf xmlwf xmodmap xmore \
/netbsd-src/external/mit/expat/dist/tests/
H A Dxmltest.sh64 XMLWF=/usr/bin/xmlwf
/netbsd-src/distrib/sets/lists/xdebug/
H A Dmi209 ./usr/libdata/debug/usr/X11R7/bin/xmlwf.debug xdebug-obsolete xorg,obsolete
/netbsd-src/distrib/sets/lists/xbase/
H A Dmi118 ./usr/X11R7/bin/xmlwf xbase-xmlwf-bin xorg
1381 ./usr/X11R7/man/cat1/xmlwf.0 xbase-obsolete obsolete
1536 ./usr/X11R7/man/html1/xmlwf.html xbase-obsolete obsolete
1692 ./usr/X11R7/man/man1/xmlwf.1 xbase-obsolete obsolete
/netbsd-src/usr.sbin/makemandb/
H A Dnostem.txt4778 xmlwf

12