HomeSort by relevance Sort by last modified time
    Searched refs:end_outstr (Results 1 - 2 of 2) sorted by null

  /external/strace/
desc.c 132 #define end_outstr (outstr + sizeof(outstr)) macro
159 if (outptr < end_outstr - (sizeof(", except [") + sizeof(int)*3 + 2)) {
186 if (outptr + sizeof("left ") + strlen(sep) + strlen(str) < end_outstr) {
194 #undef end_outstr macro
poll.c 79 #define end_outstr (outstr + sizeof(outstr)) macro
122 end_outstr - (2 + 2 * sizeof(long) + sizeof(", ], ..."))) {
139 if (outptr + sizeof(", left ") + strlen(str) < end_outstr) {
152 #undef end_outstr macro

Completed in 67 milliseconds