Searched refs:fp_hist_g (Results 1 – 1 of 1) sorted by relevance
63 FILE *fp_hist_g; member414 if (cfg->fp_hist_g) { in vdpp_test()415 if (global_hist_size > fwrite(phist_g, 1, global_hist_size, cfg->fp_hist_g)) { in vdpp_test()546 cfg.fp_hist_g = fopen(cfg.hist_g_url, "w+b"); in main()670 if (cfg.fp_hist_g) { in main()671 fclose(cfg.fp_hist_g); in main()672 cfg.fp_hist_g = NULL; in main()