Searched defs:ABISTREAM (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/head/
H A Dapptrace.h70 #define ABISTREAM __abi_outfile macro
71 #define ABIPUTS(x) (void) fputs((x), ABISTREAM)
/illumos-gate/usr/src/lib/abi/apptrace/common/
H A Dapptrace.c84 FILE *ABISTREAM = stderr; variable
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, ")\
[all...]

Completed in 66 milliseconds