Searched refs:get_next_line (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/scripts/mod/
H A Dmodpost.h182 char* get_next_line(unsigned long *pos, void *file, unsigned long size);
H A Dsumversion.c341 while ((line = get_next_line(&pos, file, flen)) != NULL) { parse_source_files()
H A Dmodpost.c371 char *get_next_line(unsigned long *pos, void *file, unsigned long size) get_next_line() function
2289 while ((line = get_next_line(&pos, file, size))) { read_dump()

Completed in 69 milliseconds