Searched refs:this_read (Results 1 – 1 of 1) sorted by relevance
303 ssize_t this_read; in cpio_mkfile_csum() local306 this_read = read(fd, filebuf, this_size); in cpio_mkfile_csum()307 if (this_read <= 0 || this_read > this_size) in cpio_mkfile_csum()310 for (i = 0; i < this_read; i++) in cpio_mkfile_csum()313 size -= this_read; in cpio_mkfile_csum()398 ssize_t this_read; in cpio_mkfile() local401 this_read = read(file, filebuf, this_size); in cpio_mkfile()402 if (this_read <= 0 || this_read > this_size) { in cpio_mkfile()407 if (fwrite(filebuf, this_read, 1, stdout) != 1) { in cpio_mkfile()411 offset += this_read; in cpio_mkfile()[all …]
Completed in 4 milliseconds