Lines Matching refs:line
207 char *line = NULL;
210 while ((len = getline (&line, &linesz, f)) > 0)
212 if (line[len - 1] == '\n')
213 line[len - 1] = '\0';
219 if (sscanf (line, "%" PRIx64 "-%" PRIx64 " %*s %" PRIx64
224 free (line);
236 free (line);
247 char *file = line + nread + strspn (line + nread, " \t");
249 /* This line doesn't indicate a file mapping. */
276 free (line);