Home
last modified time | relevance | path

Searched refs:header_fp (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/init/
Dbootchartd.c271 FILE *header_fp = xfopen_for_write("header"); in finalize() local
277 fprintf(header_fp, "profile.process = %s\n", prog); in finalize()
279 fputs("version = "BC_VERSION_STR"\n", header_fp); in finalize()
293 fprintf(header_fp, "title = Boot chart for %s (%s)\n", hostname, date_buf); in finalize()
299 fprintf(header_fp, "system.uname = %s %s %s %s\n", in finalize()
311 fprintf(header_fp, "system.kernel.options = %s", kcmdline); in finalize()
315 fclose(header_fp); in finalize()