Lines Matching refs:line
130 char *line;
135 line = strtok_r(file, "\n", &next);
136 while (line) {
137 addr_str = strtok_r(line, ":", &fmt);
145 line = strtok_r(NULL, "\n", &next);
155 char *line;
159 line = strtok_r(file, "\n", &next);
160 while (line) {
161 if (sscanf(line, "%d %16s", &pid, comm) == 2)
163 line = strtok_r(NULL, "\n", &next);