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

  /external/strace/
poll.c 77 #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
desc.c 130 #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 129 milliseconds