Home
last modified time | relevance | path

Searched refs:nchreq (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/csh/
H A Dsh.tchar.c420 read_(int d, tchar *buf, int nchreq) in read_() argument
443 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_()