Home
last modified time | relevance | path

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

/dragonfly/contrib/bmake/
H A Djob.c1842 ssize_t nRead; /* (Temporary) number of bytes read */ in CollectOutput() local
1849 nRead = read(job->inPipe, &job->outBuf[job->curPos], in CollectOutput()
1851 if (nRead < 0) { in CollectOutput()
1858 nr = (size_t)nRead; in CollectOutput()