Searched refs:readall (Results 1 - 1 of 1) sorted by relevance
/libmicro/ |
H A D | pipe.c | 86 int readall(int s, void *buf, size_t len); 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); 296 readall(int s, void *buf, size_t len) function 323 n = readall(ts->ts_in2, rbuf, opts);
|
Completed in 8 milliseconds