Lines Matching refs:line
128 char *line;
133 line = strtok_r(file, "\n", &next);
134 while (line) {
135 addr_str = strtok_r(line, ":", &fmt);
143 line = strtok_r(NULL, "\n", &next);
153 char *line;
157 line = strtok_r(file, "\n", &next);
158 while (line) {
159 if (sscanf(line, "%d %16s", &pid, comm) == 2)
161 line = strtok_r(NULL, "\n", &next);