Lines Matching defs:line
31 * @param line 0-terminated ASCII string
34 * Attempt to parse the string @line for map information
43 static int opd_add_ascii_map(struct opd_proc * proc, char const * line,
48 char const * cp = line;
59 if (sscanf(line, "%lx-%lx", &start, &end) != 2)
96 char * line;
120 line = op_get_line(fp);
121 if (!line)
124 opd_add_ascii_map(proc, line, image_name);
125 free(line);
168 char * line;
181 line = op_get_line(fp);
182 if (!line)
185 if (sscanf(line, "Tgid: %u", &tgid) == 1) {
186 free(line);
190 free(line);