Home
last modified time | relevance | path

Searched refs:fd_new (Results 1 – 25 of 61) sorted by relevance

123

/dports/games/stratagus/stratagus-3.2.0/src/win32/
H A DSetupConsole_win32.cpp97 int fd_new = _open_osfhandle((intptr_t)handle, _O_TEXT | (input ? _O_RDONLY : _O_APPEND)); in SetStreamAndFdFromStdConsole() local
98 if (fd_new < 0) in SetStreamAndFdFromStdConsole()
103 if (fd_old >= 0 && fd_old != fd_new) { in SetStreamAndFdFromStdConsole()
105 if (_dup2(fd_new, fd_old) < 0) { in SetStreamAndFdFromStdConsole()
106 _close(fd_new); in SetStreamAndFdFromStdConsole()
111 if (fd_new != fd) { in SetStreamAndFdFromStdConsole()
113 if (_dup2(fd_new, fd) < 0) { in SetStreamAndFdFromStdConsole()
114 _close(fd_new); in SetStreamAndFdFromStdConsole()
120 if (fd_old < 0 || fd_old != fd_new) in SetStreamAndFdFromStdConsole()
121 _close(fd_new); in SetStreamAndFdFromStdConsole()
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/win32/
H A DSetupConsole_win32.cpp107 int fd_new = _open_osfhandle((intptr_t)handle, _O_TEXT | (input ? _O_RDONLY : _O_APPEND)); in SetStreamAndFdFromStdConsole() local
108 if (fd_new < 0) in SetStreamAndFdFromStdConsole()
113 if (fd_old >= 0 && fd_old != fd_new) { in SetStreamAndFdFromStdConsole()
115 if (_dup2(fd_new, fd_old) < 0) { in SetStreamAndFdFromStdConsole()
116 _close(fd_new); in SetStreamAndFdFromStdConsole()
121 if (fd_new != fd) { in SetStreamAndFdFromStdConsole()
123 if (_dup2(fd_new, fd) < 0) { in SetStreamAndFdFromStdConsole()
124 _close(fd_new); in SetStreamAndFdFromStdConsole()
130 if (fd_old < 0 || fd_old != fd_new) in SetStreamAndFdFromStdConsole()
131 _close(fd_new); in SetStreamAndFdFromStdConsole()
/dports/devel/ga/ga-5.8/pario/eaf/
H A Deaf.c713 int rc, fd_new; in eaf_flushbuf() local
724 rc=EAF_Open(oldfname, EAF_RW, &fd_new); in eaf_flushbuf()
731 rc = elio_write(file[fd_new].elio_fd, 0., (char*)mapointer, (Size_t) masize); in eaf_flushbuf()
733 rc = elio_write(file[fd_new].elio_fd, (Off_t) file[fd].size , buf, (Size_t) bytes); in eaf_flushbuf()
739 file[fd_new].nwrite++; in eaf_flushbuf()
740 file[fd_new].nb_write += file[fd].size; in eaf_flushbuf()
741 file[fd_new].nwrite++; in eaf_flushbuf()
742 file[fd_new].nb_write += bytes; in eaf_flushbuf()
743 file[fd_new].t_write += wall_time() - start; in eaf_flushbuf()
750 fd = fd_new; in eaf_flushbuf()
/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/crypto/bio/
H A Dbss_fd.c81 static int fd_new(BIO *h);
93 fd_new,
112 static int fd_new(BIO *bi) in fd_new() function
/dports/sysutils/shim/shim-0.9/Cryptlib/OpenSSL/crypto/bio/
H A Dbss_fd.c81 static int fd_new(BIO *h);
92 fd_new,
112 static int fd_new(BIO *bi) in fd_new() function
/dports/security/libressl/libressl-3.4.3/crypto/bio/
H A Dbss_fd.c73 static int fd_new(BIO *h);
85 .create = fd_new,
107 fd_new(BIO *bi) in fd_new() function
/dports/security/libressl-static/libressl-3.3.5/crypto/bio/
H A Dbss_fd.c73 static int fd_new(BIO *h);
85 .create = fd_new,
107 fd_new(BIO *bi)
/dports/emulators/citra-qt5/citra-ac98458e0/externals/libressl/crypto/bio/
H A Dbss_fd.c73 static int fd_new(BIO *h);
85 .create = fd_new,
107 fd_new(BIO *bi) in fd_new() function
/dports/emulators/citra/citra-ac98458e0/externals/libressl/crypto/bio/
H A Dbss_fd.c73 static int fd_new(BIO *h);
85 .create = fd_new,
107 fd_new(BIO *bi) in fd_new() function
/dports/www/obhttpd/libressl-3.4.1/crypto/bio/
H A Dbss_fd.c73 static int fd_new(BIO *h);
85 .create = fd_new,
107 fd_new(BIO *bi) in fd_new() function
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/
H A Dbss_fd.c56 static int fd_new(BIO *h);
72 fd_new,
92 static int fd_new(BIO *bi) in fd_new() function
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/crypto/bio/
H A Dbss_fd.c56 static int fd_new(BIO *h);
72 fd_new,
92 static int fd_new(BIO *bi) in fd_new() function
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/bio/
H A Dbss_fd.c56 static int fd_new(BIO *h);
70 fd_new,
90 static int fd_new(BIO *bi) in fd_new() function
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/
H A Dbss_fd.c56 static int fd_new(BIO *h);
72 fd_new,
92 static int fd_new(BIO *bi) in fd_new() function
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/
H A Dbss_fd.c56 static int fd_new(BIO *h);
72 fd_new,
92 static int fd_new(BIO *bi) in fd_new() function
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/
H A Dbss_fd.c56 static int fd_new(BIO *h);
72 fd_new,
92 static int fd_new(BIO *bi) in fd_new() function
/dports/sysutils/vector/vector-0.10.0/cargo-crates/openssl-src-111.9.0+1.1.1g/openssl/crypto/bio/
H A Dbss_fd.c56 static int fd_new(BIO *h);
72 fd_new,
92 static int fd_new(BIO *bi) in fd_new() function
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/
H A Dbss_fd.c56 static int fd_new(BIO *h);
72 fd_new,
92 static int fd_new(BIO *bi) in fd_new() function
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.14.0+1.1.1j/openssl/crypto/bio/
H A Dbss_fd.c56 static int fd_new(BIO *h);
72 fd_new,
92 static int fd_new(BIO *bi) in fd_new() function
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/
H A Dbss_fd.c56 static int fd_new(BIO *h);
72 fd_new,
92 static int fd_new(BIO *bi) in fd_new() function
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.15.0+1.1.1k/openssl/crypto/bio/
H A Dbss_fd.c56 static int fd_new(BIO *h);
72 fd_new,
92 static int fd_new(BIO *bi) in fd_new() function
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/
H A Dbss_fd.c56 static int fd_new(BIO *h);
72 fd_new,
92 static int fd_new(BIO *bi) in fd_new() function
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/openssl/crypto/bio/
H A Dbss_fd.c107 static int fd_new(BIO *h);
118 fd_new,
138 static int fd_new(BIO *bi) in fd_new() function
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/openssl/crypto/bio/
H A Dbss_fd.c107 static int fd_new(BIO *h);
118 fd_new,
138 static int fd_new(BIO *bi) in fd_new() function
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/crypto/bio/
H A Dbss_fd.c56 static int fd_new(BIO *h);
72 fd_new,
92 static int fd_new(BIO *bi) in fd_new() function

123