Searched full:fbio (Results 1 – 25 of 73) sorted by relevance
123
/freebsd/crypto/openssl/apps/ |
H A D | s_client.c | 2180 BIO *fbio = BIO_new(BIO_f_buffer()); in s_client_main() local 2182 if (fbio == NULL) { in s_client_main() 2186 BIO_push(fbio, sbio); in s_client_main() 2189 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main() 2194 BIO_printf(fbio, "LHLO %s\r\n", protohost); in s_client_main() 2196 BIO_printf(fbio, "EHLO %s\r\n", protohost); in s_client_main() 2197 (void)BIO_flush(fbio); in s_client_main() 2203 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main() 2207 (void)BIO_flush(fbio); in s_client_main() 2208 BIO_pop(fbio); in s_client_main() [all …]
|
/freebsd/crypto/openssl/crypto/http/ |
H A D | http_client.c | 1317 BIO *fbio = BIO_new(BIO_f_buffer()); in OSSL_HTTP_proxy_connect() local 1329 if (mbuf == NULL || fbio == NULL) { in OSSL_HTTP_proxy_connect() 1333 BIO_push(fbio, bio); in OSSL_HTTP_proxy_connect() 1335 BIO_printf(fbio, "CONNECT %s:%s "HTTP_1_0"\r\n", server, port); in OSSL_HTTP_proxy_connect() 1341 BIO_printf(fbio, "Proxy-Connection: Keep-Alive\r\n"); in OSSL_HTTP_proxy_connect() 1358 BIO_printf(fbio, "Proxy-Authorization: Basic %s\r\n", proxyauthenc); in OSSL_HTTP_proxy_connect() 1368 BIO_printf(fbio, "\r\n"); in OSSL_HTTP_proxy_connect() 1371 if (BIO_flush(fbio) != 0) in OSSL_HTTP_proxy_connect() 1374 if (!BIO_should_retry(fbio)) in OSSL_HTTP_proxy_connect() 1380 rv = BIO_wait(fbio, max_time, 100 /* milliseconds */); in OSSL_HTTP_proxy_connect() [all …]
|
/freebsd/sys/dev/fb/ |
H A D | fb_if.m | 2 #include <sys/fbio.h>
|
H A D | splash_txt.c | 36 #include <sys/fbio.h>
|
H A D | splash.c | 37 #include <sys/fbio.h>
|
/freebsd/sys/dev/syscons/green/ |
H A D | green_saver.c | 36 #include <sys/fbio.h>
|
/freebsd/sys/dev/syscons/blank/ |
H A D | blank_saver.c | 36 #include <sys/fbio.h>
|
/freebsd/lib/libvgl/ |
H A D | keyboard.c | 37 #include <sys/fbio.h>
|
/freebsd/sys/dev/syscons/fade/ |
H A D | fade_saver.c | 36 #include <sys/fbio.h>
|
/freebsd/sys/arm/ti/am335x/ |
H A D | am335x_usb_phy.c | 30 #include <sys/fbio.h>
|
/freebsd/sys/dev/syscons/ |
H A D | scvesactl.c | 43 #include <sys/fbio.h>
|
/freebsd/sys/dev/syscons/star/ |
H A D | star_saver.c | 36 #include <sys/fbio.h>
|
/freebsd/sys/arm/ti/ |
H A D | ti_omap4_cm.c | 34 #include <sys/fbio.h>
|
H A D | ti_scm.c | 34 #include <sys/fbio.h>
|
/freebsd/sys/dev/vt/hw/vbefb/ |
H A D | vbefb.c | 34 #include <sys/fbio.h>
|
/freebsd/sys/dev/syscons/logo/ |
H A D | logo_saver.c | 37 #include <sys/fbio.h>
|
/freebsd/sys/dev/syscons/warp/ |
H A D | warp_saver.c | 37 #include <sys/fbio.h>
|
/freebsd/share/examples/libvgl/ |
H A D | demo.c | 32 #include <sys/fbio.h>
|
/freebsd/sys/dev/syscons/fire/ |
H A D | fire_saver.c | 43 #include <sys/fbio.h>
|
/freebsd/sys/dev/syscons/rain/ |
H A D | rain_saver.c | 37 #include <sys/fbio.h>
|
/freebsd/sys/dev/vt/hw/efifb/ |
H A D | efifb.c | 34 #include <sys/fbio.h>
|
/freebsd/sys/dev/syscons/dragon/ |
H A D | dragon_saver.c | 37 #include <sys/fbio.h>
|
/freebsd/sys/dev/syscons/snake/ |
H A D | snake_saver.c | 38 #include <sys/fbio.h>
|
/freebsd/sys/dev/vt/colors/ |
H A D | vt_termcolors.c | 34 #include <sys/fbio.h>
|
/freebsd/sys/dev/vt/hw/simplefb/ |
H A D | simplefb.c | 35 #include <sys/fbio.h>
|
123