Home
last modified time | relevance | path

Searched refs:wsz (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.bin/rsync/
H A Dio.c60 ssize_t wsz; in io_write_nonblocking() local
97 *sz = wsz; in io_write_nonblocking()
108 size_t wsz; in io_write_blocking() local
116 } else if (wsz == 0) { in io_write_blocking()
120 buf += wsz; in io_write_blocking()
121 sz -= wsz; in io_write_blocking()
136 size_t wsz; in io_write_buf() local
147 tag = (7 << 24) + wsz; in io_write_buf()
157 sess->total_write += wsz; in io_write_buf()
158 sz -= wsz; in io_write_buf()
[all …]
/openbsd/usr.bin/mandoc/
H A Dout.c446 size_t wsz; /* Length of the current word. */ in tblcalc_literal() local
460 wsz = (*tbl->slen)(beg, tbl->arg); in tblcalc_literal()
461 if (mw && lsz && lsz + 1 + wsz <= mw) in tblcalc_literal()
462 lsz += 1 + wsz; in tblcalc_literal()
464 lsz = wsz; in tblcalc_literal()
/openbsd/sys/dev/ic/
H A Darcofi.c479 arcofi_start_output(void *v, void *wbuf, int wsz, void (*cb)(void *), in arcofi_start_output() argument
496 sc->sc_xmit.past = (uint8_t *)wbuf + wsz; in arcofi_start_output()