Searched refs:vwrite (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10/netcat-22/
H A Datomicio.h29 * Ensure all of data on socket comes through. f==read || f==vwrite
33 #define vwrite (ssize_t (*)(int, void *, size_t))write macro
H A Dsocks.c148 cnt = atomicio(vwrite, proxyfd, buf, 3);
201 cnt = atomicio(vwrite, proxyfd, buf, wlen);
223 cnt = atomicio(vwrite, proxyfd, buf, wlen);
253 cnt = atomicio(vwrite, proxyfd, buf, r);
H A Dnetcat.c948 if (atomicio(vwrite, lfd, buf, n) != n)
970 if (atomicio(vwrite, nfd, buf, n - 1) != (n - 1))
972 if (atomicio(vwrite, nfd, "\r\n", 2) != 2)
975 if (atomicio(vwrite, nfd, buf, n) != n)
1007 if (atomicio(vwrite, nfd, obuf, 3) != 3)
/macosx-10.10/OpenSSH-189/openssh/
H A Datomicio.h33 * Ensure all of data on socket comes through. f==read || f==vwrite
40 #define vwrite (ssize_t (*)(int, void *, size_t))write macro
H A Dmsg.c53 if (atomicio(vwrite, fd, buf, sizeof(buf)) != sizeof(buf)) {
57 if (atomicio(vwrite, fd, buffer_ptr(m), mlen) != mlen) {
H A Droaming_common.c190 if (f == vwrite && ret > 0 && !resume_in_progress) {
214 atomicio(vwrite, fd, out_buf + out_buf_size - chunkend,
216 atomicio(vwrite, fd, out_buf, out_last);
218 atomicio(vwrite, fd, out_buf + (out_last - needed), needed);
H A Dscp.c836 (void) atomicio(vwrite, remout, buf, strlen(buf));
847 (void) atomicio(vwrite, remout, buf, strlen(buf));
870 (void)atomicio(vwrite, remout, bp->buf, amt);
873 if (atomicio6(vwrite, remout, bp->buf, amt, scpio,
887 (void) atomicio(vwrite, remout, "", 1);
944 (void) atomicio(vwrite, remout, path, strlen(path));
954 (void) atomicio(vwrite, remout, path, strlen(path));
973 (void) atomicio(vwrite, remout, "E\n", 2);
1011 (void) atomicio(vwrite, remout, "", 1);
1035 (void) atomicio(vwrite, STDERR_FILEN
[all...]
H A Dprogressmeter.c225 atomicio(vwrite, STDOUT_FILENO, buf, win_size - 1);
281 atomicio(vwrite, STDOUT_FILENO, "\n", 1);
H A Dssh-pkcs11-client.c55 if (atomicio(vwrite, fd, buf, 4) != 4 ||
56 atomicio(vwrite, fd, buffer_ptr(m),
H A Dentropy.c139 if (atomicio(vwrite, fd, msg, sizeof(msg)) != sizeof(msg)) {
H A Dloginrec.c903 if (atomicio(vwrite, fd, ut, sizeof(*ut)) != sizeof(*ut)) {
1097 if (atomicio(vwrite, fd, ut, sizeof(*ut)) != sizeof(*ut)) {
1270 if (atomicio(vwrite, fd, utx, sizeof(*utx)) != sizeof(*utx)) {
1548 if (atomicio(vwrite, fd, &last, sizeof(last)) != sizeof(last)) {
1716 if (atomicio(vwrite, fd, &ut, sizeof(ut)) != sizeof(ut))
H A Dauthfd.c142 if (atomicio(vwrite, auth->fd, buf, 4) != 4 ||
143 atomicio(vwrite, auth->fd, buffer_ptr(request),
H A Dmonitor_wrap.c117 if (atomicio(vwrite, mon->m_log_sendfd, buffer_ptr(&log_msg),
143 if (atomicio(vwrite, sock, buf, sizeof(buf)) != sizeof(buf))
145 if (atomicio(vwrite, sock, buffer_ptr(m), mlen) != mlen)
H A Dclientloop.c758 atomicio(vwrite, fileno(stdout), buffer_ptr(bout),
761 atomicio(vwrite, fileno(stderr), buffer_ptr(berr),
1796 len = atomicio(vwrite, fileno(stdout),
1806 len = atomicio(vwrite, fileno(stderr),
H A Dsshd.c449 if (roaming_atomicio(vwrite, sock_out, server_version_string,
487 (void) atomicio(vwrite, sock_out, s, strlen(s));
548 (void) atomicio(vwrite, sock_out, s, strlen(s));
H A Dssh-keyscan.c468 if (atomicio(vwrite, s, buf, n) != (size_t)n) {
H A Dauthfile.c233 if (atomicio(vwrite, fd, buffer_ptr(keybuf),
H A Dsshconnect.c450 if (roaming_atomicio(vwrite, connection_out, client_version_string,
H A Dsftp-client.c1136 atomicio(vwrite, local_fd, data, len) != len) &&
H A Dssh-keygen.c2096 if (atomicio(vwrite, fd, buffer_ptr(&kbuf), buffer_len(&kbuf)) !=
/macosx-10.10/ruby-106/ruby/
H A Dvsnprintf.c185 int (*vwrite)(/* struct __sFILE*, struct __suio * */); member in struct:__sFILE
333 err = (*fp->vwrite)(fp, uio);
1311 f.vwrite = BSD__sfvwrite;
1332 f.vwrite = BSD__sfvwrite;
H A Dsprintf.c1239 f.vwrite = ruby__sfvwrite;
1298 f.vwrite = ruby__sfvwrite;

Completed in 160 milliseconds