Lines Matching refs:line
18 char line[256], *fs, *mntpoint;
26 if (!fgets(line, 256, mounts))
28 fs = strtok(line, " \t");
592 char line[256];
596 if (!fgets(line, 256, inf))
598 if (strncmp(line, str, slen))
601 return strdup(line);
653 char line[1024];
682 while (fgets(line, 1024, fp)) {
683 if (strstr(line, "intel_rdt:"))
684 ksft_print_msg("dmesg: %s", line);
685 if (strstr(line, "resctrl:"))
686 ksft_print_msg("dmesg: %s", line);