Lines Matching defs:bufcnt
50 if (unlikely (bufcnt == bufsize)) \
52 buf[bufcnt++] = (ch); \
66 if (unlikely (bufcnt + _len > bufsize)) \
68 memcpy (buf + bufcnt, _str, _len); \
69 bufcnt += _len; \
122 size_t bufcnt;
173 bufcnt = 0;
1335 bufcnt = 0;
1416 size_t start_idx = bufcnt;
1435 string_end_idx = bufcnt;
1455 string_end_idx = bufcnt;
1458 bufcnt = string_end_idx;
1462 string_end_idx = bufcnt;
1467 while (bufcnt - non_printing < (size_t) width)
1481 while (bufcnt - non_printing < start_idx + width)
1486 len = bufcnt;