Home
last modified time | relevance | path

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

/scripts/mod/
Dmodpost.h203 char *get_line(char **stringp);
Dmodpost.c136 char *get_line(char **stringp) in get_line() argument
138 char *orig = *stringp, *next; in get_line()
149 *stringp = next; in get_line()