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

/macosx-10.10.1/file_cmds-242/cp/
H A Dutils.c76 ssize_t wcount; local
203 bufp += wcount, wresid -= (size_t)wcount) {
204 wcount = write(to_fd, bufp, wresid);
205 wtotal += wcount;
214 if (wcount >= (ssize_t)wresid || wcount <= 0)
217 if (wcount != (ssize_t)wresid) {
233 bufp += wcount, wresid -= wcount) {
[all...]
/macosx-10.10.1/smb-759.0/lib/smb/
H A Drq.c61 uint8_t *wcount; member in struct:smb_usr_rq
208 rqp->wcount = (uint8_t *)mb_reserve(&rqp->rq_rq, sizeof(uint8_t));
214 if (rqp->wcount == NULL) {
220 *rqp->wcount = rqp->rq_rq.mb_count / 2;
319 krq.ioc_twc = (rqp->wcount) ? *(rqp->wcount) : 0;
320 krq.ioc_twords = (rqp->wcount) ? rqp->wcount+sizeof(*rqp->wcount) : NULL;
/macosx-10.10.1/mail_cmds-30/mail/
H A Dcmd1.c179 char headline[LINESIZE], wcount[LINESIZE], *subjline, dispc, curind; local
205 sprintf(wcount, "%3ld/%-5ld", mp->m_lines, mp->m_size);
206 subjlen = screenwidth - 50 - strlen(wcount);
211 curind, dispc, mesg, name, hl.l_date, wcount);
214 curind, dispc, mesg, name, hl.l_date, wcount,
/macosx-10.10.1/system_cmds-643.1.1/pwd_mkdb.tproj/
H A Dpwd_mkdb.c391 int from_fd, rcount, to_fd, wcount; local
398 wcount = write(to_fd, buf, rcount);
399 if (rcount != wcount || wcount == -1) {
/macosx-10.10.1/curl-83.1.2/curl/tests/server/
H A Dsockfilt.c309 DWORD mode, wcount = 0; local
323 success = WriteConsole(handle, buf, count, &wcount, NULL);
326 success = WriteFile(handle, buf, count, &wcount, NULL);
329 return wcount;
/macosx-10.10.1/vim-55/src/
H A Dspell.c8930 int wcount; local
8984 wcount = spin->si_spellbuf->b_ml.ml_line_count;
8985 put_bytes(fd, (long_u)wcount, 4); /* <sugwcount> */
8987 for (lnum = 1; lnum <= (linenr_T)wcount; ++lnum)
10860 int wcount; local
10945 wcount = get4c(fd);
10946 if (wcount < 0)
10952 for (wordnr = 0; wordnr < wcount; ++wordnr)

Completed in 208 milliseconds