Searched refs:io_write_byte (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/usr.bin/rsync/ |
| H A D | io.c | 175 else if (!io_write_byte(sess, fd, '\n')) in io_write_line() 718 io_write_byte(struct sess *sess, int fd, uint8_t val) in io_write_byte() function
|
| H A D | ids.c | 243 } else if (!io_write_byte(sess, fd, sz)) { in idents_send()
|
| H A D | extern.h | 336 int io_write_byte(struct sess *, int, uint8_t);
|
| H A D | socket.c | 463 if (!io_write_byte(&sess, sd, '\n')) { in rsync_socket()
|
| H A D | flist.c | 310 if (!io_write_byte(sess, fdout, flag)) { in flist_send() 391 if (!io_write_byte(sess, fdout, 0)) { in flist_send()
|