| /netbsd/src/external/bsd/pkg_install/dist/lib/ |
| D | gpgsig.c | 105 int fd_in[2], fd_out[2], status; in detached_gpg_sign() local 114 if (pipe(fd_out) == -1) in detached_gpg_sign() 131 close(fd_out[0]); in detached_gpg_sign() 133 if (dup2(fd_out[1], STDOUT_FILENO) == -1) { in detached_gpg_sign() 139 close(fd_out[1]); in detached_gpg_sign() 172 close(fd_out[1]); in detached_gpg_sign() 174 while ((ret = read(fd_out[0], *sig + *sig_len, in detached_gpg_sign() 183 close(fd_out[0]); in detached_gpg_sign()
|
| /netbsd/src/libexec/atrun/ |
| D | atrun.c | 155 int fd_out, fd_in; in run_file() local 272 if ((fd_out = open(filename, in run_file() 278 write_string(fd_out, "To: "); in run_file() 279 write_string(fd_out, mailname); in run_file() 280 write_string(fd_out, "\nSubject: Output from your job "); in run_file() 281 write_string(fd_out, filename); in run_file() 282 write_string(fd_out, "\n\n"); in run_file() 283 if (fstat(fd_out, &buf) == -1) in run_file() 309 if (dup(fd_out) != STDOUT_FILENO) in run_file() 312 if (dup(fd_out) != STDERR_FILENO) in run_file() [all …]
|
| /netbsd/src/crypto/external/bsd/netpgp/dist/src/lib/ |
| D | crypto.c | 359 int fd_out; in pgp_encrypt_file() local 366 fd_out = pgp_setup_file_write(&output, outfile, allow_overwrite); in pgp_encrypt_file() 367 if (fd_out < 0) { in pgp_encrypt_file() 388 pgp_teardown_file_write(output, fd_out); in pgp_encrypt_file() 460 int fd_out; in pgp_decrypt_file() local 473 fd_out = pgp_setup_file_write(&parse->cbinfo.output, outfile, in pgp_decrypt_file() 475 if (fd_out < 0) { in pgp_decrypt_file() 497 fd_out = pgp_setup_file_write(&parse->cbinfo.output, in pgp_decrypt_file() 499 if (fd_out < 0) { in pgp_decrypt_file() 538 pgp_teardown_file_write(parse->cbinfo.output, fd_out); in pgp_decrypt_file()
|
| D | signature.c | 1038 int fd_out; in pgp_sign_file() local 1045 fd_out = 0; in pgp_sign_file() 1070 fd_out = open_output_file(&output, inname, outname, in pgp_sign_file() 1072 if (fd_out < 0) { in pgp_sign_file() 1081 pgp_teardown_file_write(output, fd_out); in pgp_sign_file() 1103 pgp_teardown_file_write(output, fd_out); in pgp_sign_file() 1112 pgp_teardown_file_write(output, fd_out); in pgp_sign_file() 1156 pgp_teardown_file_write(output, fd_out); in pgp_sign_file()
|
| D | openssl_crypto.c | 850 BIO *fd_out; in pgp_rsa_public_encrypt() local 852 fd_out = BIO_new_fd(fileno(stderr), BIO_NOCLOSE); in pgp_rsa_public_encrypt() 853 ERR_print_errors(fd_out); in pgp_rsa_public_encrypt()
|
| /netbsd/src/sys/compat/linux/common/ |
| D | linux_file.c | 1073 int fd_in, fd_out; in linux_sys_copy_file_range() local 1101 fd_out = SCARG(uap, fd_out); in linux_sys_copy_file_range() 1107 error = fd_getvnode(fd_out, &fp_out); in linux_sys_copy_file_range() 1271 fd_putfile(fd_out); in linux_sys_copy_file_range()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | windows-nat.c | 2676 int fd_inp = -1, fd_out = -1, fd_err = -1; in create_inferior() local 2839 &fd_inp, &fd_out, &fd_err); in create_inferior() 2849 && !(fd_inp >= 0 && fd_out >= 0 && fd_err >= 0)) in create_inferior() 2872 if (fd_out >= 0) in create_inferior() 2873 si.hStdOutput = (HANDLE) _get_osfhandle (fd_out); in create_inferior() 2943 if (fd_out >= 0) in create_inferior() 2944 _close (fd_out); in create_inferior()
|
| /netbsd/src/crypto/external/bsd/openssh/dist/ |
| D | sftp-client.c | 78 int fd_out; member 165 if (atomiciov6(writev, conn->fd_out, iov, 2, sftpio, in send_msg() 232 debug3("Sent message fd %d T:%u I:%u", conn->fd_out, code, id); in send_string_request() 252 conn->fd_out, code, id, a->flags, a->perm); in send_string_attrs_request() 442 sftp_init(int fd_in, int fd_out, u_int transfer_buflen, u_int num_requests, in sftp_init() argument 453 ret->fd_out = fd_out; in sftp_init()
|
| D | packet.c | 279 ssh_packet_set_connection(struct ssh *ssh, int fd_in, int fd_out) in ssh_packet_set_connection() argument 297 state->connection_out = fd_out; in ssh_packet_set_connection()
|
| /netbsd/src/external/bsd/ntp/dist/sntp/libevent/include/event2/ |
| D | event.h | 1390 struct event_base **base_out, evutil_socket_t *fd_out, short *events_out,
|
| /netbsd/src/external/bsd/libevent/dist/include/event2/ |
| D | event.h | 1389 struct event_base **base_out, evutil_socket_t *fd_out, short *events_out,
|
| /netbsd/src/external/bsd/libevent/dist/ |
| D | event.c | 2424 …onst struct event *event, struct event_base **base_out, evutil_socket_t *fd_out, short *events_out… in event_get_assignment() argument 2430 if (fd_out) in event_get_assignment() 2431 *fd_out = event->ev_fd; in event_get_assignment()
|
| /netbsd/src/external/bsd/ntp/dist/sntp/libevent/ |
| D | event.c | 2421 …onst struct event *event, struct event_base **base_out, evutil_socket_t *fd_out, short *events_out… in event_get_assignment() argument 2427 if (fd_out) in event_get_assignment() 2428 *fd_out = event->ev_fd; in event_get_assignment()
|
| /netbsd/src/sys/compat/linux/arch/amd64/ |
| D | linux_syscallargs.h | 1282 syscallarg(int) fd_out;
|
| D | linux_systrace_args.c | 2127 iarg[2] = SCARG(p, fd_out); /* int */ in systrace_args()
|
| /netbsd/src/sys/compat/linux/arch/powerpc/ |
| D | linux_syscallargs.h | 1283 syscallarg(int) fd_out;
|
| /netbsd/src/sys/compat/linux/arch/i386/ |
| D | linux_syscallargs.h | 1378 syscallarg(int) fd_out;
|
| D | linux_systrace_args.c | 2258 iarg[2] = SCARG(p, fd_out); /* int */ in systrace_args()
|
| /netbsd/src/sys/compat/linux/arch/m68k/ |
| D | linux_syscallargs.h | 1349 syscallarg(int) fd_out;
|
| /netbsd/src/sys/compat/linux/arch/arm/ |
| D | linux_syscallargs.h | 1360 syscallarg(int) fd_out;
|
| D | linux_systrace_args.c | 2230 iarg[2] = SCARG(p, fd_out); /* int */ in systrace_args()
|
| /netbsd/src/sys/compat/linux/arch/alpha/ |
| D | linux_syscallargs.h | 1384 syscallarg(int) fd_out;
|
| /netbsd/src/sys/compat/linux/arch/mips/ |
| D | linux_syscallargs.h | 1402 syscallarg(int) fd_out;
|