Lines Matching refs:fprintf
71 (void)fprintf(stderr, "usage: %s [-1s] [-n count] [-o filename]\n",
144 fprintf(fp, "= { /* %s */\n", p); /* } */
165 fprintf(fp, "\t0x%s,\n", p);
166 fprintf(fp, "\t0x%s,\n", &p[9]);
167 fprintf(fp, "\t0x%s,\n", &p[14]);
168 fprintf(fp, "\t0x%c%c,\n", p[19], p[20]);
169 fprintf(fp, "\t0x%c%c,\n", p[21], p[22]);
170 fprintf(fp, "\t{ 0x%c%c, 0x%c%c, 0x%c%c, 0x%c%c, "
175 /* { */ fprintf(fp, "};\n");
177 fprintf(fp, "%s\n", p);