Home | History | Annotate | Download | only in src

Lines Matching full:lenp

187  * If successful, *lenp contains the new length. Note: cursor should be
191 x_do_comment(char *buf, ssize_t bsize, ssize_t *lenp)
193 ssize_t i, j, len = *lenp;
208 *lenp = j;
226 *lenp += n;