Home
last modified time | relevance | path

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

/Linux-v5.10/scripts/mod/
Dmodpost.h194 char *get_line(char **stringp);
Dmodpost.c139 char *get_line(char **stringp) in get_line() argument
141 char *orig = *stringp, *next; in get_line()
152 *stringp = next; in get_line()