Searched defs:recv (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/tests/sfio/
H A Dtmprdwr.c30 int recv; /* channel to read amount of data */ member in struct:_mydisc_s
47 { if((r = read(dc->recv, &dc->size, sizeof(int))) != sizeof(int) )
70 void writeprocess(int send, int recv, Sfio_t* f) argument
72 void writeprocess(send, recv, f)
74 int recv;
98 { if((rv = read(recv, &s, sizeof(int))) != sizeof(int))
135 disc.recv = child[0];

Completed in 202 milliseconds