Searched refs:byteswritten (Results 1 – 1 of 1) sorted by relevance
270 if((byteswritten=write(fd, addr, (size)))==-1) _throw(strerror(errno)); \271 if(byteswritten!=(size)) _throw("Write error");301 int fd=-1, byteswritten, dstpitch, retcode=0; in savebmp() local377 if((byteswritten=write(fd, tempbuf, dstpitch*h))!=dstpitch*h) in savebmp()