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

/libmicro/
H A Dpipe.c83 static void *rbuf = NULL; variable
155 rbuf = malloc(opts);
218 if (readall(ts->ts_in, rbuf, opts) != opts) {
238 n = readall(ts->ts_in, rbuf, opts);
256 (void) readall(ts->ts_in, rbuf, opts);
323 n = readall(ts->ts_in2, rbuf, opts);

Completed in 8 milliseconds