Searched defs:lenp (Results 1 - 2 of 2) sorted by relevance

/system/core/toolbox/grep/
H A Dfile.c139 grep_fgetln(struct file *f, size_t *lenp) argument
153 *lenp = 0;
164 *lenp = len;
193 *lenp = len;
197 *lenp = 0;
/system/core/sh/
H A Dvar.c793 * lenp is set to the number of charactets in 'name'
797 find_var(const char *name, struct var ***vppp, int *lenp) argument
809 if (lenp)
810 *lenp = len;

Completed in 44 milliseconds