Searched refs:h_fp (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/binutils/binutils/
H A Dwindmc.c966 FILE *h_fp; local
1172 h_fp = mc_create_path_text_file (mcset_header_dir, mcset_header_ext);
1173 write_header (h_fp);
1174 fclose (h_fp);
1176 h_fp = mc_create_path_text_file (mcset_rc_dir, ".rc");
1177 write_rc (h_fp);
1178 fclose (h_fp);
1182 h_fp = mc_create_path_text_file (mcset_dbg_dir, ".dbg");
1183 write_dbg (h_fp);
1184 fclose (h_fp);
[all...]

Completed in 119 milliseconds