/external/libxml2/ |
D | xmlcatalog.c | 35 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()
|
D | xmllint.c | 133 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/ |
D | sess_id.c | 97 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()
|
D | pkcs7.c | 90 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()
|
D | pkeyparam.c | 73 int text = 0, noout = 0; in MAIN() local 121 noout=1; in MAIN() 186 if (!noout) in MAIN()
|
D | pkey.c | 77 int pubin = 0, pubout = 0, pubtext = 0, text = 0, noout = 0; in MAIN() local 169 noout=1; in MAIN() 239 if (!noout) in MAIN()
|
D | spkac.c | 87 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()
|
D | dh.c | 94 int informat,outformat,check=0,noout=0,C=0,ret=1; in MAIN() local 156 noout=1; in MAIN() 324 if (!noout) in MAIN()
|
D | dsa.c | 105 int informat,outformat,text=0,noout=0; in MAIN() local 183 noout=1; in MAIN() 327 if (noout) goto end; in MAIN()
|
D | ec.c | 94 int informat, outformat, text=0, noout=0; in MAIN() local 160 noout = 1; in MAIN() 346 if (noout) in MAIN()
|
D | rsa.c | 108 int informat,outformat,text=0,check=0,noout=0; in MAIN() local 193 noout=1; in MAIN() 367 if (noout) in MAIN()
|
D | dsaparam.c | 117 int informat,outformat,noout=0,C=0,ret=1; in MAIN() local 197 noout=1; in MAIN() 409 if (!noout) in MAIN()
|
D | crl.c | 110 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()
|
D | dhparam.c | 158 int informat,outformat,check=0,noout=0,C=0,ret=1; in MAIN() local 223 noout=1; in MAIN() 511 if (!noout) in MAIN()
|
D | asn1pars.c | 93 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()
|
D | ecparam.c | 131 int informat, outformat, noout = 0, C = 0, ret = 1; in MAIN() local 220 noout=1; in MAIN() 611 if (!noout) in MAIN()
|
D | x509.c | 191 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()
|
D | CA.sh | 125 $X509 -in ${CATOP}/$CACERT -noout -next_serial \
|
D | cms.c | 122 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()
|
D | req.c | 173 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/ |
D | testssl | 15 if adb shell /system/bin/openssl x509 -in $cert -text -noout | fgrep 'DSA Public Key' >/dev/null; t…
|
/external/valgrind/main/docs/ |
D | Makefile.am | 97 LINT_FLAGS = --noblanks --noout --xinclude --postvalid --noent
|
D | Makefile.in | 266 LINT_FLAGS = --noblanks --noout --xinclude --postvalid --noent
|
/external/bluetooth/glib/ |
D | acinclude.m4 | 182 AC_RUN_LOG([$XMLCATALOG --noout "$XML_CATALOG_FILE" "$1" >&2]); then
|