Home | History | Annotate | Download | only in src

Lines Matching refs:lenp

176  * If successful, *lenp contains the new length. Note: cursor should be
180 x_do_comment(char *buf, ssize_t bsize, ssize_t *lenp)
182 ssize_t i, j, len = *lenp;
197 *lenp = j;
215 *lenp += n;