Searched refs:end_outstr (Results 1 – 2 of 2) sorted by relevance
285 #define end_outstr (outstr + sizeof(outstr)) in decode_poll() macro313 if (outptr < end_outstr - 2) in decode_poll()323 if (outptr < end_outstr - 3) in decode_poll()327 if (outptr < end_outstr - 4) in decode_poll()331 if (outptr < end_outstr - (sizeof("{fd=%d, revents=") + sizeof(int)*3) + 1) in decode_poll()334 if (outptr < end_outstr - (strlen(flagstr) + 2)) { in decode_poll()347 if (outptr < end_outstr - (10 + TIMESPEC_TEXT_BUFSIZE)) { in decode_poll()358 #undef end_outstr in decode_poll()
371 #define end_outstr (outstr + sizeof(outstr)) in decode_select() macro400 if (outptr < end_outstr - (sizeof(", except [") + sizeof(int)*3 + 2)) { in decode_select()423 if (outptr < end_outstr - (10 + TIMEVAL_TEXT_BUFSIZE)) { in decode_select()431 #undef end_outstr in decode_select()