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

/xnu-2422.115.4/tools/tests/libMicro/
H A Dpipe.c55 int ts_out; member in struct:__anon1258
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);
274 (void) close(ts->ts_out);
397 ts->ts_out = socket(AF_INET, SOCK_STREAM, 0);
398 if (ts->ts_out == -1) {
402 if (fcntl(ts->ts_out, F_SETFL, O_NDELAY) == -1) {
406 result = connect(ts->ts_out, (struct sockaddr *)&ts->ts_add,
412 if (fcntl(ts->ts_out, F_SETF
[all...]

Completed in 11 milliseconds