Home
last modified time | relevance | path

Searched refs:fileno_stdin (Results 1 – 25 of 113) sorted by relevance

12345

/dports/security/openssl-legacy-static/openssl-1.0.2u/apps/
H A Ds_client.c1565 if (fileno_stdin() > SSL_get_fd(con)) in MAIN()
1566 width = fileno_stdin() + 1; in MAIN()
1754 openssl_fdset(fileno_stdin(), &readfds); in MAIN()
1828 (void)fcntl(fileno_stdin(), F_SETFL, O_NONBLOCK); in MAIN()
1835 if (read(fileno_stdin(), sbuf, 0) >= 0) in MAIN()
1843 (void)fcntl(fileno_stdin(), F_SETFL, 0); in MAIN()
2021 else if (FD_ISSET(fileno_stdin(), &readfds)) in MAIN()
H A Ds_server.c2317 if (fileno_stdin() > s) in sv_body()
2318 width = fileno_stdin() + 1; in sv_body()
2331 openssl_fdset(fileno_stdin(), &readfds); in sv_body()
2359 (void)fcntl(fileno_stdin(), F_SETFL, O_NONBLOCK); in sv_body()
2361 if ((i < 0) || (!i && read(fileno_stdin(), buf, 0) < 0)) in sv_body()
2363 if (read(fileno_stdin(), buf, 0) >= 0) in sv_body()
2365 (void)fcntl(fileno_stdin(), F_SETFL, 0); in sv_body()
2382 if (FD_ISSET(fileno_stdin(), &readfds)) in sv_body()
H A Dapps.h378 int fileno_stdin(void);
/dports/security/openssl-unsafe/openssl-c9ba19c/apps/
H A Ds_client.c1635 if (fileno_stdin() > SSL_get_fd(con)) in MAIN()
1636 width = fileno_stdin() + 1; in MAIN()
1983 openssl_fdset(fileno_stdin(), &readfds); in MAIN()
2057 (void)fcntl(fileno_stdin(), F_SETFL, O_NONBLOCK); in MAIN()
2064 if (read(fileno_stdin(), sbuf, 0) >= 0) in MAIN()
2072 (void)fcntl(fileno_stdin(), F_SETFL, 0); in MAIN()
2250 else if (FD_ISSET(fileno_stdin(), &readfds)) in MAIN()
H A Ds_server.c2311 if (fileno_stdin() > s) in sv_body()
2312 width = fileno_stdin() + 1; in sv_body()
2325 openssl_fdset(fileno_stdin(), &readfds); in sv_body()
2353 (void)fcntl(fileno_stdin(), F_SETFL, O_NONBLOCK); in sv_body()
2355 if ((i < 0) || (!i && read(fileno_stdin(), buf, 0) < 0)) in sv_body()
2357 if (read(fileno_stdin(), buf, 0) >= 0) in sv_body()
2359 (void)fcntl(fileno_stdin(), F_SETFL, 0); in sv_body()
2376 if (FD_ISSET(fileno_stdin(), &readfds)) in sv_body()
H A Dapps.h378 int fileno_stdin(void);
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/apps/include/
H A Dapps.h314 int fileno_stdin(void);
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/apps/include/
H A Dapps.h314 int fileno_stdin(void);
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/apps/include/
H A Dapps.h314 int fileno_stdin(void);
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/apps/include/
H A Dapps.h314 int fileno_stdin(void);
/dports/security/openssl-devel/openssl-3.0.2/apps/include/
H A Dapps.h314 int fileno_stdin(void);
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/apps/include/
H A Dapps.h314 int fileno_stdin(void);
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/apps/
H A Dapps.c2416 int fileno_stdin(void) in fileno_stdin() function
2426 int fileno_stdin(void) in fileno_stdin() function
2451 return recv(fileno_stdin(), buf, siz, 0); in raw_read_stdin()
2456 return read(fileno_stdin(), buf, siz); in raw_read_stdin()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dapps.c2389 int fileno_stdin(void) in fileno_stdin() function
2399 int fileno_stdin(void) in fileno_stdin() function
2424 return recv(fileno_stdin(), buf, siz, 0); in raw_read_stdin()
2429 return read(fileno_stdin(), buf, siz); in raw_read_stdin()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dapps.c2416 int fileno_stdin(void) in fileno_stdin() function
2426 int fileno_stdin(void) in fileno_stdin() function
2451 return recv(fileno_stdin(), buf, siz, 0); in raw_read_stdin()
2456 return read(fileno_stdin(), buf, siz); in raw_read_stdin()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dapps.c2396 int fileno_stdin(void) in fileno_stdin() function
2406 int fileno_stdin(void) in fileno_stdin() function
2431 return recv(fileno_stdin(), buf, siz, 0); in raw_read_stdin()
2436 return read(fileno_stdin(), buf, siz); in raw_read_stdin()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/openssl-src-111.9.0+1.1.1g/openssl/apps/
H A Dapps.c2416 int fileno_stdin(void) in fileno_stdin() function
2426 int fileno_stdin(void) in fileno_stdin() function
2451 return recv(fileno_stdin(), buf, siz, 0); in raw_read_stdin()
2456 return read(fileno_stdin(), buf, siz); in raw_read_stdin()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dapps.c2389 int fileno_stdin(void) in fileno_stdin() function
2399 int fileno_stdin(void) in fileno_stdin() function
2424 return recv(fileno_stdin(), buf, siz, 0); in raw_read_stdin()
2429 return read(fileno_stdin(), buf, siz); in raw_read_stdin()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.14.0+1.1.1j/openssl/apps/
H A Dapps.c2416 int fileno_stdin(void) in fileno_stdin() function
2426 int fileno_stdin(void) in fileno_stdin() function
2451 return recv(fileno_stdin(), buf, siz, 0); in raw_read_stdin()
2456 return read(fileno_stdin(), buf, siz); in raw_read_stdin()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dapps.c2416 int fileno_stdin(void) in fileno_stdin() function
2426 int fileno_stdin(void) in fileno_stdin() function
2451 return recv(fileno_stdin(), buf, siz, 0); in raw_read_stdin()
2456 return read(fileno_stdin(), buf, siz); in raw_read_stdin()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dapps.c2416 int fileno_stdin(void) in fileno_stdin() function
2426 int fileno_stdin(void) in fileno_stdin() function
2451 return recv(fileno_stdin(), buf, siz, 0); in raw_read_stdin()
2456 return read(fileno_stdin(), buf, siz); in raw_read_stdin()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/apps/
H A Dapps.c2416 int fileno_stdin(void) in fileno_stdin() function
2426 int fileno_stdin(void) in fileno_stdin() function
2451 return recv(fileno_stdin(), buf, siz, 0); in raw_read_stdin()
2456 return read(fileno_stdin(), buf, siz); in raw_read_stdin()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.15.0+1.1.1k/openssl/apps/
H A Dapps.c2416 int fileno_stdin(void) in fileno_stdin() function
2426 int fileno_stdin(void) in fileno_stdin() function
2451 return recv(fileno_stdin(), buf, siz, 0); in raw_read_stdin()
2456 return read(fileno_stdin(), buf, siz); in raw_read_stdin()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dapps.c2389 int fileno_stdin(void)
2399 int fileno_stdin(void)
2424 return recv(fileno_stdin(), buf, siz, 0);
2429 return read(fileno_stdin(), buf, siz);
/dports/www/websocat/websocat-1.9.0/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/apps/
H A Dapps.c2416 int fileno_stdin(void) in fileno_stdin() function
2426 int fileno_stdin(void) in fileno_stdin() function
2451 return recv(fileno_stdin(), buf, siz, 0); in raw_read_stdin()
2456 return read(fileno_stdin(), buf, siz); in raw_read_stdin()

12345