Searched refs:notext (Results 1 - 2 of 2) sorted by relevance
/external/openssl/apps/ |
H A D | ca.c | 221 static void write_new_certificate(BIO *bp, X509 *x, int output_der, int notext); 297 int notext=0; local 452 else if (strcmp(*argv,"-notext") == 0) 453 notext=1; 1354 write_new_certificate(Cout,x, 0, notext); 1355 write_new_certificate(Sout,x, output_der, notext); 2244 static void write_new_certificate(BIO *bp, X509 *x, int output_der, int notext) argument 2264 if (!notext)X509_print(bp,x);
|
/external/zlib/src/ |
H A D | make_vms.com | 611 $ set message/nofac/noident/nosever/notext 670 $ set message/nofac/noident/nosever/notext
|
Completed in 194 milliseconds