Lines Matching refs:opts
81 static size_t opts = DEFS;
129 opts = sizetoll(optarg);
155 rbuf = malloc(opts);
156 wbuf = malloc(opts);
215 if (write(ts->ts_out, wbuf, opts) != opts) {
218 if (readall(ts->ts_in, rbuf, opts) != opts) {
233 if (write(ts->ts_out, wbuf, opts) != opts) {
238 n = readall(ts->ts_in, rbuf, opts);
255 (void) write(ts->ts_out, wbuf, opts);
256 (void) readall(ts->ts_in, rbuf, opts);
323 n = readall(ts->ts_in2, rbuf, opts);
327 if (write(ts->ts_out2, wbuf, opts) != opts) {