Home | History | Annotate | Download | only in dd

Lines Matching defs:nw

519 	int64_t cnt, n, nw;
540 for (cnt = n;; cnt -= nw) {
553 nw = 0;
563 nw = bwrite(&out, outp, cnt);
564 if (nw <= 0) {
565 if (nw == 0)
572 nw = 0;
580 outp += nw;
581 st.bytes += nw;
582 if (nw == n) {
590 if (nw == cnt)