Searched refs:nchreq (Results 1 – 1 of 1) sorted by relevance
420 read_(int d, tchar *buf, int nchreq) in read_() argument443 d, buf, nchreq); in read_()453 assert(nchreq <= BUFSIZ); in read_()457 while (nchread < nchreq) { in read_()486 m = nchreq - nchread; in read_()634 d, buf, nchreq); in read_()636 assert(nchreq <= BUFSIZ); in read_()638 nchread = read(d, (char *)chbuf, nchreq); in read_()