Home
last modified time | relevance | path

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

/netbsd-src/external/lgpl3/gmp/dist/tune/
H A Dspeed.c874 char *plot_filename; in run_gnuplot() local
879 plot_filename = (char *) (*__gmp_allocate_func) in run_gnuplot()
884 sprintf (plot_filename, "%s.gnuplot", option_gnuplot_basename); in run_gnuplot()
887 fp = fopen_for_write (plot_filename); in run_gnuplot()
920 fclose_written (fp, plot_filename); in run_gnuplot()