HomeSort by relevance Sort by last modified time
    Searched refs:vwrite (Results 1 - 23 of 23) 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 53 if (atomicio(vwrite, fd, buf, sizeof(buf)) != sizeof(buf)) {
57 if (atomicio(vwrite, fd, buffer_ptr(m), mlen) != mlen) {
scp.c 786 (void) atomicio(vwrite, remout, buf, strlen(buf));
797 (void) atomicio(vwrite, remout, buf, strlen(buf));
820 (void)atomicio(vwrite, remout, bp->buf, amt);
823 if (atomicio6(vwrite, remout, bp->buf, amt, scpio,
837 (void) atomicio(vwrite, remout, "", 1);
864 (void) atomicio(vwrite, remout, path, strlen(path));
874 (void) atomicio(vwrite, remout, path, strlen(path));
893 (void) atomicio(vwrite, remout, "E\n", 2);
931 (void) atomicio(vwrite, remout, "", 1);
951 (void) atomicio(vwrite, STDERR_FILENO
    [all...]
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);
sandbox-systrace.c 103 if (atomicio(vwrite, box->child_sock, &whatever, 1) != 1)
177 if (atomicio(vwrite, box->parent_sock, &whatever, 1) != 1)
progressmeter.c 225 atomicio(vwrite, STDOUT_FILENO, buf, win_size - 1);
281 atomicio(vwrite, STDOUT_FILENO, "\n", 1);
ssh-pkcs11-client.c 55 if (atomicio(vwrite, fd, buf, 4) != 4 ||
56 atomicio(vwrite, fd, buffer_ptr(m),
entropy.c 133 if (atomicio(vwrite, fd, msg, sizeof(msg)) != sizeof(msg)) {
loginrec.c 907 if (atomicio(vwrite, fd, ut, sizeof(*ut)) != sizeof(*ut)) {
1101 if (atomicio(vwrite, fd, ut, sizeof(*ut)) != sizeof(*ut)) {
1274 if (atomicio(vwrite, fd, utx, sizeof(*utx)) != sizeof(*utx)) {
    [all...]
authfd.c 137 if (atomicio(vwrite, auth->fd, buf, 4) != 4 ||
138 atomicio(vwrite, auth->fd, buffer_ptr(request),
clientloop.c 657 atomicio(vwrite, fileno(stdout), buffer_ptr(bout),
660 atomicio(vwrite, fileno(stderr), buffer_ptr(berr),
    [all...]
monitor_wrap.c 111 if (atomicio(vwrite, mon->m_log_sendfd, buffer_ptr(&log_msg),
137 if (atomicio(vwrite, sock, buf, sizeof(buf)) != sizeof(buf))
139 if (atomicio(vwrite, sock, buffer_ptr(m), mlen) != mlen)
    [all...]
sshd.c 426 if (roaming_atomicio(vwrite, sock_out, server_version_string,
464 (void) atomicio(vwrite, sock_out, s, strlen(s));
525 (void) atomicio(vwrite, sock_out, s, strlen(s));
    [all...]
ssh-keyscan.c 464 if (atomicio(vwrite, s, buf, n) != (size_t)n) {
authfile.c 227 if (atomicio(vwrite, fd, buffer_ptr(keybuf),
sshconnect.c 560 if (roaming_atomicio(vwrite, connection_out, buf, strlen(buf))
    [all...]
sftp-client.c 1133 atomicio(vwrite, local_fd, data, len) != len) &&
    [all...]
  /external/dropbear/
scpmisc.h 16 #define vwrite (ssize_t (*)(int, void *, size_t))write macro
scp.c 646 (void) atomicio(vwrite, remout, buf, strlen(buf));
657 (void) atomicio(vwrite, remout, buf, strlen(buf));
682 (void) atomicio(vwrite, remout, bp->buf, amt);
684 result = atomicio(vwrite, remout, bp->buf, amt);
705 (void) atomicio(vwrite, remout, "", 1);
732 (void) atomicio(vwrite, remout, path, strlen(path));
742 (void) atomicio(vwrite, remout, path, strlen(path));
761 (void) atomicio(vwrite, remout, "E\n", 2);
854 (void) atomicio(vwrite, remout, "", 1);
874 (void) atomicio(vwrite, STDERR_FILENO
    [all...]
progressmeter.c 215 atomicio(vwrite, STDOUT_FILENO, buf, win_size - 1);
270 atomicio(vwrite, STDOUT_FILENO, "\n", 1);
  /external/valgrind/main/memcheck/tests/darwin/
scalar.stderr.exp 234 (68): old vwrite
    [all...]

Completed in 536 milliseconds