Searched refs:OKFREE (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/libresolv2/common/isc/ |
H A D | ev_connects.c | 72 OKFREE(mode = fcntl(fd, F_GETFL, NULL), new); /*%< side effect: validate fd. */ in evListen() 83 OKFREE(ioctl(fd, FIONBIO, (char *)&on), new); in evListen() 85 OKFREE(fcntl(fd, F_SETFL, mode | PORT_NONBLOCK), new); in evListen() 89 OKFREE(listen(fd, maxconn), new); in evListen()
|
H A D | eventlib_p.h | 49 #define OKFREE(x, y) if ((x) < 0) { FREE((y)); EV_ERR(errno); } \ macro
|