Home
last modified time | relevance | path

Searched refs:SHUT_WR (Results 1 – 18 of 18) sorted by relevance

/openbsd/regress/lib/libevent/
H A Dtest-eof.c56 #ifndef SHUT_WR
57 #define SHUT_WR 1 macro
72 shutdown(pair[0], SHUT_WR); in main()
H A Devent_regress.c85 #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 DClient.pm50 shutdown(\*STDOUT, SHUT_WR);
/openbsd/regress/usr.sbin/relayd/
H A DClient.pm48 shutdown(\*STDOUT, SHUT_WR);
H A DServer.pm90 shutdown(\*STDOUT, SHUT_WR);
/openbsd/regress/usr.bin/nc/
H A Dutil.c138 if (shutdown(s, SHUT_WR) == -1) in send_shutdown()
/openbsd/usr.bin/mg/
H A Dregion.c603 shutdown(fd, SHUT_WR); in iomux()
654 shutdown(fd, SHUT_WR); in pwriteout()
/openbsd/gnu/usr.bin/perl/cpan/Socket/t/
H A Dsocketpair.t127 ok (shutdown($lefth, SHUT_WR), "shutdown left for writing");
/openbsd/regress/sys/kern/poll/
H A Dpoll_iocond.c426 ret = shutdown(fd, SHUT_WR); in proc_child()
745 ret = shutdown(fd, SHUT_WR); in proc_parent()
/openbsd/regress/sys/kern/select/
H A Dselect_iocond.c441 ret = shutdown(fd, SHUT_WR); in proc_child()
748 ret = shutdown(fd, SHUT_WR); in proc_parent()
/openbsd/sys/sys/
H A Dsocket.h293 #define SHUT_WR 1 macro
/openbsd/usr.bin/ssh/
H A Dnchan.c385 if (shutdown(c->sock, SHUT_WR) == -1) { in chan_shutdown_write()
/openbsd/usr.bin/tmux/
H A Djob.c319 shutdown(job->fd, SHUT_WR); in job_write_callback()
/openbsd/regress/sys/kern/sosplice/
H A Dfuncs.pl508 shutdown(\*STDOUT, SHUT_WR)
/openbsd/usr.bin/nc/
H A Dnetcat.c1177 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 Dlka.c364 shutdown(fd, SHUT_WR); in lka_imsg()
/openbsd/usr.sbin/nsd/
H A Dserver.c41 #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 Duipc_socket.c1335 case SHUT_WR: in soshutdown()