Home
last modified time | relevance | path

Searched refs:stringp (Results 1 – 2 of 2) sorted by relevance

/linux/scripts/mod/
H A Dmodpost.h220 char *get_line(char **stringp);
H A Dmodpost.c141 char *get_line(char **stringp) in get_line() argument
143 char *orig = *stringp, *next; in get_line()
154 *stringp = next; in get_line()