Searched refs:ABISTREAM (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/abi/apptrace/common/
H A Dapptraceutil.c61 (void) fprintf(ABISTREAM, "0x%p", (void *)value);
71 (void) fprintf(ABISTREAM,
74 (void) fprintf(ABISTREAM, " <NULL>");
75 (void) fflush(ABISTREAM);
82 (void) fprintf(ABISTREAM, " ");
90 (void) fprintf(ABISTREAM, "\t}");
91 (void) fflush(ABISTREAM);
95 (void) fflush(ABISTREAM);
135 (void) fprintf(ABISTREAM, "%llu", (unsigned long long)(value & mask));
136 (void) fflush(ABISTREAM);
[all...]
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...]
H A Dinterceptlib.c84 (void) fflush(ABISTREAM);

Completed in 23 milliseconds