Lines Matching refs:res
83 int res;
101 res = _sendto(s, (char *)&thetime, sizeof (thetime), 0,
103 if (res < 0) {
110 res = select(__rpc_dtbsize(), &readfds, NULL,
112 } while (res < 0 && errno == EINTR);
113 if (res <= 0) {
114 if (res == 0) {
121 res = _recvfrom(s, (char *)&thetime, sizeof (thetime), 0,
124 if (res < 0) {
133 res = read(s, (char *)&thetime, sizeof (thetime));
135 if (res < 0) {
139 if (res != sizeof (thetime)) {