Searched refs:nchreq (Results 1 – 1 of 1) sorted by relevance
419 read_(int d, tchar *buf, int nchreq) in read_() argument442 d, buf, nchreq); in read_()452 assert(nchreq <= BUFSIZ); in read_()456 while (nchread < nchreq) { in read_()485 m = nchreq - nchread; in read_()633 d, buf, nchreq); in read_()635 assert(nchreq <= BUFSIZ); in read_()637 nchread = read(d, (char *)chbuf, nchreq); in read_()