HomeSort by: relevance | last modified time | path
    Searched defs:notext (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl2/groff/dist/src/devices/grohtml/
html-text.cpp 279 int notext=TRUE; local
283 notext = (notext && (! stackptr->text_emitted));
284 if (! notext) {
499 int notext =TRUE; local
503 notext = (notext && (! stackptr->text_emitted));
504 if (! notext) {
  /src/crypto/external/bsd/openssl.old/dist/apps/
ca.c 133 static void write_new_certificate(BIO *bp, X509 *x, int output_der, int notext);
185 {"notext", OPT_NOTEXT, '-', "Do not print the generated certificate"},
256 int keyformat = FORMAT_PEM, multirdn = 0, notext = 0, output_der = 0; local
358 notext = 1;
1039 write_new_certificate(Cout, xi, 0, notext);
1040 write_new_certificate(Sout, xi, output_der, notext);
1901 static void write_new_certificate(BIO *bp, X509 *x, int output_der, int notext)
1908 if (!notext)
  /src/crypto/external/apache2/openssl/dist/apps/
ca.c 140 static void write_new_certificate(BIO *bp, X509 *x, int output_der, int notext);
223 { "notext", OPT_NOTEXT, '-', "Do not print the generated certificate" },
345 int keyformat = FORMAT_UNDEF, multirdn = 1, notext = 0, output_der = 0; local
475 notext = 1;
1142 write_new_certificate(Cout, xi, 0, notext);
1143 write_new_certificate(Sout, xi, output_der, notext);
1986 static void write_new_certificate(BIO *bp, X509 *x, int output_der, int notext)
1993 if (!notext)
  /src/crypto/external/bsd/openssl/dist/apps/
ca.c 139 static void write_new_certificate(BIO *bp, X509 *x, int output_der, int notext);
175 {"notext", OPT_NOTEXT, '-', "Do not print the generated certificate"},
294 int keyformat = FORMAT_UNDEF, multirdn = 1, notext = 0, output_der = 0; local
419 notext = 1;
1136 write_new_certificate(Cout, xi, 0, notext);
1137 write_new_certificate(Sout, xi, output_der, notext);
1981 static void write_new_certificate(BIO *bp, X509 *x, int output_der, int notext)
1988 if (!notext)

Completed in 21 milliseconds