Searched refs:toread (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/OpenSSL098-52/src/demos/tunala/
H A Dbuffer.c90 int toread = buffer_unused(buf); local
91 if(toread == 0)
94 toread = read(fd, buf->data + buf->used, toread);
95 if(toread > 0) {
96 buf->used += toread;
97 buf->total_in += toread;
99 return toread;
/macosx-10.10.1/groff-38/groff/src/utils/tfmtodit/
H A Dtfmtodit.cpp291 int toread = lf*4 - 2; local
292 unsigned char *buf = new unsigned char[toread];
293 if (fread(buf, 1, toread, fp) != (size_t)toread) {
/macosx-10.10.1/xnu-2782.1.97/bsd/security/audit/
H A Daudit_pipe.c969 u_int toread; local
1010 toread = MIN((int)(ape->ape_record_len - ap->ap_qoffset),
1014 toread, uio);
1027 ap->ap_qoffset += toread;
H A Daudit_session.c1874 u_int toread; local
1915 toread = MIN((int)(ase->ase_record_len - asdev->asdev_qoffset),
1919 toread, uio);
1932 asdev->asdev_qoffset += toread;

Completed in 187 milliseconds