Searched refs:xmllint (Results 1 – 23 of 23) sorted by relevance
/external/libxml2/ |
D | Makefile.am | 18 bin_PROGRAMS = xmllint xmlcatalog program 99 xmllint_SOURCES=xmllint.c 309 XMLtests : xmllint$(EXEEXT) 317 $(CHECKER) $(top_builddir)/xmllint $$i > $(srcdir)/result/$$name ; \ 320 log=`$(CHECKER) $(top_builddir)/xmllint $$i 2>&1 > result.$$name ; \ 323 …$(CHECKER) $(top_builddir)/xmllint result.$$name 2>&1 > result2.$$name | grep -v 'failed to load e… 335 $(CHECKER) $(top_builddir)/xmllint --memory $$i > $(srcdir)/result/$$name ; \ 338 log=`$(CHECKER) $(top_builddir)/xmllint --memory $$i 2>&1 > result.$$name ; \ 341 …$(CHECKER) $(top_builddir)/xmllint --memory result.$$name 2>&1 > result2.$$name | grep -v 'failed … 348 XMLPushtests: xmllint$(EXEEXT) [all …]
|
D | NEWS | 58 xmllint was not parsing the --c14n11 flag (Sérgio Batista), 82 xmllint --pretty crashed without following numeric argument (Tim Galeckas), 177 xmllint --memory should fail on empty files (Daniel Veillard), 196 Add documentation for xmllint --xpath (Daniel Veillard), 235 xmllint should not load DTD by default when using the reader (Daniel, 262 Add a --pushsmall option to xmllint (Daniel Veillard) 391 Fix xmllint --xpath node initialization (Daniel Veillard) 430 xmllint: Build fix for endTimer if !defined(HAVE_GETTIMEOFDAY) (Patrick R. Gansterer), 472 Fix a crash with xmllint --path on empty results (Daniel Veillard), 508 Add "whereis" command to xmllint shell (Ryan), [all …]
|
D | Android.bp | 140 name: "xmllint", 141 srcs: ["xmllint.c"],
|
D | ChangeLog | 12 * runtest.c Makefile.am testC14N.c xmllint.c: add support in CLI 214 * xmllint.c: Matthias Kaehlcke reported a build problem when 367 * include/libxml/parser.h parser.c xmllint.c: strengthen some 386 * include/libxml/parser.h xinclude.c xmllint.c: patch based on 506 * xmllint.c: add a new option --oldxml10 to use the old parser 949 * xmllint.c: apply fix from Stefan Kost to avoid a crash 950 in xmllint, fixes 504284 1293 * xmllint.c catalog.c: "xmllint unusable on win32" so applied 1503 * xmllint.c: order XPath elements when using --shell 1545 * xmllint.c: started to switch xmllint to use xmlSaveDoc to test [all …]
|
D | .gitignore | 117 xmllint
|
D | libxml.spec.in | 144 %doc %{_mandir}/man1/xmllint.1* 149 %{_bindir}/xmllint
|
D | TODO | 3 123564 xmllint --html --format 171 - turn tester into a generic program xmllint installed with libxml
|
D | configure.ac | 70 AC_PATH_PROG(XMLLINT, xmllint, /usr/bin/xmllint) 117 [ --with-history add history support to xmllint shell(off)]) 1103 dnl xmllint shell history 1106 echo Enabling xmllint shell history
|
D | README.zOS | 58 bin_PROGRAMS = xmllint$(EXEEXT) xmlcatalog$(EXEEXT)
|
/external/libxml2/doc/ |
D | Makefile.am | 28 apibuild.py libxml2.xsa xmllint.xml xmlcatalog_man.xml \ 232 xmllint.1 \ 233 xmllint.html \ 234 xmllint.xml \ 239 man_MANS = xmllint.1 xmlcatalog.1 246 web: $(PAGES) xmllint.html xmlcatalog_man.html 314 xmllint.1: xmllint.xml 315 -@($(XSLTPROC) --nonet xmllint.xml) 317 xmllint.html: xmllint.xml 318 …ROC) --nonet -o $@ http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl xmllint.xml)
|
D | docdescr.doc | 43 xmllint.1 Man page for xmllint program, built from xmllint.xml DocBook 44 source with "make xmllint.1" or "make all" 90 7) Manually generate xmlcatalog.1 and xmllint.1 using manpages/docbook.xsl
|
/external/libxml2/os400/ |
D | make-src.sh | 251 if action_needed "${LIBIFSNAME}/XMLLINT.PGM" "xmllint.c" || 272 rm -f "${IFSDIR}/bin/xmllint" 273 ln -s "${LIBIFSNAME}/XMLLINT.PGM" "${IFSDIR}/bin/xmllint" 287 "${SCRIPTDIR}/xmllint.cmd"
|
D | README400 | 188 xmllint and xmlcatalog programs:
|
/external/honggfuzz/docs/ |
D | FeedbackDrivenFuzzing.md | 133 $ [honggfuzz_dir]/honggfuzz --linux_perf_bts_edge -f IN.corpus/ -- /usr/bin/xmllint -format ___FILE… 138 Fuzzed cmd: '/usr/bin/xmllint -format ___FILE___' 155 $ [honggfuzz_dir]/honggfuzz --linux_perf_ipt_block -f IN.corpus/ -- /usr/bin/xmllint -format ___FIL… 160 Fuzzed cmd: '/usr/bin/xmllint -format ___FILE___' 176 $ [honggfuzz_dir]/honggfuzz --linux_perf_instr -f IN.corpus -- /usr/bin/xmllint -format ___FILE___ 181 Fuzzed cmd: '/usr/bin/xmllint -format ___FILE___' 201 $ [honggfuzz_dir]/honggfuzz --linux_perf_branch -f IN/ -F 2500 -- /usr/bin/xmllint -format ___FILE_… 206 Fuzzed cmd: '/usr/bin/xmllint -format ___FILE___'
|
/external/parameter-framework/upstream/schemas/ |
D | README.md | 5 `xmllint` may be used to check for correctness, e.g: 7 …xmllint --xinclude --noout --schema ParameterFrameworkConfiguration.xsd /path/to/your/ParameterFra… 12 `ConfigurableDomains.xsd` are relevant for use with xmllint: the others are
|
/external/libxml2/win32/ |
D | Makefile.msvc | 254 UTILS = $(BINDIR)\xmllint.exe\ 477 XMLtests : $(BINDIR)\xmllint.exe 483 $(BINDIR)\xmllint.exe %%I > $(XML_SRCDIR)\result\%%~nxI && \ 486 $(BINDIR)\xmllint.exe %%I 2>&1 > result.%%~nxI && \ 489 …$(BINDIR)\xmllint.exe result.%%~nxI 2>&1 > result2.%%~nxI | findstr /V /C:"failed to load external…
|
D | Makefile.bcb | 208 UTILS = $(BINDIR)\xmllint.exe\
|
D | Makefile.mingw | 204 UTILS = $(BINDIR)/xmllint.exe\
|
/external/bzip2/ |
D | xmlproc.sh | 76 xmllint $flags $dtd $xmlfmtfile 2> $OUT
|
/external/libxml2/VxWorks/ |
D | build.sh | 72 rm -fR xmllint.c
|
/external/libxml2/vms/ |
D | build_libxml.com | 19 $! - added module schematron.c (prevent xmllint errors)
|
/external/libxml2/doc/examples/ |
D | Makefile.am | 22 -cd $(srcdir) && xmllint --valid --noout index.html
|
/external/clang/test/ |
D | lit.cfg | 448 if lit.util.which('xmllint'): 449 config.available_features.add('xmllint')
|