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

  /external/dropbear/
atomicio.c 28 /* RCSID("OpenBSD: atomicio.c,v 1.10 2001/05/08 22:48:07 markus Exp "); */
30 #include "atomicio.h"
36 atomicio(f, fd, _s, n) function
Android.mk 9 atomicio.c compat.c fake-rfc2553.c
36 scp.c progressmeter.c atomicio.c scpmisc.c
atomicio.h 5 * $OpenBSD: atomicio.h,v 1.4 2001/06/26 06:32:46 itojun Exp $
36 ssize_t atomicio(ssize_t (*)(), int, void *, size_t);
LICENSE 52 atomicio.h
53 atomicio.c
57 loginrec is written primarily by Andre Lucas, atomicio.c by Theo de Raadt.
NOTICE 52 atomicio.h
53 atomicio.c
57 loginrec is written primarily by Andre Lucas, atomicio.c by Theo de Raadt.
scp.c 79 #include "atomicio.h"
646 (void) atomicio(vwrite, remout, buf, strlen(buf));
657 (void) atomicio(vwrite, remout, buf, strlen(buf));
677 result = atomicio(read, fd, bp->buf, amt);
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)
    [all...]
scpmisc.h 15 /* actually from atomicio, but is only used in scp code */
Makefile.in 23 atomicio.o compat.o fake-rfc2553.o
43 SCPOBJS=scp.o progressmeter.o atomicio.o scpmisc.o
49 loginrec.h atomicio.h x11fwd.h agentfwd.h tcpfwd.h compat.h \
progressmeter.c 30 #include "atomicio.h"
215 atomicio(vwrite, STDOUT_FILENO, buf, win_size - 1);
270 atomicio(vwrite, STDOUT_FILENO, "\n", 1);
filelist.txt 112 atomicio.c From OpenSSH, does `blocking' IO on non-blocking fds
loginrec.c 159 #include "atomicio.h"
718 if (atomicio(read, fd, &old_ut, sizeof(old_ut)) == sizeof(old_ut) &&
726 if (atomicio(write, fd, ut, sizeof(*ut)) != sizeof(*ut))
915 if (atomicio(write, fd, ut, sizeof(*ut)) != sizeof(*ut)) {
1022 if (atomicio(read, fd, &ut, sizeof(ut)) != sizeof(ut)) {
1082 if (atomicio(write, fd, utx, sizeof(*utx)) != sizeof(*utx)) {
1178 if (atomicio(read, fd, &utx, sizeof(utx)) != sizeof(utx)) {
    [all...]
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"

Completed in 516 milliseconds