Lines Matching refs:write
16 * along with this program; if not, write to the Free Software
78 * to write at a time (i.e. between sleeps).
101 #define MAXLOOPS 500 /* max pages for map children to write */
102 #define GROWSIZE 20 /* # bytes to write per write call */
221 (void)fprintf(stderr, "error: negative write "
364 if ((c = write(fd, (char *)buf, write_cnt)) != write_cnt) {
366 perror("write error");
368 (void)fprintf(stderr, "write: wrote %d of %d "
400 * write to (and grow) the file.
653 * Now write it.
752 * Need to keep track of our offset so write the
758 if ((cnt = write(fd_writer, p, growsize)) != growsize) {
760 perror("write error");