Symbol: vwrite
crypto/libressl/apps/nc/netcat.c
1470
if (atomicio(vwrite, nfd, obuf, 3) != 3)
crypto/libressl/apps/nc/socks.c
218
cnt = atomicio(vwrite, proxyfd, buf, 3);
crypto/libressl/apps/nc/socks.c
271
cnt = atomicio(vwrite, proxyfd, buf, wlen);
crypto/libressl/apps/nc/socks.c
309
cnt = atomicio(vwrite, proxyfd, buf, wlen);
crypto/libressl/apps/nc/socks.c
341
cnt = atomicio(vwrite, proxyfd, buf, r);
crypto/libressl/apps/nc/socks.c
363
if ((cnt = atomicio(vwrite, proxyfd, buf, r)) != r)
crypto/libressl/apps/nc/socks.c
370
if ((cnt = atomicio(vwrite, proxyfd, "\r\n", 2)) != 2)
crypto/openssh/authfd.c
149
if (atomicio(vwrite, sock, buf, 4) != 4 ||
crypto/openssh/authfd.c
150
atomicio(vwrite, sock, sshbuf_mutable_ptr(request),
crypto/openssh/clientloop.c
210
(void)atomicio(vwrite, STDERR_FILENO, msg, strlen(msg));
crypto/openssh/clientloop.c
768
atomicio(vwrite, fileno(stdout), sshbuf_mutable_ptr(bout),
crypto/openssh/clientloop.c
771
atomicio(vwrite, fileno(stderr), sshbuf_mutable_ptr(berr),
crypto/openssh/kex.c
1224
if (atomicio(vwrite, ssh_packet_get_connection_out(ssh),
crypto/openssh/kex.c
1226
atomicio(vwrite, ssh_packet_get_connection_out(ssh),
crypto/openssh/kex.c
1264
if (atomicio(vwrite, ssh_packet_get_connection_out(ssh),
crypto/openssh/loginrec.c
1104
if (atomicio(vwrite, fd, ut, sizeof(*ut)) != sizeof(*ut)) {
crypto/openssh/loginrec.c
1277
if (atomicio(vwrite, fd, utx, sizeof(*utx)) != sizeof(*utx)) {
crypto/openssh/loginrec.c
1555
if (atomicio(vwrite, fd, &last, sizeof(last)) != sizeof(last)) {
crypto/openssh/loginrec.c
1723
if (atomicio(vwrite, fd, &ut, sizeof(ut)) != sizeof(ut))
crypto/openssh/loginrec.c
910
if (atomicio(vwrite, fd, ut, sizeof(*ut)) != sizeof(*ut)) {
crypto/openssh/monitor_wrap.c
108
if (atomicio(vwrite, mon->m_log_sendfd,
crypto/openssh/monitor_wrap.c
167
if (atomicio(vwrite, sock, buf, sizeof(buf)) != sizeof(buf) ||
crypto/openssh/monitor_wrap.c
168
atomicio(vwrite, sock, sshbuf_mutable_ptr(m), mlen) != mlen) {
crypto/openssh/msg.c
54
if (atomicio(vwrite, fd, buf, sizeof(buf)) != sizeof(buf)) {
crypto/openssh/msg.c
58
if (atomicio(vwrite, fd, sshbuf_mutable_ptr(m), mlen) != mlen) {
crypto/openssh/progressmeter.c
234
atomicio(vwrite, STDOUT_FILENO, obuf, strlen(obuf));
crypto/openssh/progressmeter.c
279
atomicio(vwrite, STDOUT_FILENO, "\n", 1);
crypto/openssh/scp.c
1451
(void) atomicio(vwrite, remout, buf, strlen(buf));
crypto/openssh/scp.c
1477
(void)atomicio(vwrite, remout, bp->buf, amt);
crypto/openssh/scp.c
1481
if (atomicio6(vwrite, remout, bp->buf, amt, scpio,
crypto/openssh/scp.c
1493
(void) atomicio(vwrite, remout, "", 1);
crypto/openssh/scp.c
1528
(void) atomicio(vwrite, remout, path, strlen(path));
crypto/openssh/scp.c
1547
(void) atomicio(vwrite, remout, "E\n", 2);
crypto/openssh/scp.c
1697
(void) atomicio(vwrite, remout, "", 1);
crypto/openssh/scp.c
1727
(void) atomicio(vwrite, STDERR_FILENO,
crypto/openssh/scp.c
1736
(void) atomicio(vwrite, remout, "", 1);
crypto/openssh/scp.c
1770
(void) atomicio(vwrite, remout, "", 1);
crypto/openssh/scp.c
1881
(void) atomicio(vwrite, remout, "", 1);
crypto/openssh/scp.c
1919
if (atomicio(vwrite, ofd, bp->buf,
crypto/openssh/scp.c
1932
atomicio(vwrite, ofd, bp->buf, count) != count) {
crypto/openssh/scp.c
1974
(void) atomicio(vwrite, remout, "", 1);
crypto/openssh/scp.c
2104
(void) atomicio(vwrite, STDERR_FILENO,
crypto/openssh/scp.c
749
(void) atomicio(vwrite, fd, buf, strlen(buf));
crypto/openssh/session.c
284
if (atomicio(vwrite, fd, sshbuf_mutable_ptr(info),
crypto/openssh/sftp-client.c
1753
atomicio(vwrite, local_fd, data, len) != len) &&
crypto/openssh/sftp-server.c
1679
ret = atomicio(vwrite, write_fd, buf, len);
crypto/openssh/ssh-keygen.c
2644
if (atomicio(vwrite, wfd, asig,
crypto/openssh/ssh-keyscan.c
481
if (atomicio(vwrite, s, buf, n) != (size_t)n) {
crypto/openssh/ssh-pkcs11-client.c
193
if (atomicio(vwrite, fd, buf, 4) != 4 ||
crypto/openssh/ssh-pkcs11-client.c
194
atomicio(vwrite, fd, sshbuf_mutable_ptr(m),
crypto/openssh/sshbuf-io.c
107
if (atomicio(vwrite, fd, sshbuf_mutable_ptr(buf),
crypto/openssh/sshd-session.c
1095
(void)atomicio(vwrite, startup_pipe, "\0", 1);
crypto/openssh/sshd-session.c
1328
(void)atomicio(vwrite, startup_pipe, "\001", 1);
crypto/openssh/sshkey-xmss.c
624
if (atomicio(vwrite, fd, buf, sizeof(buf)) != sizeof(buf)) {
crypto/openssh/sshkey-xmss.c
630
if (atomicio(vwrite, fd, sshbuf_mutable_ptr(enc), sshbuf_len(enc)) !=