Home
last modified time | relevance | path

Searched refs:fbio (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Ds_client.c2180 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 …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Ds_client.c2204 BIO *fbio = BIO_new(BIO_f_buffer()); in s_client_main() local
2206 BIO_push(fbio, sbio); in s_client_main()
2209 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2214 BIO_printf(fbio, "LHLO %s\r\n", protohost); in s_client_main()
2216 BIO_printf(fbio, "EHLO %s\r\n", protohost); in s_client_main()
2217 (void)BIO_flush(fbio); in s_client_main()
2223 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ); in s_client_main()
2227 (void)BIO_flush(fbio); in s_client_main()
2228 BIO_pop(fbio); in s_client_main()
2229 BIO_free(fbio); in s_client_main()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/http/
H A Dhttp_client.c1306 BIO *fbio = BIO_new(BIO_f_buffer()); in OSSL_HTTP_proxy_connect() local
1318 if (mbuf == NULL || fbio == NULL) { in OSSL_HTTP_proxy_connect()
1322 BIO_push(fbio, bio); in OSSL_HTTP_proxy_connect()
1324 BIO_printf(fbio, "CONNECT %s:%s "HTTP_1_0"\r\n", server, port); in OSSL_HTTP_proxy_connect()
1330 BIO_printf(fbio, "Proxy-Connection: Keep-Alive\r\n"); in OSSL_HTTP_proxy_connect()
1347 BIO_printf(fbio, "Proxy-Authorization: Basic %s\r\n", proxyauthenc); in OSSL_HTTP_proxy_connect()
1357 BIO_printf(fbio, "\r\n"); in OSSL_HTTP_proxy_connect()
1360 if (BIO_flush(fbio) != 0) in OSSL_HTTP_proxy_connect()
1363 if (!BIO_should_retry(fbio)) in OSSL_HTTP_proxy_connect()
1369 rv = BIO_wait(fbio, max_time, 100 /* milliseconds */); in OSSL_HTTP_proxy_connect()
[all …]
/netbsd-src/sys/dev/sun/
H A DMakefile6 INCS= disklabel.h eeprom.h fbio.h idprom.h kbd_reg.h kbio.h vuid_event.h
/netbsd-src/sys/arch/sun2/include/
H A DMakefile10 fbio.h fenv.h float.h frame.h \
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_interceptors_ioctl_netbsd.inc414 /* Entries from file: dev/sun/fbio.h */
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_interceptors_ioctl_netbsd.inc414 /* Entries from file: dev/sun/fbio.h */
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_interceptors_ioctl_netbsd.inc415 /* Entries from file: dev/sun/fbio.h */