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

/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dpipe.c86 int readall(int s, void *buf, size_t len);
217 if (readall(ts->ts_in, rbuf, opts) != opts) {
237 n = readall(ts->ts_in, rbuf, opts);
255 (void) readall(ts->ts_in, rbuf, opts);
295 readall(int s, void *buf, size_t len) function
322 n = readall(ts->ts_in2, rbuf, opts);

Completed in 19 milliseconds