Lines Matching defs:nwritten
366 int nwritten;370 if ((nwritten = write(fd, str, len)) <= 0) {377 len -= nwritten;378 str += nwritten;