Home | History | Annotate | Download | only in stdio

Lines Matching full:len

74 	size_t len;
94 *lenp = len = p - fp->_p;
96 fp->_r -= len;
111 for (len = fp->_r, off = 0;; len += fp->_r) {
119 if (__slbexpand(fp, len + OPTIMISTIC))
122 len - off);
123 off = len;
132 len += diff;
133 if (__slbexpand(fp, len))
141 *lenp = len;
143 fp->_lb._base[len] = '\0';