Searched refs:bytes_written_total (Results 1 – 1 of 1) sorted by relevance
554 ssize_t bytes_written_total = 0; in WriteFileDescriptor() local555 for (ssize_t bytes_written_partial = 0; bytes_written_total < size; in WriteFileDescriptor()556 bytes_written_total += bytes_written_partial) { in WriteFileDescriptor()558 write(fd, data + bytes_written_total, size - bytes_written_total)); in WriteFileDescriptor()