Searched refs:atomicio (Results 26 - 29 of 29) sorted by relevance

12

/freebsd-11.0-release/crypto/openssh/
H A Dssh_namespace.h46 #define atomicio Fssh_atomicio macro
H A Dsftp-client.c53 #include "atomicio.h"
1323 atomicio(vwrite, local_fd, data, len) != len) &&
1659 * Can't use atomicio here because it returns 0 on EOF,
H A Dssh-keygen.c57 #include "atomicio.h"
2163 if (atomicio(vwrite, fd, (void *)sshbuf_ptr(kbuf), sshbuf_len(kbuf)) !=
/freebsd-11.0-release/contrib/netcat/
H A Dnetcat.c65 #include "atomicio.h"
1108 if (atomicio(vwrite, nfd, obuf, 3) != 3)

Completed in 117 milliseconds

12