Home
last modified time | relevance | path

Searched refs:notext (Results 1 – 5 of 5) sorted by relevance

/trueos/contrib/groff/src/devices/grohtml/
HDhtml-text.cpp277 int notext=TRUE; in flush_text() local
281 notext = (notext && (! stackptr->text_emitted)); in flush_text()
282 if (! notext) { in flush_text()
497 int notext =TRUE; in shutdown() local
501 notext = (notext && (! stackptr->text_emitted)); in shutdown()
502 if (! notext) { in shutdown()
/trueos/etc/rc.d/
HDsendmail141 openssl ca -notext -config openssl.cnf \
/trueos/crypto/openssl/apps/
HDca.c226 int notext);
302 int notext = 0; in MAIN() local
439 notext = 1; in MAIN()
1275 write_new_certificate(Cout, x, 0, notext); in MAIN()
1276 write_new_certificate(Sout, x, output_der, notext); in MAIN()
2164 int notext) in write_new_certificate() argument
2183 if (!notext) in write_new_certificate()
/trueos/crypto/openssl/doc/apps/
HDca.pod38 [B<-notext>]
150 =item B<-notext>
/trueos/crypto/openssl/
HDCHANGES7866 *) Add a new -notext option to 'ca' and a -pubkey option to 'spkac'.