Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dwindmc.c96 static const char *mcset_header_ext = ".h"; variable
977 mcset_header_ext = optarg; in main()
978 if (mcset_header_ext[0] != '.' && mcset_header_ext[0] != 0) in main()
980 char *hsz = xmalloc (strlen (mcset_header_ext) + 2); in main()
982 sprintf (hsz, ".%s", mcset_header_ext); in main()
983 mcset_header_ext = hsz; in main()
1146 h_fp = mc_create_path_text_file (mcset_header_dir, mcset_header_ext); in main()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dwindmc.c96 static const char *mcset_header_ext = ".h"; variable
977 mcset_header_ext = optarg; in main()
978 if (mcset_header_ext[0] != '.' && mcset_header_ext[0] != 0) in main()
980 char *hsz = xmalloc (strlen (mcset_header_ext) + 2); in main()
982 sprintf (hsz, ".%s", mcset_header_ext); in main()
983 mcset_header_ext = hsz; in main()
1146 h_fp = mc_create_path_text_file (mcset_header_dir, mcset_header_ext); in main()