| /src/external/bsd/pkg_install/dist/lib/ |
| gpgsig.c | 105 int fd_in[2], fd_out[2], status; local 114 if (pipe(fd_out) == -1) 131 close(fd_out[0]); 133 if (dup2(fd_out[1], STDOUT_FILENO) == -1) { 139 close(fd_out[1]); 172 close(fd_out[1]); 174 while ((ret = read(fd_out[0], *sig + *sig_len, 183 close(fd_out[0]);
|
| /src/crypto/external/bsd/netpgp/dist/src/lib/ |
| crypto.c | 359 int fd_out; local 366 fd_out = pgp_setup_file_write(&output, outfile, allow_overwrite); 367 if (fd_out < 0) { 388 pgp_teardown_file_write(output, fd_out); 460 int fd_out; local 473 fd_out = pgp_setup_file_write(&parse->cbinfo.output, outfile, 475 if (fd_out < 0) { 497 fd_out = pgp_setup_file_write(&parse->cbinfo.output, 499 if (fd_out < 0) { 538 pgp_teardown_file_write(parse->cbinfo.output, fd_out); [all...] |
| signature.c | 1038 int fd_out; local 1045 fd_out = 0; 1070 fd_out = open_output_file(&output, inname, outname, 1072 if (fd_out < 0) { 1081 pgp_teardown_file_write(output, fd_out); 1103 pgp_teardown_file_write(output, fd_out); 1112 pgp_teardown_file_write(output, fd_out); 1156 pgp_teardown_file_write(output, fd_out);
|
| openssl_crypto.c | 850 BIO *fd_out; local 852 fd_out = BIO_new_fd(fileno(stderr), BIO_NOCLOSE); 853 ERR_print_errors(fd_out);
|
| /src/libexec/atrun/ |
| atrun.c | 155 int fd_out, fd_in; local 272 if ((fd_out = open(filename, 278 write_string(fd_out, "To: "); 279 write_string(fd_out, mailname); 280 write_string(fd_out, "\nSubject: Output from your job "); 281 write_string(fd_out, filename); 282 write_string(fd_out, "\n\n"); 283 if (fstat(fd_out, &buf) == -1) 309 if (dup(fd_out) != STDOUT_FILENO) 312 if (dup(fd_out) != STDERR_FILENO [all...] |
| /src/external/mit/libuv/dist/src/win/ |
| core.c | 595 uv_os_fd_t fd_out; local 599 fd_out = (uv_os_fd_t)((uv_tcp_t*) handle)->socket; 603 fd_out = ((uv_pipe_t*) handle)->handle; 607 fd_out = ((uv_tty_t*) handle)->handle; 611 fd_out = (uv_os_fd_t)((uv_udp_t*) handle)->socket; 615 fd_out = (uv_os_fd_t)((uv_poll_t*) handle)->socket; 622 if (uv_is_closing(handle) || fd_out == INVALID_HANDLE_VALUE) 625 *fd = fd_out;
|
| fs.c | 2415 int fd_in = req->file.fd, fd_out = req->fs.info.fd_out; local 2445 n = _write(fd_out, buf, n); 3658 int uv_fs_sendfile(uv_loop_t* loop, uv_fs_t* req, uv_file fd_out, 3662 req->fs.info.fd_out = fd_out;
|
| /src/external/bsd/dhcpcd/dist/src/ |
| privsep.c | 128 int fd_out = ctx->options & DHCPCD_DUMPLEASE ? local 183 (ctx->logfile == NULL && isatty(fd_out) == 1))
|
| /src/sys/compat/linux/common/ |
| linux_file.c | 1067 syscallarg(int) fd_out; 1073 int fd_in, fd_out; local 1101 fd_out = SCARG(uap, fd_out); 1107 error = fd_getvnode(fd_out, &fp_out); 1271 fd_putfile(fd_out);
|
| /src/external/mit/libuv/dist/src/unix/ |
| core.c | 813 int fd_out; local 819 fd_out = uv__stream_fd((uv_stream_t*) handle); 823 fd_out = ((uv_udp_t *) handle)->io_watcher.fd; 827 fd_out = ((uv_poll_t *) handle)->io_watcher.fd; 834 if (uv__is_closing(handle) || fd_out == -1) 837 *fd = fd_out;
|
| /src/crypto/external/bsd/openssh/dist/ |
| sftp-client.c | 78 int fd_out; member in struct:sftp_conn 165 if (atomiciov6(writev, conn->fd_out, iov, 2, sftpio, 232 debug3("Sent message fd %d T:%u I:%u", conn->fd_out, code, id); 252 conn->fd_out, code, id, a->flags, a->perm); 442 sftp_init(int fd_in, int fd_out, u_int transfer_buflen, u_int num_requests, 453 ret->fd_out = fd_out;
|
| /src/external/gpl3/gdb/dist/gdb/ |
| windows-nat.c | 2558 int fd_inp = -1, fd_out = -1, fd_err = -1; local 2721 &fd_inp, &fd_out, &fd_err); 2731 && !(fd_inp >= 0 && fd_out >= 0 && fd_err >= 0)) 2754 if (fd_out >= 0) 2755 si.hStdOutput = (HANDLE) _get_osfhandle (fd_out); 2825 if (fd_out >= 0) 2826 _close (fd_out);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| windows-nat.c | 2676 int fd_inp = -1, fd_out = -1, fd_err = -1; local 2839 &fd_inp, &fd_out, &fd_err); 2849 && !(fd_inp >= 0 && fd_out >= 0 && fd_err >= 0)) 2872 if (fd_out >= 0) 2873 si.hStdOutput = (HANDLE) _get_osfhandle (fd_out); 2943 if (fd_out >= 0) 2944 _close (fd_out);
|
| /src/sys/compat/linux/arch/aarch64/ |
| linux_syscallargs.h | 1129 syscallarg(int) fd_out; member in struct:linux_sys_copy_file_range_args
|
| /src/sys/compat/linux/arch/alpha/ |
| linux_syscallargs.h | 1397 syscallarg(int) fd_out; member in struct:linux_sys_copy_file_range_args
|
| /src/sys/compat/linux/arch/amd64/ |
| linux_syscallargs.h | 1295 syscallarg(int) fd_out; member in struct:linux_sys_copy_file_range_args
|
| /src/sys/compat/linux/arch/arm/ |
| linux_syscallargs.h | 1373 syscallarg(int) fd_out; member in struct:linux_sys_copy_file_range_args
|
| /src/sys/compat/linux/arch/i386/ |
| linux_syscallargs.h | 1383 syscallarg(int) fd_out; member in struct:linux_sys_copy_file_range_args
|
| /src/sys/compat/linux/arch/m68k/ |
| linux_syscallargs.h | 1354 syscallarg(int) fd_out; member in struct:linux_sys_copy_file_range_args
|
| /src/sys/compat/linux/arch/mips/ |
| linux_syscallargs.h | 1407 syscallarg(int) fd_out; member in struct:linux_sys_copy_file_range_args
|
| /src/sys/compat/linux/arch/powerpc/ |
| linux_syscallargs.h | 1288 syscallarg(int) fd_out; member in struct:linux_sys_copy_file_range_args
|