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

/freebsd-10-stable/bin/cp/
H A Dutils.c81 ssize_t wcount; local
170 bufp += wcount, wresid -= (size_t)wcount) {
171 wcount = write(to_fd, bufp, wresid);
172 if (wcount <= 0)
174 wtotal += wcount;
182 if (wcount >= (ssize_t)wresid)
185 if (wcount != (ssize_t)wresid) {
215 bufp += wcount, wresid -= wcount) {
[all...]
/freebsd-10-stable/usr.bin/mail/
H A Dcmd1.c168 char headline[LINESIZE], wcount[LINESIZE], *subjline, dispc, curind; local
194 sprintf(wcount, "%3ld/%-5ld", mp->m_lines, mp->m_size);
195 subjlen = screenwidth - 50 - strlen(wcount);
200 curind, dispc, mesg, name, hl.l_date, wcount);
203 curind, dispc, mesg, name, hl.l_date, wcount,
/freebsd-10-stable/sys/dev/rp/
H A Drp.c1144 int i, count, wcount; local
1158 for( i = 0, wcount = count >> 1; wcount > 0; i += 2, wcount-- ) {
/freebsd-10-stable/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c688 int from_fd, rcount, to_fd, wcount; local
695 wcount = write(to_fd, buf, rcount);
696 if (rcount != wcount || wcount == -1) {
/freebsd-10-stable/libexec/rtld-elf/
H A Drtld.h114 volatile int wcount; /* Number of writers holding lock */ member in struct:Struct_LockInfo

Completed in 52 milliseconds