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

/sendmail/mail.local/
H A Dmail.local.c978 int mbfd = -1, nr = 0, nw, off; local
1315 for (off = 0; off < nr; off += nw)
1317 if ((nw = write(mbfd, buf + off, nr - off)) < 0)
/sendmail/sendmail/
H A Dqueue.c2968 WORK *nw; local
2971 for (w = WorkQ; w != NULL; w = nw)
2973 nw = w->w_next;

Completed in 36 milliseconds