Searched refs:SHUT_WR (Results 1 – 18 of 18) sorted by relevance
/openbsd/regress/lib/libevent/ |
H A D | test-eof.c | 56 #ifndef SHUT_WR 57 #define SHUT_WR 1 macro 72 shutdown(pair[0], SHUT_WR); in main()
|
H A D | event_regress.c | 85 #ifndef SHUT_WR 86 #define SHUT_WR 1 macro 152 shutdown(fd, SHUT_WR); in multiple_write_cb() 261 shutdown(fd, SHUT_WR); in combined_write_cb() 375 shutdown(pair[0], SHUT_WR); in test_simpleread() 583 shutdown(pair[0], SHUT_WR); in test_fork() 899 shutdown(pair[0], SHUT_WR); in test_event_base_new()
|
/openbsd/regress/usr.sbin/httpd/tests/ |
H A D | Client.pm | 50 shutdown(\*STDOUT, SHUT_WR);
|
/openbsd/regress/usr.sbin/relayd/ |
H A D | Client.pm | 48 shutdown(\*STDOUT, SHUT_WR);
|
H A D | Server.pm | 90 shutdown(\*STDOUT, SHUT_WR);
|
/openbsd/regress/usr.bin/nc/ |
H A D | util.c | 138 if (shutdown(s, SHUT_WR) == -1) in send_shutdown()
|
/openbsd/usr.bin/mg/ |
H A D | region.c | 603 shutdown(fd, SHUT_WR); in iomux() 654 shutdown(fd, SHUT_WR); in pwriteout()
|
/openbsd/gnu/usr.bin/perl/cpan/Socket/t/ |
H A D | socketpair.t | 127 ok (shutdown($lefth, SHUT_WR), "shutdown left for writing");
|
/openbsd/regress/sys/kern/poll/ |
H A D | poll_iocond.c | 426 ret = shutdown(fd, SHUT_WR); in proc_child() 745 ret = shutdown(fd, SHUT_WR); in proc_parent()
|
/openbsd/regress/sys/kern/select/ |
H A D | select_iocond.c | 441 ret = shutdown(fd, SHUT_WR); in proc_child() 748 ret = shutdown(fd, SHUT_WR); in proc_parent()
|
/openbsd/sys/sys/ |
H A D | socket.h | 293 #define SHUT_WR 1 macro
|
/openbsd/usr.bin/ssh/ |
H A D | nchan.c | 385 if (shutdown(c->sock, SHUT_WR) == -1) { in chan_shutdown_write()
|
/openbsd/usr.bin/tmux/ |
H A D | job.c | 319 shutdown(job->fd, SHUT_WR); in job_write_callback()
|
/openbsd/regress/sys/kern/sosplice/ |
H A D | funcs.pl | 508 shutdown(\*STDOUT, SHUT_WR)
|
/openbsd/usr.bin/nc/ |
H A D | netcat.c | 1177 shutdown(pfd[POLL_NETOUT].fd, SHUT_WR); in readwrite() 1280 shutdown(pfd[POLL_NETOUT].fd, SHUT_WR); in readwrite()
|
/openbsd/usr.sbin/smtpd/ |
H A D | lka.c | 364 shutdown(fd, SHUT_WR); in lka_imsg()
|
/openbsd/usr.sbin/nsd/ |
H A D | server.c | 41 #ifndef SHUT_WR 42 #define SHUT_WR 1 macro 4603 (void) shutdown(fd, SHUT_WR); in handle_tcp_writing() 5138 (void) shutdown(fd, SHUT_WR); in handle_tls_writing()
|
/openbsd/sys/kern/ |
H A D | uipc_socket.c | 1335 case SHUT_WR: in soshutdown()
|