Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bsddialog/lib/
H A Dmenubox.c351 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 Dformbox.c415 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 Dsendmail142 openssl ca -notext -config openssl.cnf \
/freebsd-14.2/crypto/openssl/apps/
H A Dca.c139 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 Dkern.pre.mk187 LDFLAGS+= -z notext -z ifunc-noplt
/freebsd-14.2/crypto/openssl/doc/man1/
H A Dopenssl-ca.pod.in46 [B<-notext>]
209 =item B<-notext>
/freebsd-14.2/crypto/openssl/
H A DCHANGES.md16959 * Add a new -notext option to 'ca' and a -pubkey option to 'spkac'.