Lines Matching defs:line
41 static int read_io_stats(const char *const line, struct io_stats *const stat)
43 return sscanf(line,
53 char *line, *buf_ptr;
60 line = strtok_r(buf, "\n", &buf_ptr);
61 while (line) {
62 const int convs = read_io_stats(line, &start);
72 line = strtok_r(NULL, "\n", &buf_ptr);
98 line = strtok_r(buf, "\n", &buf_ptr);
99 while (line) {
101 const int convs = read_io_stats(line, &end);
107 line = strtok_r(NULL, "\n", &buf_ptr);