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

/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dpipe.c84 static void *wbuf = NULL; variable
156 wbuf = malloc(opts);
214 if (write(ts->ts_out, wbuf, opts) != opts) {
232 if (write(ts->ts_out, wbuf, opts) != opts) {
254 (void) write(ts->ts_out, wbuf, opts);
326 if (write(ts->ts_out2, wbuf, opts) != opts) {

Completed in 24 milliseconds