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

/macosx-10.10/man-16/man/src/
H A Dmakemsg.c43 char *infile, *outcfile, *outhfile; local
52 if (!makecat) unlink (outhfile);\
59 outhfile = 0; foh = 0; /* just to keep gcc happy */
67 outhfile = argv[2];
80 s = rindex(outhfile, '.');
93 foh = fopen (outhfile, "w");
96 fprintf (stderr, "makemsg: cannot open output file %s\n", outhfile);

Completed in 50 milliseconds