Searched refs:h_fp (Results 1 – 1 of 1) sorted by relevance
939 FILE *h_fp; in main() local1146 h_fp = mc_create_path_text_file (mcset_header_dir, mcset_header_ext); in main()1147 write_header (h_fp); in main()1148 fclose (h_fp); in main()1150 h_fp = mc_create_path_text_file (mcset_rc_dir, ".rc"); in main()1151 write_rc (h_fp); in main()1152 fclose (h_fp); in main()1156 h_fp = mc_create_path_text_file (mcset_dbg_dir, ".dbg"); in main()1157 write_dbg (h_fp); in main()1158 fclose (h_fp); in main()