HomeSort by relevance Sort by last modified time
    Searched refs:end_outstr (Results 1 - 2 of 2) sorted by null

  /external/strace/
stream.c 289 #define end_outstr (outstr + sizeof(outstr)) macro
317 if (outptr < end_outstr - 2)
327 if (outptr < end_outstr - 3)
331 if (outptr < end_outstr - 4)
335 if (outptr < end_outstr - (sizeof("{fd=%d, revents=") + sizeof(int)*3) + 1)
338 if (outptr < end_outstr - (strlen(flagstr) + 2)) {
346 if (outptr != outstr /* && outptr < end_outstr - 1 (always true)*/)
351 if (outptr < end_outstr - (10 + TIMESPEC_TEXT_BUFSIZE)) {
362 #undef end_outstr macro
desc.c 379 #define end_outstr (outstr + sizeof(outstr)) macro
408 if (outptr < end_outstr - (sizeof(", except [") + sizeof(int)*3 + 2)) {
431 if (outptr < end_outstr - (10 + TIMEVAL_TEXT_BUFSIZE)) {
439 #undef end_outstr macro

Completed in 412 milliseconds