Lines Matching defs:out
59 out that there is no warranty for Ghostscript. If Ghostscript is
141 yet worked out a simple rule that can be stated here, but we will often
168 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE
323 { FILE *in, *out;
355 out = stdout;
358 out = fopen(argv[2], "w");
359 if ( out == NULL )
369 fprintf(out, "#line 1 \"%s\"\n", argv[1]);
378 convert1(buf, out, 1, convert_varargs);
391 convert1(buf, out, 0, convert_varargs);
392 fputs(more, out);
402 fputs(buf, out);
413 wl: fputs(buf, out);
419 fputs(buf, out);
421 fclose(out);
528 convert1(buf, out, header, convert_varargs)
530 FILE *out;
551 fputs(buf, out);
660 /* Put out the function name and left parenthesis. */
662 while ( p != endfn ) putc(*p, out), p++;
663 /* Put out the declaration. */
665 { fputs(");", out);
668 putc(*p, out);
674 putc(*p, out), p++;
676 fputs(", ", out);
678 fputs(") ", out);
679 /* Put out the argument declarations */
684 fputs(breaks[0], out); /* any prior args */
685 fputs("va_dcl", out); /* the final arg */
686 fputs(bp[0], out);
689 fputs(breaks[0], out);