Home | History | Annotate | Download | only in toolbox

Lines Matching refs:nw

492 	int64_t cnt, n, nw;
513 for (cnt = n;; cnt -= nw) {
526 nw = 0;
540 nw = bwrite(out.fd, outp, cnt);
541 if (nw <= 0) {
542 if (nw == 0) {
554 nw = 0;
562 outp += nw;
563 st.bytes += nw;
564 if (nw == n) {
572 if (nw == cnt)