Lines Matching refs:start
538 char *start;
563 // Use start to index after name tokens string for remainder of line info.
564 start = &line[15];
576 if (start[0] == 'r') {
577 str_cnt = sscanf(start, "%13s %10[^(] %*s %*s %d)",
593 else if (start[0] == 'P') {
594 str_cnt = sscanf(start, "%10s %*s %14s %*s %d)",
651 char *pci_top_str, *start, *found, *count;
683 start = pci_top_str;
684 while ((found = strsep(&start, "\n")) != NULL) {