Home
last modified time | relevance | path

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

/external/strace/
Dpoll.c78 #define end_outstr (outstr + sizeof(outstr)) in decode_poll_exiting() macro
121 end_outstr - (2 + 2 * sizeof(long) + sizeof(", ], ..."))) { in decode_poll_exiting()
138 if (outptr + sizeof(", left ") + strlen(str) < end_outstr) { in decode_poll_exiting()
151 #undef end_outstr in decode_poll_exiting()
Ddesc.c131 #define end_outstr (outstr + sizeof(outstr)) in decode_select() macro
158 if (outptr < end_outstr - (sizeof(", except [") + sizeof(int)*3 + 2)) { in decode_select()
181 if (outptr + sizeof("left ") + strlen(sep) + strlen(str) < end_outstr) { in decode_select()
188 #undef end_outstr in decode_select()