HomeSort by relevance Sort by last modified time
    Searched refs:noout (Results 1 - 21 of 21) sorted by null

  /external/libxml2/doc/
buildDocBookCatalog 180 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...]
Makefile.am 263 $(XMLLINT) --nonet --valid --noout $(PAGES) ; fi );
281 $(XMLLINT) --nonet --valid --noout API*.html ; fi );
289 $(XMLLINT) --nonet --valid --noout html/*.html ; fi );
  /system/media/camera/docs/
metadata-validate 31 xmllint --noout --schema $schema $doc || exit 1
  /cts/tests/tests/security/tools/
format_cert.sh 29 # openssl x509 -in cert_file -subject_hash_old -noout
36 -noout 2>/dev/null)
40 -noout)
55 "$OPENSSL" x509 -in "$in_file" -inform $in_form -noout -text -fingerprint \
  /external/autotest/client/site_tests/security_RootCA/
add-openssl-roots.sh 10 openssl x509 -in "$x" -noout -fingerprint | cut -f2 -d=; \
  /external/valgrind/drd/tests/
verify-xml-output 20 xmllint --noout --schema ../docs/drd-xml-output.xsd $b-${USER}.xml 2>&1 | tee $b.xmllint
  /libcore/support/src/test/java/tests/resources/x509/
create.sh 26 openssl req -in /tmp/cert-rsa-req.pem -pubkey -noout | openssl rsa -pubin -pubout -outform der > "$DIR/cert-rsa-pubkey.der"
30 openssl asn1parse -in "$DIR/cert-rsa.der" -inform d -out "$DIR/cert-rsa-tbs.der" -noout -strparse 4
32 openssl asn1parse -in "$DIR/cert-rsa.der" -inform d -strparse "$SIG_OFFSET" -noout -out "$DIR/cert-rsa-sig.der"
35 openssl x509 -in "$DIR/cert-rsa.der" -inform d -noout -startdate -enddate > "$DIR/cert-rsa-dates.txt"
38 openssl x509 -in "$DIR/cert-rsa.der" -inform d -noout -serial > "$DIR/cert-rsa-serial.txt"
78 openssl ecparam -name prime256v1 -genkey -out "$DIR/ecpriv.pem" -noout
102 openssl asn1parse -in "$DIR/crl-rsa.der" -inform d -out "$DIR/crl-rsa-tbs.der" -noout -strparse 4
104 openssl asn1parse -in "$DIR/crl-rsa.der" -inform d -strparse "$SIG_OFFSET" -noout -out "$DIR/crl-rsa-sig.der"
117 openssl crl -inform d -in "$DIR/crl-rsa.der" -noout -lastupdate -nextupdate > "$DIR/crl-rsa-dates.txt"
118 openssl crl -inform d -in "$DIR/crl-rsa-dsa.der" -noout -lastupdate -nextupdate > "$DIR/crl-rsa-dsa-dates.txt
    [all...]
  /development/tools/
make_key 56 ( openssl ecparam -name prime256v1 -genkey -noout | tee ${one} > ${two} ) &
  /external/libxml2/os400/
xmlcatlgcl.c 241 /* 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/
testHTML.c 46 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");
xmllint.c 135 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...]
testRelax.c 50 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");
testSchemas.c 51 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");
xmlcatalog.c 35 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 = 0
    [all...]
Makefile.am 681 -@($(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; \
    [all...]
  /external/curl/tests/certs/scripts/
genroot.sh 63 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
genserv.sh 95 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/
Makefile.am 22 -cd $(srcdir) && xmllint --valid --noout index.html
  /external/curl/lib/
mk-ca-bundle.pl 454 $pipe = "|$openssl x509 -" . $hash . " -fingerprint -noout -inform PEM";
  /external/vboot_reference/scripts/image_signing/
sign_official_build.sh 470 key_size=$(openssl rsa -text -noout -in "${key_file}" | \
  /build/make/core/
Makefile     [all...]

Completed in 479 milliseconds