Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlcatalog.c35 static int noout = 0; variable
355 noout = 1; in main()
359 noout = 1; in main()
468 if ((!no_super_update) && (noout) && (catal != NULL) && in main()
484 if (noout) { in main()
495 noout = 0; in main()
511 noout = 0; in main()
589 if (noout && filename && *filename) { in main()
596 noout = 0; in main()
Dxmllint.c133 static int noout = 0; variable
890 if (noout) in isStandaloneDebug()
908 if (noout) in hasInternalSubsetDebug()
926 if (noout) in hasExternalSubsetDebug()
943 if (noout) in internalSubsetDebug()
967 if (noout) in externalSubsetDebug()
998 if (noout) in resolveEntityDebug()
1028 if (noout) in getEntityDebug()
1047 if (noout) in getParameterEntityDebug()
1078 if (noout) in entityDeclDebug()
[all …]
/external/openssl/apps/
Dsess_id.c97 int cert=0,noout=0,text=0; in MAIN() local
139 noout= ++num; in MAIN()
199 if (!noout || text) in MAIN()
241 if (!noout && !cert) in MAIN()
256 else if (!noout && (x->peer != NULL)) /* just print the certificate */ in MAIN()
Dpkcs7.c90 int print_certs=0,text=0,noout=0,p7_print=0; in MAIN() local
136 noout=1; in MAIN()
273 if(!noout) PEM_write_bio_X509(out,x); in MAIN()
287 if(!noout)PEM_write_bio_X509_CRL(out,crl); in MAIN()
296 if(!noout) { in MAIN()
Dpkeyparam.c73 int text = 0, noout = 0; in MAIN() local
121 noout=1; in MAIN()
186 if (!noout) in MAIN()
Dpkey.c77 int pubin = 0, pubout = 0, pubtext = 0, text = 0, noout = 0; in MAIN() local
169 noout=1; in MAIN()
239 if (!noout) in MAIN()
Dspkac.c87 int verify=0,noout=0,pubkey=0; in MAIN() local
155 noout=1; in MAIN()
284 if(!noout) NETSCAPE_SPKI_print(out, spki); in MAIN()
Ddh.c94 int informat,outformat,check=0,noout=0,C=0,ret=1; in MAIN() local
156 noout=1; in MAIN()
324 if (!noout) in MAIN()
Ddsa.c105 int informat,outformat,text=0,noout=0; in MAIN() local
183 noout=1; in MAIN()
327 if (noout) goto end; in MAIN()
Dec.c94 int informat, outformat, text=0, noout=0; in MAIN() local
160 noout = 1; in MAIN()
346 if (noout) in MAIN()
Drsa.c108 int informat,outformat,text=0,check=0,noout=0; in MAIN() local
193 noout=1; in MAIN()
367 if (noout) in MAIN()
Ddsaparam.c117 int informat,outformat,noout=0,C=0,ret=1; in MAIN() local
197 noout=1; in MAIN()
409 if (!noout) in MAIN()
Dcrl.c110 int hash=0,issuer=0,lastupdate=0,nextupdate=0,noout=0,text=0; in MAIN() local
207 noout= ++num; in MAIN()
375 if (noout) in MAIN()
Ddhparam.c158 int informat,outformat,check=0,noout=0,C=0,ret=1; in MAIN() local
223 noout=1; in MAIN()
511 if (!noout) in MAIN()
Dasn1pars.c93 int informat,indent=0, noout = 0, dump = 0; in MAIN() local
142 else if (strcmp(*argv,"-noout") == 0) noout = 1; in MAIN()
364 if (!noout && in MAIN()
Decparam.c131 int informat, outformat, noout = 0, C = 0, ret = 1; in MAIN() local
220 noout=1; in MAIN()
611 if (!noout) in MAIN()
Dx509.c191 int noout=0,sign_flag=0,CA_flag=0,CA_createserial=0,email=0; in MAIN() local
443 noout= ++num; in MAIN()
660 if (!noout || text || next_serial) in MAIN()
1004 if (!noout) in MAIN()
1009 noout=1; in MAIN()
1035 if (noout) in MAIN()
DCA.sh125 $X509 -in ${CATOP}/$CACERT -noout -next_serial \
Dcms.c122 int flags = CMS_DETACHED, noout = 0, print = 0; in MAIN() local
271 noout = 1; in MAIN()
298 noout = 1; in MAIN()
1119 if (noout) in MAIN()
Dreq.c173 int informat,outformat,verify=0,noout=0,text=0,keyform=FORMAT_PEM; in MAIN() local
324 noout=1; in MAIN()
953 if (noout && !text && !modulus && !subject && !pubkey) in MAIN()
1036 if (!noout && !x509) in MAIN()
1053 if (!noout && x509 && (x509ss != NULL)) in MAIN()
/external/openssl/android.testssl/
Dtestssl15 if adb shell /system/bin/openssl x509 -in $cert -text -noout | fgrep 'DSA Public Key' >/dev/null; t…
/external/valgrind/main/docs/
DMakefile.am97 LINT_FLAGS = --noblanks --noout --xinclude --postvalid --noent
DMakefile.in266 LINT_FLAGS = --noblanks --noout --xinclude --postvalid --noent
/external/bluetooth/glib/
Dacinclude.m4182 AC_RUN_LOG([$XMLCATALOG --noout "$XML_CATALOG_FILE" "$1" >&2]); then