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

/macosx-10.10/man-16/man/src/
H A Dmakemsg.c41 FILE *fin, *foh, *foc; local
100 foc = fopen (outcfile, "w");
101 if (!foc) {
108 fputs ("$quote \"\n$set 1\n", foc);
110 fputs ("char *msg[] = {\n \"\",\n", foc);
131 fprintf (foc, "%d ", ++defct); /* gencat cannot handle %2d */
134 fprintf (foc, "/* %2d */ ", defct);
149 fputs (s, foc);
154 fputs (s, foc);
156 fputs ("\n", foc);
[all...]

Completed in 40 milliseconds