Home
last modified time | relevance | path

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

/Linux-v6.6/scripts/mod/
Dmodpost.h167 char *get_line(char **stringp);
Dmodpost.c151 char *get_line(char **stringp) in get_line() argument
153 char *orig = *stringp, *next; in get_line()
164 *stringp = next; in get_line()