Home
last modified time | relevance | path

Searched refs:noout (Results 1 – 20 of 20) sorted by relevance

/external/libxml2/doc/
DbuildDocBookCatalog180 xmlcatalog --noout --create $ROOTCATALOG
188 xmlcatalog --noout --create $CATALOG
214 xmlcatalog --noout --add "public" \
217 xmlcatalog --noout --add "public" \
220 xmlcatalog --noout --add "public" \
223 xmlcatalog --noout --add "public" \
226 xmlcatalog --noout --add "public" \
229 xmlcatalog --noout --add "public" \
232 xmlcatalog --noout --add "public" \
235 xmlcatalog --noout --add "public" \
[all …]
DMakefile.am263 $(XMLLINT) --nonet --valid --noout $(PAGES) ; fi );
281 $(XMLLINT) --nonet --valid --noout API*.html ; fi );
289 $(XMLLINT) --nonet --valid --noout html/*.html ; fi );
/external/libxml2/
Dxmlcatalog.c35 static int noout = 0; variable
353 noout = 1; in main()
357 noout = 1; in main()
466 if ((!no_super_update) && (noout) && (catal != NULL) && in main()
482 if (noout) { in main()
493 noout = 0; in main()
509 noout = 0; in main()
587 if (noout && filename && *filename) { in main()
594 noout = 0; in main()
Dxmllint.c135 static int noout = 0; variable
901 if (noout) in isStandaloneDebug()
919 if (noout) in hasInternalSubsetDebug()
937 if (noout) in hasExternalSubsetDebug()
954 if (noout) in internalSubsetDebug()
978 if (noout) in externalSubsetDebug()
1009 if (noout) in resolveEntityDebug()
1039 if (noout) in getEntityDebug()
1058 if (noout) in getParameterEntityDebug()
1089 if (noout) in entityDeclDebug()
[all …]
DtestSchemas.c51 static int noout = 0; variable
74 noout++; in main()
DtestHTML.c46 static int noout = 0; variable
659 if (!noout) { in parseSAXFile()
698 if (!noout) { in parseSAXFile()
777 if (!noout) { in parseAndPrintFile()
820 noout++; in main()
DtestRelax.c50 static int noout = 0; variable
74 noout++; in main()
DMakefile.am677 -@($(CHECKER) $(top_builddir)/xmlcatalog --create --noout $(srcdir)/result/catalogs/mycatalog; \
679 …$(CHECKER) $(top_builddir)/xmlcatalog --noout --add public Pubid sysid $(srcdir)/result/catalogs/m…
681 …$(CHECKER) $(top_builddir)/xmlcatalog --noout --add public Pubid2 sysid2 $(srcdir)/result/catalogs…
683 …$(CHECKER) $(top_builddir)/xmlcatalog --noout --add public Pubid3 sysid3 $(srcdir)/result/catalogs…
687 $(CHECKER) $(top_builddir)/xmlcatalog --noout --del sysid $(srcdir)/result/catalogs/mycatalog; \
689 $(CHECKER) $(top_builddir)/xmlcatalog --noout --del sysid3 $(srcdir)/result/catalogs/mycatalog; \
691 $(CHECKER) $(top_builddir)/xmlcatalog --noout --del sysid2 $(srcdir)/result/catalogs/mycatalog; \
826 log=`$(CHECKER) $(top_builddir)/xmllint --valid --noout --nowarning $$i ; \
836 $(CHECKER) $(top_builddir)/xmllint --noout --valid $$i 2> $(srcdir)/result/VC/$$name ; \
839 log=`$(CHECKER) $(top_builddir)/xmllint --noout --valid $$i 2> result.$$name ; \
[all …]
DChangeLog15092 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
/external/autotest/client/site_tests/security_OpenSSLBlacklist/src/
Dsha1_blacklist2 # openssl x509 -in src/cert.pem -fingerprint -sha1 -noout \
Dsha256_blacklist2 # openssl x509 -in src/cert.pem -fingerprint -sha256 -noout \
/external/autotest/client/site_tests/security_RootCA/
Dadd-openssl-roots.sh10 openssl x509 -in "$x" -noout -fingerprint | cut -f2 -d=; \
/external/valgrind/drd/tests/
Dverify-xml-output20 xmllint --noout --schema ../docs/drd-xml-output.xsd $b-${USER}.xml 2>&1 | tee $b.xmllint
/external/curl/tests/certs/scripts/
Dgenroot.sh64 $OPENSSL x509 -noout -text -in $PREFIX-ca.cacert -nameopt multiline
Dgenserv.sh96 $OPENSSL x509 -noout -text -hash -in $PREFIX-sv.crt -nameopt multiline
/external/avahi/man/
DMakefile.am105 xmllint --noout --valid "$$f" || exit 1 ; \
/external/libxml2/doc/examples/
DMakefile.am22 -cd $(srcdir) && xmllint --valid --noout index.html
/external/parameter-framework/upstream/schemas/
DREADME.md7 …xmllint --xinclude --noout --schema ParameterFrameworkConfiguration.xsd /path/to/your/ParameterFra…
/external/valgrind/docs/
DMakefile.am110 LINT_FLAGS = --noblanks --noout --xinclude --postvalid --noent
/external/vboot_reference/scripts/image_signing/
Dsign_official_build.sh470 key_size=$(openssl rsa -text -noout -in "${key_file}" | \