Lines Matching defs:line
501 char *line;
511 if ((state->n = getline (&state->line, &state->linesz, state->f)) < 1 ||
512 state->line[state->n - 2] == ']')
514 *addr = strtoull (state->line, &state->p, 16);
519 return state->p != NULL && state->p != state->line;
560 free (state.line);
1012 char *line = NULL;
1016 address but always stop at the end of the line. */
1017 while (getline (&line, &linesz, f) > 0
1018 && sscanf (line, "%128s %lu %*s %*s %*s %" PRIx64 " %*s\n",
1031 free (line);