Home | History | Annotate | Download | only in msgc

Lines Matching refs:fprintf

81 	(void)fprintf (f, "\"");
84 (void) fprintf (f, "\\n\"\n\""), str++;
86 (void) fprintf (f, "\\\""), str++;
88 (void) fprintf (f, "%c", *str++);
90 (void)fprintf (f, "\",");
113 (void) fprintf (stderr, "%s: name `%s` too long.\n",
126 (void) fprintf (stderr, "%s: could not open %s.\n",
134 (void) fprintf (stderr, "%s: could not open %s.\n",
140 (void) fprintf (out_file, "%s",
207 (void) fprintf (out_file, "#define MSG_NONE\tNULL\n");
209 (void) fprintf (out_file, "#define MSG_%s\t((msg)(long)%d)\n",
212 (void) fprintf (out_file, "\n#endif\n");
219 (void) fprintf (stderr, "%s: could not open %s.\n",
225 (void)fprintf (out_file, "#include \"%s\"\n", hname);
228 (void)fprintf (out_file, "const char *msg_list[] = {\nNULL,\n");
231 (void)fprintf (out_file, "NULL};\n");