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

/macosx-10.10/man-16/man/src/
H A Dmakemsg.c41 FILE *fin, *foh, *foc; local
59 outhfile = 0; foh = 0; /* just to keep gcc happy */
93 foh = fopen (outhfile, "w");
94 if (!foh) {
133 fprintf (foh, "#define %s %d\n", t, ++defct);
163 fprintf (foh, "\n#define MAXMSG %d\n", defct);
167 fclose (foh);

Completed in 61 milliseconds