Lines Matching refs:ABISTREAM

61 	(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);
149 (void) fprintf(ABISTREAM, "???");
150 (void) fflush(ABISTREAM);
155 (void) fprintf(ABISTREAM, "...\n");
156 (void) fflush(ABISTREAM);
168 (void) fprintf(ABISTREAM, "'%c'", *(char *)addr);
169 (void) fflush(ABISTREAM);
175 (void) fprintf(ABISTREAM, "%#x", *(uint8_t *)addr);
178 (void) fprintf(ABISTREAM, "%#x", *(uint16_t *)addr);
181 (void) fprintf(ABISTREAM, "%#x", *(uint32_t *)addr);
184 (void) fprintf(ABISTREAM, "%#llx",
188 (void) fflush(ABISTREAM);
208 (void) fprintf(ABISTREAM, "%+.7e", u.f);
211 (void) fprintf(ABISTREAM, "%+.7e", u.d);
214 (void) fprintf(ABISTREAM,
218 (void) fflush(ABISTREAM);
243 (void) fprintf(ABISTREAM, "'%c'", *(char *)addr);
244 (void) fflush(ABISTREAM);
253 (void) fprintf(ABISTREAM, "0x%p", (void *)addr);
254 (void) fflush(ABISTREAM);
261 (void) fprintf(ABISTREAM, "{");
273 (void) fprintf(ABISTREAM, "%s", ename);
275 (void) fprintf(ABISTREAM, "%d", value);
276 (void) fflush(ABISTREAM);
283 (void) fprintf(ABISTREAM, "; ");
308 (void) fprintf(ABISTREAM, "%*s}\n",
319 (void) fprintf(ABISTREAM, "%*s", (depth + pap->pa_nest) * 4, "");
321 (void) fprintf(ABISTREAM, "\t%s: ", name);
322 (void) fprintf(ABISTREAM, "(%s) ", type);
325 (void) fprintf(ABISTREAM, "\n");
327 (void) fflush(ABISTREAM);