HomeSort by relevance Sort by last modified time
    Searched full:atomicio (Results 26 - 45 of 45) sorted by null

12

  /external/openssh/
loginrec.c 173 #include "atomicio.h"
890 if (atomicio(read, fd, &old_ut, sizeof(old_ut)) == sizeof(old_ut) &&
907 if (atomicio(vwrite, fd, ut, sizeof(*ut)) != sizeof(*ut)) {
1101 if (atomicio(vwrite, fd, ut, sizeof(*ut)) != sizeof(*ut)) {
1209 if (atomicio(read, fd, &ut, sizeof(ut)) != sizeof(ut)) {
1274 if (atomicio(vwrite, fd, utx, sizeof(*utx)) != sizeof(*utx)) {
    [all...]
authfd.c 64 #include "atomicio.h"
137 if (atomicio(vwrite, auth->fd, buf, 4) != 4 ||
138 atomicio(vwrite, auth->fd, buffer_ptr(request),
147 if (atomicio(read, auth->fd, buf, 4) != 4) {
163 if (atomicio(read, auth->fd, buf, l) != l) {
monitor_wrap.c 71 #include "atomicio.h"
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)
151 if (atomicio(read, sock, buf, sizeof(buf)) != sizeof(buf)) {
161 if (atomicio(read, sock, buffer_ptr(m), msg_len) != msg_len)
    [all...]
auth2.c 38 #include "atomicio.h"
123 n = atomicio(read, fd, banner, len);
Android.mk 15 atomicio.c key.c dispatch.c kex.c mac.c uidswap.c uuencode.c misc.c \
ssh-keyscan.c 45 #include "atomicio.h"
411 (n = atomicio(read, s, cp, 1)) == 1 && *cp != '\n') {
464 if (atomicio(vwrite, s, buf, n) != (size_t)n) {
488 n = atomicio(read, s, c->c_data + c->c_off, c->c_len - c->c_off);
authfile.c 70 #include "atomicio.h"
227 if (atomicio(vwrite, fd, buffer_ptr(keybuf),
345 if ((len = atomicio(read, fd, buf, sizeof(buf))) == 0) {
clientloop.c 107 #include "atomicio.h"
657 atomicio(vwrite, fileno(stdout), buffer_ptr(bout),
660 atomicio(vwrite, fileno(stderr), buffer_ptr(berr),
    [all...]
sftp-client.c 51 #include "atomicio.h"
1133 atomicio(vwrite, local_fd, data, len) != len) &&
    [all...]
ChangeLog 576 Use atomicio when flushing protocol 1 std{out,err} buffers at
586 now that we use atomicio(), convert them from while loops to if statements
    [all...]
monitor.c 62 #include "atomicio.h"
507 if (atomicio(read, pmonitor->m_log_recvfd,
524 if (atomicio(read, pmonitor->m_log_recvfd,
    [all...]
sshd.c 105 #include "atomicio.h"
464 (void) atomicio(vwrite, sock_out, s, strlen(s));
525 (void) atomicio(vwrite, sock_out, s, strlen(s));
    [all...]
Makefile.in 70 atomicio.o key.o dispatch.o kex.o mac.o uidswap.o uuencode.o misc.o \
sftp-server.c 667 /* XXX ATOMICIO ? */
    [all...]
sshconnect.c 58 #include "atomicio.h"
    [all...]
  /external/dropbear/
common-session.c 36 #include "atomicio.h"
241 if (atomicio(write, ses.sock, LOCAL_IDENT "\r\n",
svr-session.c 37 #include "atomicio.h"
dbutil.c 55 #include "atomicio.h"
  /external/netcat/
netcat.c 56 #include "atomicio.h"
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/openbsd-compat/
bsd-cray.c 697 /* XXX use atomicio */

Completed in 1250 milliseconds

12