Lines Matching full:buf_size
483 size_t buf_size)
485 unsigned the_end_length = buf_size > 4 ? 4 : buf_size;
486 char *ptr = &buffer[buf_size - the_end_length];
489 if (!buffer || !buf_size)
491 rc = snprintf(buffer, buf_size, "REGEX back-end error: ");
500 if (pos >= buf_size)
505 rc = snprintf(buffer + pos, buf_size - pos, "At offset %zu: ",
508 rc = snprintf(buffer + pos, buf_size - pos, "At offset %d: ",
515 if (pos >= buf_size)
521 buf_size - pos);
525 rc = snprintf(buffer + pos, buf_size - pos, "%s",