Lines Matching refs:_rc
51 typeof (exp) _rc; \53 _rc = (exp); \54 } while (_rc == -1 && errno == EINTR); \55 _rc; })