Searched refs:notext (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/bsddialog/lib/ |
| H A D | menubox.c | 351 int htext, wtext, menusize, notext; in menu_autosize() local 353 notext = 2; in menu_autosize() 358 notext += nitems; in menu_autosize() 359 notext = MIN(notext, widget_max_height(conf) - HBORDERS - 3); in menu_autosize() 361 notext += *menurows; in menu_autosize() 363 if (text_size(conf, rows, cols, text, &bs, notext, linelen + 4, &htext, in menu_autosize()
|
| H A D | formbox.c | 415 int htext, wtext, menusize, notext; in menu_autosize() local 417 notext = 2; in menu_autosize() 422 notext += nitems; in menu_autosize() 423 notext = MIN(notext, widget_max_height(conf) - HBORDERS - 3); in menu_autosize() 425 notext += *menurows; in menu_autosize() 427 if (text_size(conf, rows, cols, text, &bs, notext, linelen + 4, &htext, in menu_autosize()
|
| /freebsd-14.2/libexec/rc/rc.d/ |
| H A D | sendmail | 142 openssl ca -notext -config openssl.cnf \
|
| /freebsd-14.2/crypto/openssl/apps/ |
| H A D | ca.c | 139 static void write_new_certificate(BIO *bp, X509 *x, int output_der, int notext); 294 int keyformat = FORMAT_UNDEF, multirdn = 1, notext = 0, output_der = 0; in ca_main() local 419 notext = 1; in ca_main() 1136 write_new_certificate(Cout, xi, 0, notext); in ca_main() 1137 write_new_certificate(Sout, xi, output_der, notext); in ca_main() 1981 static void write_new_certificate(BIO *bp, X509 *x, int output_der, int notext) in write_new_certificate() argument 1988 if (!notext) in write_new_certificate()
|
| /freebsd-14.2/sys/conf/ |
| H A D | kern.pre.mk | 187 LDFLAGS+= -z notext -z ifunc-noplt
|
| /freebsd-14.2/crypto/openssl/doc/man1/ |
| H A D | openssl-ca.pod.in | 46 [B<-notext>] 209 =item B<-notext>
|
| /freebsd-14.2/crypto/openssl/ |
| H A D | CHANGES.md | 16959 * Add a new -notext option to 'ca' and a -pubkey option to 'spkac'.
|