Home | History | Annotate | Download | only in libdwfl

Lines Matching defs:line

151   char *line = NULL;
154 while ((len = getline (&line, &linesz, f)) > 0)
156 if (line[len - 1] == '\n')
157 line[len - 1] = '\0';
163 if (sscanf (line, "%" PRIx64 "-%" PRIx64 " %*s %" PRIx64
168 free (line);
179 free (line);
191 char *file = line + nread + strspn (line + nread, " \t");
193 /* This line doesn't indicate a file mapping. */
216 free (line);