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

/external/strace/
H A Dpoll.c77 #define end_outstr (outstr + sizeof(outstr)) macro
120 end_outstr - (2 + 2 * sizeof(long) + sizeof(", ], ..."))) {
137 if (outptr + sizeof(", left ") + strlen(str) < end_outstr) {
150 #undef end_outstr macro
H A Ddesc.c130 #define end_outstr (outstr + sizeof(outstr)) macro
157 if (outptr < end_outstr - (sizeof(", except [") + sizeof(int)*3 + 2)) {
181 if (outptr + sizeof("left ") + strlen(sep) + strlen(str) < end_outstr) {
188 #undef end_outstr macro

Completed in 213 milliseconds