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

/illumos-gate/usr/src/cmd/make/bin/
H A Dparallel.cc1316 char copybuf[BUFSIZ]; local
1333 for (chars_read = read(fd, copybuf, BUFSIZ);
1335 chars_read = read(fd, copybuf, BUFSIZ)) {
1339 if (write(out_fd, copybuf, chars_read) < 0) {

Completed in 60 milliseconds