Lines Matching refs:ABISTREAM
84 FILE *ABISTREAM = stderr;
302 ABISTREAM = fp;
598 (void) fprintf(ABISTREAM, "%7u:", (unsigned int)getpid());
611 (void) fprintf(ABISTREAM, "-> %-8s -> %8s:%s %s(",
648 (void) fprintf(ABISTREAM, "%s%s = ", sep, buf);
654 (void) fprintf(ABISTREAM, "0x%p", (void *)argv[i]);
661 (void) fprintf(ABISTREAM, "%s...", sep);
663 (void) fprintf(ABISTREAM, "void");
666 (void) fprintf(ABISTREAM, ") ** ST\n");
668 (void) fprintf(ABISTREAM, ")\n");
674 (void) fprintf(ABISTREAM, "\targ%d = (%s) ", i, buf);
676 (void) fprintf(ABISTREAM, "\n");
680 (void) fprintf(ABISTREAM,
684 (void) fprintf(ABISTREAM,
690 (void) fflush(ABISTREAM);
695 (void) fprintf(ABISTREAM,
703 (void) fflush(ABISTREAM);
734 (void) fprintf(ABISTREAM, "%7u:", (unsigned int)getpid());
738 (void) fprintf(ABISTREAM, "<- %-8s -> %8s:%s()\n",
740 (void) fflush(ABISTREAM);
760 (void) fprintf(ABISTREAM, "\treturn = (%s) ", buf);
762 (void) fprintf(ABISTREAM, "\n");
763 (void) fprintf(ABISTREAM, "<- %-8s -> %8s:%s()",
765 (void) fprintf(ABISTREAM, " = 0x%p\n", (void *)retval);
768 (void) fprintf(ABISTREAM, "<- %-8s -> %8s:%s()",
770 (void) fprintf(ABISTREAM, " = 0x%p\n", (void *)retval);
773 (void) fflush(ABISTREAM);
780 (void) fprintf(ABISTREAM,
782 (void) fprintf(ABISTREAM, "<- %-8s -> %8s:%s()",
784 (void) fprintf(ABISTREAM, " = 0x%p\n", (void *)retval);
787 (void) fprintf(ABISTREAM, "<- %-8s -> %8s:%s()",
789 (void) fprintf(ABISTREAM, " = 0x%p\n", (void *)retval);
792 (void) fflush(ABISTREAM);