Searched refs:wcount (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/bin/cp/
H A Dutils.c98 int ch, checkch, from_fd, rcount, rval, to_fd, tolnk, wcount; local
243 wcount = write(to_fd, buf, (size_t)rcount);
244 if (rcount != wcount || wcount == -1) {
249 ptotal += wcount;
/netbsd-6-1-5-RELEASE/usr.bin/sdiff/
H A Dsdiff.c131 ssize_t wcount; local
133 wcount = write(ofd, buf, (size_t)rcount);
134 if (-1 == wcount || rcount != wcount) {
/netbsd-6-1-5-RELEASE/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c644 ssize_t rcount, wcount; local
653 wcount = write(to_fd, buf, (size_t)rcount);
654 if (rcount != wcount || wcount == -1) {
/netbsd-6-1-5-RELEASE/sys/arch/sparc/dev/
H A Dtctrl.c1444 int rcount, wcount; local
1459 wcount = sd->sc_dk.dk_stats->io_wxfer;
1467 (wcount != sd->sc_dk.dk_stats->io_wxfer)) {
1469 wcount = sd->sc_dk.dk_stats->io_wxfer;

Completed in 90 milliseconds