Home
last modified time | relevance | path

Searched refs:stdout (Results 1 – 25 of 173) sorted by relevance

1234567

/plan9/sys/src/cmd/postscript/postprint/
H A Dpostprint.c123 FILE *fp_out = stdout; /* and write stuff here */
213 fprintf(stdout, "%s", CONFORMING); in header()
214 fprintf(stdout, "%s %s\n", VERSION, PROGRAMVERSION); in header()
215 fprintf(stdout, "%s %s\n", DOCUMENTFONTS, ATEND); in header()
216 fprintf(stdout, "%s %s\n", PAGES, ATEND); in header()
217 fprintf(stdout, "%s", ENDCOMMENTS); in header()
225 fprintf(stdout, "%s", ENDPROLOG); in header()
226 fprintf(stdout, "%s", BEGINSETUP); in header()
227 fprintf(stdout, "mark\n"); in header()
254 fprintf(stdout, "/aspectratio %s def\n", optarg); in options()
[all …]
/plan9/sys/src/cmd/postscript/postdmd/
H A Dpostdmd.c136 FILE *fp_out = stdout; /* and write stuff here */
227 fprintf(stdout, "%s", CONFORMING); in header()
228 fprintf(stdout, "%s %s\n", VERSION, PROGRAMVERSION); in header()
229 fprintf(stdout, "%s %s\n", DOCUMENTFONTS, ATEND); in header()
230 fprintf(stdout, "%s %s\n", PAGES, ATEND); in header()
231 fprintf(stdout, "%s", ENDCOMMENTS); in header()
236 fprintf(stdout, "%s", ENDPROLOG); in header()
237 fprintf(stdout, "%s", BEGINSETUP); in header()
238 fprintf(stdout, "mark\n"); in header()
261 fprintf(stdout, "/aspectratio %s def\n", optarg); in options()
[all …]
/plan9/sys/src/cmd/postscript/postdaisy/
H A DOpostdaisy.c138 FILE *fp_out = stdout; /* and write stuff here */
230 fprintf(stdout, "%s", CONFORMING); in header()
231 fprintf(stdout, "%s %s\n", VERSION, PROGRAMVERSION); in header()
232 fprintf(stdout, "%s %s\n", DOCUMENTFONTS, ATEND); in header()
233 fprintf(stdout, "%s %s\n", PAGES, ATEND); in header()
234 fprintf(stdout, "%s", ENDCOMMENTS); in header()
242 fprintf(stdout, "%s", ENDPROLOG); in header()
243 fprintf(stdout, "%s", BEGINSETUP); in header()
244 fprintf(stdout, "mark\n"); in header()
271 fprintf(stdout, "/aspectratio %s def\n", optarg); in options()
[all …]
H A Dpostdaisy.c142 FILE *fp_out = stdout; /* and write stuff here */
232 fprintf(stdout, "%s", CONFORMING); in header()
233 fprintf(stdout, "%s %s\n", VERSION, PROGRAMVERSION); in header()
234 fprintf(stdout, "%s %s\n", DOCUMENTFONTS, ATEND); in header()
235 fprintf(stdout, "%s %s\n", PAGES, ATEND); in header()
236 fprintf(stdout, "%s", ENDCOMMENTS); in header()
244 fprintf(stdout, "%s", ENDPROLOG); in header()
245 fprintf(stdout, "%s", BEGINSETUP); in header()
246 fprintf(stdout, "mark\n"); in header()
273 fprintf(stdout, "/aspectratio %s def\n", optarg); in options()
[all …]
/plan9/sys/src/cmd/gs/src/
H A Ddpmain.c86 fputs(str, stdout); in gs_addmess()
87 fflush(stdout); in gs_addmess()
140 fprintf(stdout, "Couldn't get pid, rc = \n", rc); in gs_load_dll()
146 fprintf(stdout, "Couldn't get module name, rc = %d\n", rc); in gs_load_dll()
303 fwrite(str, 1, len, stdout); in gsdll_stdout()
304 fflush(stdout); in gsdll_stdout()
379 fprintf(stdout, "run_gspmdrv: starting\n"); in run_gspmdrv()
386 fprintf(stdout, "run_gspmdrv: failed to create termination queue\n"); in run_gspmdrv()
391 fprintf(stdout, "run_gspmdrv: Couldn't get module handle, rc = %d\n", in run_gspmdrv()
397 fprintf(stdout, "run_gspmdrv: Couldn't get module name, rc = %d\n", in run_gspmdrv()
[all …]
H A Ddwmainc.c64 fwrite(str, 1, len, stdout); in gsdll_stdout()
65 fflush(stdout); in gsdll_stdout()
145 fprintf(stdout, "display_open(0x%x, 0x%x)\n", handle, device); in display_open()
158 fprintf(stdout, "display_preclose(0x%x, 0x%x)\n", handle, device); in display_preclose()
172 fprintf(stdout, "display_close(0x%x, 0x%x)\n", handle, device); in display_close()
191 fprintf(stdout, "display_presize(0x%x 0x%x, %d, %d, %d, %d, %ld)\n", in display_presize()
207 fprintf(stdout, "display_size(0x%x 0x%x, %d, %d, %d, %d, %ld, 0x%x)\n", in display_size()
224 fprintf(stdout, "display_sync(0x%x, 0x%x)\n", handle, device); in display_sync()
238 fprintf(stdout, "display_page(0x%x, 0x%x, copies=%d, flush=%d)\n", in display_page()
268 fprintf(stdout, "display_memalloc(0x%x 0x%x %d)\n", in display_memalloc()
[all …]
H A Dgs.c58 fprintf(stdout, "{%s} =>\n", *pstr); in main()
59 fflush(stdout); in main()
63 fprintf(stdout, " => code = %d\n", code); in main()
64 fflush(stdout); in main()
H A Dgserver.c137 fprintf(stdout, "init: code %d\n", code);
142 fprintf(stdout, "print: code %d\n", code);
147 fprintf(stdout, "golfer: code %d\n", code);
154 fprintf(stdout, "0 div: code %d object %s\n", code, errstr);
159 fprintf(stdout, "undef: code %d object %s\n", code, errstr);
161 fprintf(stdout, "end: code %d\n", code);
162 fflush(stdout);
/plan9/sys/src/cmd/postscript/posttek/
H A Dposttek.c148 FILE *fp_out = stdout; /* and write stuff here */
239 fprintf(stdout, "%s", CONFORMING); in header()
240 fprintf(stdout, "%s %s\n", VERSION, PROGRAMVERSION); in header()
241 fprintf(stdout, "%s %s\n", DOCUMENTFONTS, ATEND); in header()
242 fprintf(stdout, "%s %s\n", PAGES, ATEND); in header()
243 fprintf(stdout, "%s", ENDCOMMENTS); in header()
248 fprintf(stdout, "%s", ENDPROLOG); in header()
249 fprintf(stdout, "%s", BEGINSETUP); in header()
250 fprintf(stdout, "mark\n"); in header()
273 fprintf(stdout, "/aspectratio %s def\n", optarg); in options()
[all …]
/plan9/sys/src/cmd/aux/
H A Dms2.c22 Biobuf stdout; variable
67 Binit(&stdout, 1, OWRITE); in main()
81 Bprint(&stdout, "S9030000FC\n"); in main()
82 Bterm(&stdout); in main()
109 Bprint(&stdout, "S9030000FC\n"); in main()
112 Bprint(&stdout, "S705000000FA\n"); in main()
117 Bterm(&stdout); in main()
166 Bprint(&stdout, "S1%.2lX%.4lluX", l+3, addr); in record()
172 Bprint(&stdout, "S2%.2lX%.6lluX", l+4, addr); in record()
179 Bprint(&stdout, "S3%.2lX%.8lluX", l+5, addr); in record()
[all …]
/plan9/sys/src/cmd/postscript/postmd/
H A Dpostmd.c208 FILE *fp_out = stdout; /* and write stuff here */
301 fprintf(stdout, "%s", CONFORMING); in header()
302 fprintf(stdout, "%s %s\n", VERSION, PROGRAMVERSION); in header()
303 fprintf(stdout, "%s %s\n", DOCUMENTFONTS, ATEND); in header()
304 fprintf(stdout, "%s %s\n", PAGES, ATEND); in header()
305 fprintf(stdout, "%s", ENDCOMMENTS); in header()
310 fprintf(stdout, "%s", ENDPROLOG); in header()
311 fprintf(stdout, "%s", BEGINSETUP); in header()
312 fprintf(stdout, "mark\n"); in header()
335 fprintf(stdout, "/aspectratio %s def\n", optarg); in options()
[all …]
/plan9/sys/src/cmd/db/
H A Doutput.c14 Biobuf stdout; variable
93 Bterm(&stdout); in oclose()
94 Binit(&stdout, 1, OWRITE); in oclose()
111 Bterm(&stdout); in redirout()
112 Binit(&stdout, fd, OWRITE); in redirout()
126 Bflush(&stdout); in flush()
144 Bwrite(&stdout, buf, n); in dprint()
158 Binit(&stdout, 1, OWRITE); in outputinit()
/plan9/sys/src/cmd/postscript/postbgi/
H A Dpostbgi.c311 fprintf(stdout, "%s", CONFORMING); in header()
312 fprintf(stdout, "%s %s\n", VERSION, PROGRAMVERSION); in header()
313 fprintf(stdout, "%s %s\n", DOCUMENTFONTS, ATEND); in header()
314 fprintf(stdout, "%s %s\n", PAGES, ATEND); in header()
315 fprintf(stdout, "%s", ENDCOMMENTS); in header()
320 fprintf(stdout, "%s", ENDPROLOG); in header()
321 fprintf(stdout, "%s", BEGINSETUP); in header()
322 fprintf(stdout, "mark\n"); in header()
343 fprintf(stdout, "/aspectratio %s def\n", optarg); in options()
348 fprintf(stdout, "/#copies %s def\n", optarg); in options()
[all …]
/plan9/sys/src/cmd/diff/
H A Ddiffio.c220 Bprint(&stdout, "%d", a > b ? b: a); in range()
222 Bprint(&stdout, "%s%d", separator, b); in range()
244 Bprint(&stdout, "%s%s\n", s, buf); in fetch()
279 Bprint(&stdout, "diff %s%s %s\n", buf, file1, file2); in change()
286 Bputc(&stdout, verb); in change()
290 Bputc(&stdout, verb); in change()
294 Bprint(&stdout, "%s:", file1); in change()
296 Bprint(&stdout, " %c ", verb); in change()
297 Bprint(&stdout, "%s:", file2); in change()
301 Bputc(&stdout, verb); in change()
[all …]
/plan9/sys/src/ape/cmd/sed/
H A Dsed1.c8 #define Read(f, buf, n) (fflush(stdout), read(f, buf, n))
124 putc(*p1, stdout); in execute()
125 putc('\n', stdout); in execute()
422 putc(*p1++, stdout); in command()
423 putc('\n', stdout); in command()
446 fprintf(stdout, "%ld\n", lnum); in command()
485 putc(*p1++, stdout); in command()
486 putc('\n', stdout); in command()
500 fprintf(stdout, "%s\\\n", genbuf); in command()
507 fprintf(stdout, "%s\n", genbuf); in command()
[all …]
/plan9/sys/src/cmd/aux/vga/
H A Dt2r4.c279 Bprint(&stdout, "\n"); in dump()
280 Bprint(&stdout, "%s ioreg\t\t%8.8luX\n", ctlr->name, t2r4->io); in dump()
281 Bprint(&stdout, "%s rbase_g\t%8.8luX\n", ctlr->name, t2r4->ioreg[0]); in dump()
282 Bprint(&stdout, "%s rbase_w\t%8.8luX\n", ctlr->name, t2r4->ioreg[1]); in dump()
283 Bprint(&stdout, "%s rbase_d\t%8.8luX\n", ctlr->name, t2r4->ioreg[2]); in dump()
284 Bprint(&stdout, "%s rbase_i\t%8.8luX\n", ctlr->name, t2r4->ioreg[4]); in dump()
285 Bprint(&stdout, "%s rbase_e\t%8.8luX\n", ctlr->name, t2r4->ioreg[5]); in dump()
286 Bprint(&stdout, "%s id\t\t\t%8.8luX\n", ctlr->name, t2r4->ioreg[6]); in dump()
287 Bprint(&stdout, "%s config1\t\t%8.8luX\n", ctlr->name, t2r4->ioreg[7]); in dump()
288 Bprint(&stdout, "%s config2\t\t%8.8luX\n", ctlr->name, t2r4->ioreg[8]); in dump()
[all …]
H A Dio.c268 Bprint(&stdout, "0x%luX", offset+i); in dumpbios()
270 Bprint(&stdout, " %2.2uX", buf[i+n]); in dumpbios()
271 Bprint(&stdout, " "); in dumpbios()
276 Bprint(&stdout, "%c", c); in dumpbios()
278 Bprint(&stdout, "\n"); in dumpbios()
301 Bprint(&stdout, "\n"); in printitem()
306 n = Bprint(&stdout, "%s ", ctlr); in printitem()
307 Bprint(&stdout, "%-*s", 20-n, item); in printitem()
317 Bprint(&stdout, "\n"); in printreg()
322 Bprint(&stdout, " -"); in printreg()
[all …]
H A Dmach64xx.c1177 Bprint(&stdout, "%s pixel clock = %ud\n", ctlr->name, clock); in pixelclock()
1193 Bprint(&stdout, "%s pci %p io %lux %s\n", ctlr->name, in dump()
1196 Bprint(&stdout, "%s ccru %ux\n", ctlr->name, mp->pci->ccru); in dump()
1198 Bprint(&stdout, "%s %-*s%.8luX\n", in dump()
1204 Bprint(&stdout, "\n"); in dump()
1214 Bprint(&stdout, "%s %-*s%.8luX\n", in dump()
1252 Bprint(&stdout, "unknown VCLK%d\n", i); in dump()
1255 Bprint(&stdout, "%s VCLK%d\t%ud\n", ctlr->name, i, (int)f); in dump()
1294 Bprint(&stdout, "no ATI bios found\n"); in dumpmach64bios()
1301 Bprint(&stdout, "couldn't find ATI rom table\n"); in dumpmach64bios()
[all …]
H A Derror.c23 Bprint(&stdout, "%s", buf+n); in error()
24 Bflush(&stdout); in error()
38 Bprint(&stdout, "\n"); in trace()
43 Bprint(&stdout, "%s", buf); in trace()
H A Dnvidia.c1161 Bprint(&stdout, " %d %d - %d %d\n", f, m, n, p); in dump()
1163 Bprint(&stdout, " %d Hz\n", nv->crystalfreq); in dump()
1165 Bprint(&stdout, " %d\n", nv->arch); in dump()
1167 Bprint(&stdout, " %.4ux\n", nv->did); in dump()
1169 Bprint(&stdout, " %ux\n", nv->repaint0); in dump()
1171 Bprint(&stdout, " %ux\n", nv->repaint1); in dump()
1173 Bprint(&stdout, " %ux\n", nv->screen); in dump()
1175 Bprint(&stdout, " %ux\n", nv->pixel); in dump()
1177 Bprint(&stdout, " %ux\n", nv->horiz); in dump()
1179 Bprint(&stdout, " %ux\n", nv->cursor0); in dump()
[all …]
H A Det4000.c259 Bprint(&stdout, "%6ud", x); in dump()
264 Bprint(&stdout, "%6ud", shb); in dump()
271 Bprint(&stdout, "%6ud", x); in dump()
276 Bprint(&stdout, "%6ud", x); in dump()
288 Bprint(&stdout, "%6ud", x); in dump()
299 Bprint(&stdout, "%6ud", vrs); in dump()
304 Bprint(&stdout, "%6ud", x); in dump()
316 Bprint(&stdout, "%6ud", x); in dump()
325 Bprint(&stdout, "%9ud", x); in dump()
330 Bprint(&stdout, "%8ud\n", x); in dump()
/plan9/sys/src/cmd/postscript/postgif/
H A Dpostgif.c52 FILE *fp_out = stdout;
467 if ( fp_out == stdout ) printed++; in writeendscr()
480 fp_out = stdout;
573 fprintf(stdout, "%s", CONFORMING); in header()
574 fprintf(stdout, "%s %s\n", VERSION, PROGRAMVERSION); in header()
575 fprintf(stdout, "%s %s\n", BOUNDINGBOX, ATEND); in header()
576 fprintf(stdout, "%s %s\n", PAGES, ATEND); in header()
577 fprintf(stdout, "%s", ENDCOMMENTS); in header()
582 fprintf(stdout, "%s", ENDPROLOG); in header()
583 fprintf(stdout, "%s", BEGINSETUP); in header()
[all …]
/plan9/sys/src/cmd/bzip2/
H A Dbunzip2.c11 static int bunzipf(char *file, int stdout);
24 int i, ok, stdout; in main() local
26 stdout = 0; in main()
32 stdout++; in main()
48 ok &= bunzipf(argv[i], stdout); in main()
55 bunzipf(char *file, int stdout) in bunzipf() argument
78 if(stdout){ in bunzipf()
119 if(!stdout && ofd >= 0) in bunzipf()
H A Dbzip2.c25 int i, ok, stdout; in main() local
28 stdout = 0; in main()
37 stdout++; in main()
55 ok &= bzipf(argv[i], stdout); in main()
61 bzipf(char *file, int stdout) in bzipf() argument
85 if(stdout){ in bzipf()
116 if(!stdout) in bzipf()
/plan9/sys/src/cmd/aux/antiword/
H A Dmain_u.c288 setmode(fileno(stdout), O_BINARY); in main()
293 fprintf(stdout, in main()
299 fprintf(stdout, "<set>\n"); in main()
306 fprintf(stdout, "::::::::::::::\n"); in main()
307 fprintf(stdout, "%s\n", szWordfile); in main()
308 fprintf(stdout, "::::::::::::::\n"); in main()
316 fprintf(stdout, "</set>\n"); in main()

1234567