Searched defs:noout (Results 1 - 24 of 24) sorted by relevance

/external/openssl/apps/
H A Dpkeyparam.c73 int text = 0, noout = 0; local
120 else if (strcmp(*args,"-noout") == 0)
121 noout=1;
135 BIO_printf(bio_err, "-noout don't output encoded parameters\n");
186 if (!noout)
H A Ddh.c82 * -noout
94 int informat,outformat,check=0,noout=0,C=0,ret=1; local
155 else if (strcmp(*argv,"-noout") == 0)
156 noout=1;
179 BIO_printf(bio_err," -noout no output\n");
324 if (!noout)
H A Dpkcs7.c90 int print_certs=0,text=0,noout=0,p7_print=0; local
135 else if (strcmp(*argv,"-noout") == 0)
136 noout=1;
171 BIO_printf(bio_err," -noout don't output encoded data\n");
273 if(!noout) PEM_write_bio_X509(out,x);
287 if(!noout)PEM_write_bio_X509_CRL(out,crl);
296 if(!noout) {
H A Dpkey.c77 int pubin = 0, pubout = 0, pubtext = 0, text = 0, noout = 0; local
168 else if (strcmp(*args,"-noout") == 0)
169 noout=1;
239 if (!noout)
H A Dspkac.c87 int verify=0,noout=0,pubkey=0; local
154 else if (strcmp(*argv,"-noout") == 0)
155 noout=1;
176 BIO_printf(bio_err," -noout don't print SPKAC\n");
284 if(!noout) NETSCAPE_SPKI_print(out, spki);
H A Ddhparam.c141 * -noout
158 int informat,outformat,check=0,noout=0,C=0,ret=1; local
222 else if (strcmp(*argv,"-noout") == 0)
223 noout=1;
263 BIO_printf(bio_err," -noout no output\n");
510 if (!noout)
H A Ddsa.c105 int informat,outformat,text=0,noout=0; local
182 else if (strcmp(*argv,"-noout") == 0)
183 noout=1;
233 BIO_printf(bio_err," -noout don't print key out\n");
327 if (noout) goto end;
H A Dec.c94 int informat, outformat, text=0, noout=0; local
159 else if (strcmp(*argv, "-noout") == 0)
160 noout = 1;
229 BIO_printf(bio_err, " -noout don't print key out\n");
346 if (noout)
H A Drsa.c108 int informat,outformat,text=0,check=0,noout=0; local
192 else if (strcmp(*argv,"-noout") == 0)
193 noout=1;
239 BIO_printf(bio_err," -noout don't print key out\n");
367 if (noout)
H A Dsess_id.c81 " -noout - no CRL output\n",
98 int cert=0,noout=0,text=0; local
139 else if (strcmp(*argv,"-noout") == 0)
140 noout= ++num;
201 if (!noout || text)
243 if (!noout && !cert)
258 else if (!noout && (peer != NULL)) /* just print the certificate */
H A Dasn1pars.c93 int informat,indent=0, noout = 0, dump = 0; local
142 else if (strcmp(*argv,"-noout") == 0) noout = 1;
202 BIO_printf(bio_err," -noout arg don't produce any output\n");
364 if (!noout &&
H A Dcrl.c92 " -noout - no CRL output\n",
113 int hash=0,issuer=0,lastupdate=0,nextupdate=0,noout=0,text=0; local
216 else if (strcmp(*argv,"-noout") == 0)
217 noout= ++num;
393 if (noout)
H A Ddsaparam.c87 * -noout
90 * -noout
117 int informat,outformat,noout=0,C=0,ret=1; local
196 else if (strcmp(*argv,"-noout") == 0)
197 noout=1;
225 BIO_printf(bio_err," -noout no output\n");
410 if (!noout)
H A Decparam.c94 * -noout - do not print the ec parameter
131 int informat, outformat, noout = 0, C = 0, ret = 1; local
219 else if (strcmp(*argv, "-noout") == 0)
220 noout=1;
260 BIO_printf(bio_err, " -noout do not print the "
611 if (!noout)
H A Dcms.c122 int flags = CMS_DETACHED, noout = 0, print = 0; local
273 else if (!strcmp (*args, "-noout"))
274 noout = 1;
301 noout = 1;
1152 if (noout)
H A Dreq.c113 * -noout - don't print stuff out.
173 int informat,outformat,verify=0,noout=0,text=0,keyform=FORMAT_PEM; local
332 else if (strcmp(*argv,"-noout") == 0)
333 noout=1;
413 BIO_printf(bio_err," -noout do not output REQ\n");
963 if (noout && !text && !modulus && !subject && !pubkey)
1046 if (!noout && !x509)
1063 if (!noout && x509 && (x509ss != NULL))
H A Dx509.c121 " -noout - no certificate output\n",
193 int noout=0,sign_flag=0,CA_flag=0,CA_createserial=0,email=0; local
453 else if (strcmp(*argv,"-noout") == 0)
454 noout= ++num;
671 if (!noout || text || next_serial)
1016 if (!noout)
1021 noout=1;
1047 if (noout)
/external/chromium_org/third_party/libxml/src/
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
321 \t--noout: avoid dumping the result on stdout\n\
350 } else if ((!strcmp(argv[i], "-noout")) ||
351 (!strcmp(argv[i], "--noout"))) {
352 noout = 1;
356 noout = 1;
465 if ((!no_super_update) && (noout) && (catal != NULL) &&
481 if (noout) {
492 noout = 0;
508 noout
[all...]
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.c134 static int noout = 0; variable
895 if (noout)
913 if (noout)
931 if (noout)
948 if (noout)
972 if (noout)
1003 if (noout)
1033 if (noout)
1052 if (noout)
1083 if (noout)
[all...]
/external/libxml2/
H A Dxmlcatalog.c35 static int noout = 0; variable
321 \t--noout: avoid dumping the result on stdout\n\
350 } else if ((!strcmp(argv[i], "-noout")) ||
351 (!strcmp(argv[i], "--noout"))) {
352 noout = 1;
356 noout = 1;
465 if ((!no_super_update) && (noout) && (catal != NULL) &&
481 if (noout) {
492 noout = 0;
508 noout
[all...]
H A Dxmllint.c135 static int noout = 0; variable
901 if (noout)
919 if (noout)
937 if (noout)
954 if (noout)
978 if (noout)
1009 if (noout)
1039 if (noout)
1058 if (noout)
1089 if (noout)
[all...]

Completed in 4791 milliseconds