Home
last modified time | relevance | path

Searched refs:bytes_write (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/libarchive/cpio/
H A Dcpio.c871 ssize_t bytes_write; in entry_to_archive() local
872 bytes_write = archive_write_data(cpio->archive, in entry_to_archive()
874 if (bytes_write < 0) in entry_to_archive()
877 if (bytes_write < bytes_read) { in entry_to_archive()
/freebsd-12.1/crypto/openssh/
H A Dsftp-server.c278 u_int64_t bytes_read, bytes_write; member
320 handles[i].bytes_read = handles[i].bytes_write = 0; in handle_new()
400 handles[handle].bytes_write += bytes; in handle_update_write()
415 return (handles[handle].bytes_write); in handle_bytes_write()