Lines Matching refs:linebuflen
104 * @linebuflen: total size of @linebuf, including space for terminating NUL
128 char *linebuf, size_t linebuflen, bool ascii)
150 if (!linebuflen)
160 ret = snprintf(linebuf + lx, linebuflen - lx,
163 if (ret >= linebuflen - lx)
171 ret = snprintf(linebuf + lx, linebuflen - lx,
174 if (ret >= linebuflen - lx)
182 ret = snprintf(linebuf + lx, linebuflen - lx,
185 if (ret >= linebuflen - lx)
191 if (linebuflen < lx + 2)
195 if (linebuflen < lx + 2)
198 if (linebuflen < lx + 2)
209 if (linebuflen < lx + 2)
214 if (linebuflen < lx + 2)