/external/openssh/ |
D | scp.c | 581 (void) atomicio(vwrite, fd, buf, strlen(buf)); in do_times() 818 (void) atomicio(vwrite, remout, buf, strlen(buf)); in source() 844 (void)atomicio(vwrite, remout, bp->buf, amt); in source() 848 if (atomicio6(vwrite, remout, bp->buf, amt, scpio, in source() 860 (void) atomicio(vwrite, remout, "", 1); in source() 895 (void) atomicio(vwrite, remout, path, strlen(path)); in rsource() 914 (void) atomicio(vwrite, remout, "E\n", 2); in rsource() 953 (void) atomicio(vwrite, remout, "", 1); 975 (void) atomicio(vwrite, STDERR_FILENO, 984 (void) atomicio(vwrite, remout, "", 1); [all …]
|
D | msg.c | 54 if (atomicio(vwrite, fd, buf, sizeof(buf)) != sizeof(buf)) { in ssh_msg_send() 58 if (atomicio(vwrite, fd, (u_char *)sshbuf_ptr(m), mlen) != mlen) { in ssh_msg_send()
|
D | ssh-pkcs11-client.c | 57 if (atomicio(vwrite, fd, buf, 4) != 4 || in send_msg() 58 atomicio(vwrite, fd, buffer_ptr(m), in send_msg()
|
D | progressmeter.c | 225 atomicio(vwrite, STDOUT_FILENO, buf, win_size - 1); in refresh_progress_meter() 282 atomicio(vwrite, STDOUT_FILENO, "\n", 1); in stop_progress_meter()
|
D | atomicio.h | 40 #define vwrite (ssize_t (*)(int, void *, size_t))write macro
|
D | loginrec.c | 909 if (atomicio(vwrite, fd, ut, sizeof(*ut)) != sizeof(*ut)) { in utmp_write_direct() 1103 if (atomicio(vwrite, fd, ut, sizeof(*ut)) != sizeof(*ut)) { in wtmp_write() 1276 if (atomicio(vwrite, fd, utx, sizeof(*utx)) != sizeof(*utx)) { in wtmpx_write() 1554 if (atomicio(vwrite, fd, &last, sizeof(last)) != sizeof(last)) { in lastlog_write_entry() 1722 if (atomicio(vwrite, fd, &ut, sizeof(ut)) != sizeof(ut)) in record_failed_login()
|
D | entropy.c | 137 if (atomicio(vwrite, fd, msg, sizeof(msg)) != sizeof(msg)) { in get_random_bytes_prngd()
|
D | monitor_wrap.c | 114 if (atomicio(vwrite, mon->m_log_sendfd, buffer_ptr(&log_msg), in mm_log_handler() 140 if (atomicio(vwrite, sock, buf, sizeof(buf)) != sizeof(buf)) in mm_request_send() 142 if (atomicio(vwrite, sock, buffer_ptr(m), mlen) != mlen) in mm_request_send()
|
D | authfd.c | 136 if (atomicio(vwrite, sock, buf, 4) != 4 || in ssh_request_reply() 137 atomicio(vwrite, sock, (u_char *)sshbuf_ptr(request), in ssh_request_reply()
|
D | clientloop.c | 725 atomicio(vwrite, fileno(stdout), buffer_ptr(bout), in client_suspend_self() 728 atomicio(vwrite, fileno(stderr), buffer_ptr(berr), in client_suspend_self() 1760 len = atomicio(vwrite, fileno(stdout), in client_loop() 1770 len = atomicio(vwrite, fileno(stderr), in client_loop()
|
D | sshd.c | 391 if (atomicio(vwrite, sock_out, server_version_string, in sshd_exchange_identification() 431 (void) atomicio(vwrite, sock_out, s, strlen(s)); in sshd_exchange_identification() 473 (void) atomicio(vwrite, sock_out, s, strlen(s)); in sshd_exchange_identification()
|
D | authfile.c | 63 if (atomicio(vwrite, fd, (u_char *)sshbuf_ptr(keybuf), in sshkey_save_private_blob()
|
D | ssh-keyscan.c | 547 if (atomicio(vwrite, s, buf, n) != (size_t)n) { in congreet()
|
D | sshconnect.c | 534 if (atomicio(vwrite, connection_out, client_version_string, in send_client_banner()
|
D | sftp-client.c | 1331 atomicio(vwrite, local_fd, data, len) != len) && in do_download()
|
D | ssh-keygen.c | 2175 if (atomicio(vwrite, fd, (void *)sshbuf_ptr(kbuf), sshbuf_len(kbuf)) != in do_gen_krl()
|
/external/openssh/regress/ |
D | netcat.c | 1076 if (atomicio(vwrite, nfd, obuf, 3) != 3) in atelnet() 1486 cnt = atomicio(vwrite, proxyfd, buf, 3); in socks_connect() 1539 cnt = atomicio(vwrite, proxyfd, buf, wlen); in socks_connect() 1575 cnt = atomicio(vwrite, proxyfd, buf, wlen); in socks_connect() 1605 cnt = atomicio(vwrite, proxyfd, buf, r); in socks_connect() 1624 if ((cnt = atomicio(vwrite, proxyfd, buf, r)) != (size_t)r) in socks_connect() 1629 if ((r = atomicio(vwrite, proxyfd, "\r\n", 2)) != 2) in socks_connect()
|
/external/openssh/regress/unittests/test_helper/ |
D | fuzz.c | 208 atomicio(vwrite, STDERR_FILENO, buf, strlen(buf)); in siginfo() 211 atomicio(vwrite, STDERR_FILENO, buf, strlen(buf)); in siginfo()
|
D | test_helper.c | 201 atomicio(vwrite, STDERR_FILENO, buf, strlen(buf)); in siginfo()
|