Searched refs:end_outstr (Results 1 – 2 of 2) sorted by relevance
109 #define end_outstr (outstr + sizeof(outstr)) in decode_poll_exiting() macro158 >= 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()
137 #define end_outstr (outstr + sizeof(outstr)) in decode_select() macro164 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()