Home
last modified time | relevance | path

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

/external/strace/
Dpoll.c79 #define end_outstr (outstr + sizeof(outstr)) in decode_poll_exiting() macro
122 end_outstr - (2 + 2 * sizeof(long) + sizeof(", ], ..."))) { in decode_poll_exiting()
139 if (outptr + sizeof(", left ") + strlen(str) < end_outstr) { in decode_poll_exiting()
152 #undef end_outstr in decode_poll_exiting()
Ddesc.c132 #define end_outstr (outstr + sizeof(outstr)) in decode_select() macro
159 if (outptr < end_outstr - (sizeof(", except [") + sizeof(int)*3 + 2)) { in decode_select()
186 if (outptr + sizeof("left ") + strlen(sep) + strlen(str) < end_outstr) { in decode_select()
194 #undef end_outstr in decode_select()