Home
last modified time | relevance | path

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

/external/strace/
Dpoll.c109 #define end_outstr (outstr + sizeof(outstr)) in decode_poll_exiting() macro
158 >= end_outstr - sizeof(", ...], ...")) { in decode_poll_exiting()
174 if (outptr + sizeof(", left ") + strlen(str) < end_outstr) { in decode_poll_exiting()
187 #undef end_outstr in decode_poll_exiting()
Ddesc.c137 #define end_outstr (outstr + sizeof(outstr)) in decode_select() macro
164 if (outptr < end_outstr - (sizeof(", except [") + sizeof(int)*3 + 2)) { in decode_select()
188 if (outptr + sizeof("left ") + strlen(sep) + strlen(str) < end_outstr) { in decode_select()
195 #undef end_outstr in decode_select()