Searched refs:end_outstr (Results 1 - 2 of 2) sorted by relevance

/external/strace/
H A Dstream.c285 #define end_outstr (outstr + sizeof(outstr)) macro
313 if (outptr < end_outstr - 2)
323 if (outptr < end_outstr - 3)
327 if (outptr < end_outstr - 4)
331 if (outptr < end_outstr - (sizeof("{fd=%d, revents=") + sizeof(int)*3) + 1)
334 if (outptr < end_outstr - (strlen(flagstr) + 2)) {
342 if (outptr != outstr /* && outptr < end_outstr - 1 (always true)*/)
347 if (outptr < end_outstr - (10 + TIMESPEC_TEXT_BUFSIZE)) {
358 #undef end_outstr macro
H A Ddesc.c371 #define end_outstr (outstr + sizeof(outstr)) macro
400 if (outptr < end_outstr - (sizeof(", except [") + sizeof(int)*3 + 2)) {
423 if (outptr < end_outstr - (10 + TIMEVAL_TEXT_BUFSIZE)) {
431 #undef end_outstr macro

Completed in 118 milliseconds