Home
last modified time | relevance | path

Searched refs:noout (Results 1 – 19 of 19) 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/openssh/regress/unittests/sshkey/
Dmktestdata.sh11 openssl rsa -noout -text -pubin | \
27 openssl rsa -noout -text -in $_in | \
30 openssl rsa -noout -text -in $_in | \
33 openssl rsa -noout -text -in $_in | \
48 openssl dsa -noout -text -in $_in | \
51 openssl dsa -noout -text -in $_in | \
54 openssl dsa -noout -text -in $_in | \
69 openssl ec -noout -text -in $_in | \
72 openssl ec -noout -text -in $_in | \
75 openssl ec -noout -text -in $_in | \
/external/libxml2/
Dxmlcatalog.c35 static int noout = 0; variable
355 noout = 1; in main()
359 noout = 1; in main()
475 if ((!no_super_update) && (noout) && (catal != NULL) && in main()
491 if (noout) { in main()
502 noout = 0; in main()
518 noout = 0; in main()
596 if (noout && filename && *filename) { in main()
603 noout = 0; in main()
Dxmllint.c119 static int noout = 0; variable
887 if (noout) in isStandaloneDebug()
905 if (noout) in hasInternalSubsetDebug()
923 if (noout) in hasExternalSubsetDebug()
940 if (noout) in internalSubsetDebug()
964 if (noout) in externalSubsetDebug()
995 if (noout) in resolveEntityDebug()
1025 if (noout) in getEntityDebug()
1044 if (noout) in getParameterEntityDebug()
1075 if (noout) in entityDeclDebug()
[all …]
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()
DtestSchemas.c51 static int noout = 0; variable
74 noout++; in main()
DMakefile.am705 -@($(CHECKER) $(top_builddir)/xmlcatalog --create --noout $(srcdir)/result/catalogs/mycatalog; \
707 …$(CHECKER) $(top_builddir)/xmlcatalog --noout --add public Pubid sysid $(srcdir)/result/catalogs/m…
709 …$(CHECKER) $(top_builddir)/xmlcatalog --noout --add public Pubid2 sysid2 $(srcdir)/result/catalogs…
711 …$(CHECKER) $(top_builddir)/xmlcatalog --noout --add public Pubid3 sysid3 $(srcdir)/result/catalogs…
715 $(CHECKER) $(top_builddir)/xmlcatalog --noout --del sysid $(srcdir)/result/catalogs/mycatalog; \
717 $(CHECKER) $(top_builddir)/xmlcatalog --noout --del sysid3 $(srcdir)/result/catalogs/mycatalog; \
719 $(CHECKER) $(top_builddir)/xmlcatalog --noout --del sysid2 $(srcdir)/result/catalogs/mycatalog; \
869 log=`$(CHECKER) $(top_builddir)/xmllint --valid --noout --nowarning $$i ; \
879 $(CHECKER) $(top_builddir)/xmllint --noout --valid $$i 2> $(srcdir)/result/VC/$$name ; \
882 log=`$(CHECKER) $(top_builddir)/xmllint --noout --valid $$i 2> result.$$name ; \
[all …]
DtestRelax.c50 static int noout = 0; variable
74 noout++; in main()
DChangeLog15092 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
/external/openssh/regress/
Dssh2putty.sh22 openssl rsa -noout -text -in $KEYFILE | grep ^publicExponent |
28 openssl rsa -noout -modulus -in $KEYFILE | grep ^Modulus= |
/external/autotest/client/site_tests/security_OpenSSLBlacklist/src/
Dsha256_blacklist2 # openssl x509 -in src/cert.pem -fingerprint -sha256 -noout \
Dsha1_blacklist2 # openssl x509 -in src/cert.pem -fingerprint -sha1 -noout \
/external/curl/tests/certs/scripts/
Dgenroot.sh66 $OPENSSL x509 -noout -text -in $PREFIX-ca.cacert -nameopt multiline
Dgenserv.sh98 $OPENSSL x509 -noout -text -hash -in $PREFIX-sv.crt -nameopt multiline
/external/libxml2/doc/examples/
DMakefile.am22 -cd $(srcdir) && xmllint --valid --noout index.html
/external/libxml2/os400/
Dxmllint.cmd104 (*NOOUT '--noout') +
/external/parameter-framework/upstream/schemas/
DREADME.md7 …xmllint --xinclude --noout --schema ParameterFrameworkConfiguration.xsd /path/to/your/ParameterFra…
/external/vboot_reference/scripts/image_signing/
Dsign_official_build.sh470 key_size=$(openssl rsa -text -noout -in "${key_file}" | \