| /src/external/gpl3/gcc/dist/fixincludes/ |
| procopen.c | 71 stdout_pair.read_fd = stdout_pair.write_fd = -1; 121 close (stdout_pair.read_fd); 133 ch_id, stdin_fd, stdout_pair.write_fd, stdout_pair.read_fd); 137 return stdout_pair.read_fd; 146 close (stdout_pair.read_fd); 177 * stdin, and the "read_fd" connects to its stdout. The calling 178 * process should write to "write_fd" and read from "read_fd". 192 p_pair->read_fd = chain_open (p_pair->read_fd, pp_args, &ch_id); 215 pf_pair->pf_read = fdopen (fd_pair.read_fd, "r") [all...] |
| server.h | 58 int read_fd; member in struct:__anon12583
|
| fixincl.c | 803 internal_fix (int read_fd, tFixDesc* p_fixd) 830 close (read_fd); 860 dup2 (read_fd, STDIN_FILENO); 1050 "chain_open" starts a process that uses "read_fd" as 1056 start_fixer (int read_fd, tFixDesc* p_fixd, char* pz_fix_file) 1062 return internal_fix (read_fd, p_fixd); 1090 fd = chain_open (read_fd, 1097 read_fd = fd; 1117 return read_fd; 1271 test_for_changes (int read_fd) 1346 int read_fd = -1; local [all...] |
| /src/external/gpl3/gcc.old/dist/fixincludes/ |
| procopen.c | 71 stdout_pair.read_fd = stdout_pair.write_fd = -1; 121 close (stdout_pair.read_fd); 133 ch_id, stdin_fd, stdout_pair.write_fd, stdout_pair.read_fd); 137 return stdout_pair.read_fd; 146 close (stdout_pair.read_fd); 177 * stdin, and the "read_fd" connects to its stdout. The calling 178 * process should write to "write_fd" and read from "read_fd". 192 p_pair->read_fd = chain_open (p_pair->read_fd, pp_args, &ch_id); 215 pf_pair->pf_read = fdopen (fd_pair.read_fd, "r") [all...] |
| server.h | 58 int read_fd; member in struct:__anon15206
|
| fixincl.c | 803 internal_fix (int read_fd, tFixDesc* p_fixd) 830 close (read_fd); 860 dup2 (read_fd, STDIN_FILENO); 1050 "chain_open" starts a process that uses "read_fd" as 1056 start_fixer (int read_fd, tFixDesc* p_fixd, char* pz_fix_file) 1062 return internal_fix (read_fd, p_fixd); 1090 fd = chain_open (read_fd, 1097 read_fd = fd; 1117 return read_fd; 1271 test_for_changes (int read_fd) 1346 int read_fd = -1; local [all...] |
| /src/crypto/external/apache2/openssl/dist/demos/guide/ |
| quic-server-non-block.c | 228 fd_set read_fd, write_fd; local 239 FD_ZERO(&read_fd); 248 FD_SET(sock, &read_fd); 277 select(sock + 1, &read_fd, &write_fd, NULL, tvp);
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| vstream.c | 729 VSTREAM_SAVE_STATE(stream, read_buf, read_fd); 887 VSTREAM_SAVE_STATE(stream, read_buf, read_fd); 896 VSTREAM_RESTORE_STATE(stream, read_buf, read_fd); 932 VSTREAM_RESTORE_STATE(stream, read_buf, read_fd); 1050 VSTREAM_SAVE_STATE(stream, read_buf, read_fd); 1107 VSTREAM_SAVE_STATE(stream, read_buf, read_fd); 1494 if (stream->read_fd >= 0) 1495 err |= close(stream->read_fd); 1496 if (stream->write_fd != stream->read_fd) 1538 stream->fd = stream->read_fd = stream->write_fd = -1 [all...] |
| vstream.h | 54 int read_fd; /* read channel (double-buffered) */ member in struct:VSTREAM
|
| /src/external/gpl3/binutils/dist/include/sim/ |
| callback.h | 101 void (*pipe_empty) (host_callback *, int read_fd, int write_fd); 105 void (*pipe_nonempty) (host_callback *, int read_fd, int write_fd);
|
| /src/external/gpl3/binutils.old/dist/include/sim/ |
| callback.h | 101 void (*pipe_empty) (host_callback *, int read_fd, int write_fd); 105 void (*pipe_nonempty) (host_callback *, int read_fd, int write_fd);
|
| /src/external/gpl3/gdb.old/dist/include/sim/ |
| callback.h | 101 void (*pipe_empty) (host_callback *, int read_fd, int write_fd); 105 void (*pipe_nonempty) (host_callback *, int read_fd, int write_fd);
|
| /src/external/gpl3/gdb/dist/include/sim/ |
| callback.h | 101 void (*pipe_empty) (host_callback *, int read_fd, int write_fd); 105 void (*pipe_nonempty) (host_callback *, int read_fd, int write_fd);
|
| /src/external/bsd/libarchive/dist/tar/ |
| util.c | 225 int read_fd = 2; /* stderr */ local 239 read_fd = _open("CONIN$", O_RDONLY); 240 if (read_fd < 0) { 246 l = read(read_fd, buff, sizeof(buff) - 1); 249 _close(read_fd);
|
| /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/ |
| gtest-death-test.cc | 421 int read_fd() const { return read_fd_; } function in class:testing::internal::DeathTestImpl 470 bytes_read = posix::Read(read_fd(), &flag, 1); 487 FailFromInternalError(read_fd()); // Does not return. 498 GTEST_DEATH_TEST_CHECK_SYSCALL_(posix::Close(read_fd()));
|
| /src/crypto/external/apache2/openssl/dist/demos/http3/ |
| ossl-nghttp3-demo-server.c | 986 fd_set read_fd, write_fd; local 997 FD_ZERO(&read_fd); 1006 FD_SET(sock, &read_fd); 1009 FD_SET(sock, &read_fd); 1038 return (select(sock + 1, &read_fd, &write_fd, NULL, tvp));
|
| /src/external/apache2/llvm/dist/libcxx/src/filesystem/ |
| operations.cpp | 817 bool copy_file_impl(FileDescriptor& read_fd, FileDescriptor& write_fd, error_code& ec) { 818 size_t count = read_fd.get_stat().st_size; 821 if ((res = ::sendfile(write_fd.fd, read_fd.fd, nullptr, count)) == -1) { 833 bool copy_file_impl(FileDescriptor& read_fd, FileDescriptor& write_fd, error_code& ec) { 845 if (fcopyfile(read_fd.fd, write_fd.fd, cfs.state, COPYFILE_DATA) < 0) { 854 bool copy_file_impl(FileDescriptor& read_fd, FileDescriptor& write_fd, error_code& ec) { 856 in.__open(read_fd.fd, ios::binary); 862 read_fd.fd = -1;
|
| /src/crypto/external/bsd/openssh/dist/ |
| sftp-server.c | 1586 int read_handle, read_fd, write_handle, write_fd; local 1612 read_fd = handle_to_fd(read_handle); 1616 if (read_handle == write_handle || read_fd < 0 || write_fd < 0 || 1622 if (lseek(read_fd, read_off, SEEK_SET) < 0) { 1640 ret = atomicio(read, read_fd, buf, len);
|