Searched refs:out_fd (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/usr.bin/perl/Porting/ |
H A D | bench.pl | 1262 $job->{out_fd} = $out; 1321 $select->remove($j->{out_fd}); 1322 close($j->{out_fd})
|
/openbsd/usr.bin/tmux/ |
H A D | control.c | 765 close(c->out_fd); in control_start() 766 c->out_fd = -1; in control_start() 768 setblocking(c->out_fd, 0); in control_start() 785 cs->write_event = bufferevent_new(c->out_fd, NULL, in control_start()
|
H A D | server-client.c | 298 c->out_fd = -1; in server_client_create() 486 if (c->out_fd != -1) in server_client_lost() 487 close(c->out_fd); in server_client_lost() 3577 c->out_fd = imsg_get_fd(imsg); in server_client_dispatch_identify() 3578 log_debug("client %p IDENTIFY_STDOUT %d", c, c->out_fd); in server_client_dispatch_identify() 3618 close(c->out_fd); in server_client_dispatch_identify() 3619 c->out_fd = -1; in server_client_dispatch_identify()
|
H A D | tmux.h | 1856 int out_fd; member
|
/openbsd/gnu/llvm/compiler-rt/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 782 #define __sanitizer_syscall_pre_sendfile(out_fd, in_fd, offset, count) \ argument 783 __sanitizer_syscall_pre_impl_sendfile((long)(out_fd), (long)(in_fd), \ 785 #define __sanitizer_syscall_post_sendfile(res, out_fd, in_fd, offset, count) \ argument 786 __sanitizer_syscall_post_impl_sendfile(res, (long)(out_fd), (long)(in_fd), \ 788 #define __sanitizer_syscall_pre_sendfile64(out_fd, in_fd, offset, count) \ argument 789 __sanitizer_syscall_pre_impl_sendfile64((long)(out_fd), (long)(in_fd), \ 791 #define __sanitizer_syscall_post_sendfile64(res, out_fd, in_fd, offset, count) \ argument 792 __sanitizer_syscall_post_impl_sendfile64(res, (long)(out_fd), (long)(in_fd), \ 2452 void __sanitizer_syscall_pre_impl_sendfile(long out_fd, long in_fd, long offset, 2454 void __sanitizer_syscall_post_impl_sendfile(long res, long out_fd, long in_fd, [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | mips-tfile.c | 4950 int out_fd; local 4957 out_fd = open (obj_in_name, O_WRONLY | O_CREAT | O_TRUNC, 0666); 4958 if (out_fd < 0) 4963 len2 = write (out_fd, buffer, len); 4979 if (close (out_fd) < 0)
|
/openbsd/gnu/gcc/gcc/ |
H A D | mips-tfile.c | 4828 int out_fd; in main() local 4835 out_fd = open (obj_in_name, O_WRONLY | O_CREAT | O_TRUNC, 0666); in main() 4836 if (out_fd < 0) in main() 4841 len2 = write (out_fd, buffer, len); in main() 4857 if (close (out_fd) < 0) in main()
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_syscalls.inc | 1463 PRE_SYSCALL(sendfile)(long out_fd, long in_fd, void *offset, long count) {} 1466 (long res, long out_fd, long in_fd, __sanitizer___kernel_off_t *offset, 1474 PRE_SYSCALL(sendfile64)(long out_fd, long in_fd, void *offset, long count) {} 1477 (long res, long out_fd, long in_fd, __sanitizer___kernel_loff_t *offset,
|