HomeSort by relevance Sort by last modified time
    Searched refs:vwrite (Results 1 - 20 of 20) sorted by null

  /external/netcat/
atomicio.h 33 * Ensure all of data on socket comes through. f==read || f==vwrite
37 #define vwrite (ssize_t (*)(int, void *, size_t))write macro
netcat.c 800 if (atomicio(vwrite, lfd, buf, n) != n)
813 if (atomicio(vwrite, nfd, buf, n) != n)
846 if (atomicio(vwrite, nfd, obuf, 3) != 3)
  /external/openssh/
atomicio.h 33 * Ensure all of data on socket comes through. f==read || f==vwrite
40 #define vwrite (ssize_t (*)(int, void *, size_t))write macro
msg.c 54 if (atomicio(vwrite, fd, buf, sizeof(buf)) != sizeof(buf)) {
58 if (atomicio(vwrite, fd, (u_char *)sshbuf_ptr(m), mlen) != mlen) {
roaming_common.c 188 if (f == vwrite && ret > 0 && !resume_in_progress) {
212 atomicio(vwrite, fd, out_buf + out_buf_size - chunkend,
214 atomicio(vwrite, fd, out_buf, out_last);
216 atomicio(vwrite, fd, out_buf + (out_last - needed), needed);
scp.c 568 (void) atomicio(vwrite, fd, buf, strlen(buf));
806 (void) atomicio(vwrite, remout, buf, strlen(buf));
832 (void)atomicio(vwrite, remout, bp->buf, amt);
836 if (atomicio6(vwrite, remout, bp->buf, amt, scpio,
850 (void) atomicio(vwrite, remout, "", 1);
883 (void) atomicio(vwrite, remout, path, strlen(path));
902 (void) atomicio(vwrite, remout, "E\n", 2);
941 (void) atomicio(vwrite, remout, "", 1);
961 (void) atomicio(vwrite, STDERR_FILENO,
969 (void) atomicio(vwrite, remout, "", 1)
    [all...]
progressmeter.c 226 atomicio(vwrite, STDOUT_FILENO, buf, win_size - 1);
283 atomicio(vwrite, STDOUT_FILENO, "\n", 1);
ssh-pkcs11-client.c 57 if (atomicio(vwrite, fd, buf, 4) != 4 ||
58 atomicio(vwrite, fd, buffer_ptr(m),
entropy.c 137 if (atomicio(vwrite, fd, msg, sizeof(msg)) != sizeof(msg)) {
loginrec.c 906 if (atomicio(vwrite, fd, ut, sizeof(*ut)) != sizeof(*ut)) {
1100 if (atomicio(vwrite, fd, ut, sizeof(*ut)) != sizeof(*ut)) {
1273 if (atomicio(vwrite, fd, utx, sizeof(*utx)) != sizeof(*utx)) {
    [all...]
authfd.c 136 if (atomicio(vwrite, sock, buf, 4) != 4 ||
137 atomicio(vwrite, sock, (u_char *)sshbuf_ptr(request),
monitor_wrap.c 115 if (atomicio(vwrite, mon->m_log_sendfd, buffer_ptr(&log_msg),
141 if (atomicio(vwrite, sock, buf, sizeof(buf)) != sizeof(buf))
143 if (atomicio(vwrite, sock, buffer_ptr(m), mlen) != mlen)
authfile.c 63 if (atomicio(vwrite, fd, (u_char *)sshbuf_ptr(keybuf),
clientloop.c 691 atomicio(vwrite, fileno(stdout), buffer_ptr(bout),
694 atomicio(vwrite, fileno(stderr), buffer_ptr(berr),
    [all...]
sshd.c 439 if (roaming_atomicio(vwrite, sock_out, server_version_string,
477 (void) atomicio(vwrite, sock_out, s, strlen(s));
546 (void) atomicio(vwrite, sock_out, s, strlen(s));
    [all...]
ssh-keyscan.c 500 if (atomicio(vwrite, s, buf, n) != (size_t)n) {
sshconnect.c 532 if (roaming_atomicio(vwrite, connection_out, client_version_string,
    [all...]
sftp-client.c     [all...]
ssh-keygen.c     [all...]
  /external/valgrind/memcheck/tests/darwin/
scalar.stderr.exp 234 (68): old vwrite
    [all...]

Completed in 337 milliseconds