Lines Matching defs:buf
87 char buf[1024];
141 str = dumpCpuInfo(buf, cv);
144 fprintf(stdout, "%s\n", buf);
176 static char buf[1024];
181 sprintf(buf, "Unable to open file %s", fname);
182 perror(buf);
191 dumpCpuInfo(buf, v);
197 strcat(buf, "\n");
199 sprintf(buf + strlen(buf), "%22s:\t%2.1f\n", "T control Core 0 [C]",
201 sprintf(buf + strlen(buf), "%22s:\t%2.1f\n", "T control Core 1 [C]",
204 sprintf(buf + strlen(buf), "%22s:\t%2.1f\n", "T control [C]",
209 fprintf(stdout, "%s\n", buf);
212 sprintf(buf, "Unable to close file %s", fname);
213 perror(buf);