Home
last modified time | relevance | path

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

/busybox-1.35.0/util-linux/
Dscript.c59 FILE *timing_fp; in script_main() local
102 timing_fp = stderr; in script_main()
104 timing_fp = xfopen_for_write(str_t); in script_main()
177 fprintf(timing_fp, "%f %u\n", newtime - oldtime, count); in script_main()