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

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

Completed in 90 milliseconds