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

/linux-master/scripts/kconfig/
H A Dconfdata.c300 static ssize_t getline_stripped(char **lineptr, size_t *n, FILE *stream) function
401 while (getline_stripped(&line, &line_asize, in) != -1) {

Completed in 108 milliseconds