Searched refs:noout (Results 1 - 16 of 16) sorted by relevance

/external/libxml2/doc/
H A 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
[all...]
H A 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/
H A 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_RootCA/
H A Dadd-openssl-roots.sh10 openssl x509 -in "$x" -noout -fingerprint | cut -f2 -d=; \
/external/openssh/regress/unittests/sshkey/
H A 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
[all...]
/external/libxml2/os400/
H A Dxmlcatlgcl.c241 /* If INSTMF(*NEW) and OUTSTMF(somepath), Use --create --noout and
246 vary4arg(&cmd, "--noout");
251 /* If output to input file, use --noout option. */
256 vary4arg(&cmd, "--noout");
/external/libxml2/
H A DtestHTML.c46 static int noout = 0; variable
659 if (!noout) {
698 if (!noout) {
777 if (!noout) {
819 else if ((!strcmp(argv[i], "-noout")) || (!strcmp(argv[i], "--noout")))
820 noout++;
863 printf("\t--noout : do not print the result\n");
H A Dxmllint.c135 static int noout = 0; variable
902 if (noout)
920 if (noout)
938 if (noout)
955 if (noout)
979 if (noout)
1010 if (noout)
1040 if (noout)
1059 if (noout)
1090 if (noout)
[all...]
H A DtestRelax.c50 static int noout = 0; variable
73 if ((!strcmp(argv[i], "-noout")) || (!strcmp(argv[i], "--noout"))) {
74 noout++;
169 printf("Usage : %s [--debug] [--noout] schemas XMLfiles ...\n",
175 printf("\t--noout : do not print the result\n");
H A DtestSchemas.c51 static int noout = 0; variable
73 if ((!strcmp(argv[i], "-noout")) || (!strcmp(argv[i], "--noout"))) {
74 noout++;
160 printf("Usage : %s [--debug] [--noout] schemas XMLfiles ...\n",
166 printf("\t--noout : do not print the result\n");
H A Dxmlcatalog.c35 static int noout = 0; variable
323 \t--noout: avoid dumping the result on stdout\n\
352 } else if ((!strcmp(argv[i], "-noout")) ||
353 (!strcmp(argv[i], "--noout"))) {
354 noout = 1;
358 noout = 1;
467 if ((!no_super_update) && (noout) && (catal != NULL) &&
483 if (noout) {
494 noout = 0;
510 noout
[all...]
H A DMakefile.am681 -@($(CHECKER) $(top_builddir)/xmlcatalog --create --noout $(srcdir)/result/catalogs/mycatalog; \
683 $(CHECKER) $(top_builddir)/xmlcatalog --noout --add public Pubid sysid $(srcdir)/result/catalogs/mycatalog; \
685 $(CHECKER) $(top_builddir)/xmlcatalog --noout --add public Pubid2 sysid2 $(srcdir)/result/catalogs/mycatalog; \
687 $(CHECKER) $(top_builddir)/xmlcatalog --noout --add public Pubid3 sysid3 $(srcdir)/result/catalogs/mycatalog; \
691 $(CHECKER) $(top_builddir)/xmlcatalog --noout --del sysid $(srcdir)/result/catalogs/mycatalog; \
693 $(CHECKER) $(top_builddir)/xmlcatalog --noout --del sysid3 $(srcdir)/result/catalogs/mycatalog; \
695 $(CHECKER) $(top_builddir)/xmlcatalog --noout --del sysid2 $(srcdir)/result/catalogs/mycatalog; \
830 log=`$(CHECKER) $(top_builddir)/xmllint --valid --noout --nowarning $$i ; \
840 $(CHECKER) $(top_builddir)/xmllint --noout --valid $$i 2> $(srcdir)/result/VC/$$name ; \
843 log=`$(CHECKER) $(top_builddir)/xmllint --noout
[all...]
/external/curl/tests/certs/scripts/
H A Dgenroot.sh63 echo "openssl x509 -noout -text -in $PREFIX-ca.cacert -nameopt multiline"
64 $OPENSSL x509 -noout -text -in $PREFIX-ca.cacert -nameopt multiline
66 #$OPENSSL rsa -in ../keys/$PREFIX-ca.key -text -noout -pubout
H A Dgenserv.sh95 echo "openssl x509 -noout -text -hash -in $PREFIX-sv.selfcert -nameopt multiline"
96 $OPENSSL x509 -noout -text -hash -in $PREFIX-sv.crt -nameopt multiline
/external/libxml2/doc/examples/
H A DMakefile.am22 -cd $(srcdir) && xmllint --valid --noout index.html
/external/vboot_reference/scripts/image_signing/
H A Dsign_official_build.sh470 key_size=$(openssl rsa -text -noout -in "${key_file}" | \

Completed in 701 milliseconds