Lines Matching refs:out
530 dt_header_provider(dtrace_hdl_t *dtp, dt_provider_t *pvp, FILE *out)
548 info.dthi_out = out;
557 if (fprintf(out, "#if _DTRACE_VERSION\n\n") < 0)
562 if (fprintf(out, "\n\n") < 0)
567 if (fprintf(out, "\n#else\n\n") < 0)
575 if (fprintf(out, "\n#endif\n\n") < 0)
582 dtrace_program_header(dtrace_hdl_t *dtp, FILE *out, const char *fname)
593 if (fprintf(out, "#ifndef\t_%s\n#define\t_%s\n\n",
598 if (fprintf(out, "#include <unistd.h>\n\n") < 0)
601 if (fprintf(out, "#ifdef\t__cplusplus\nextern \"C\" {\n#endif\n\n") < 0)
606 if (dt_header_provider(dtp, pvp, out) != 0)
610 if (fprintf(out, "\n#ifdef\t__cplusplus\n}\n#endif\n") < 0)
613 if (fname != NULL && fprintf(out, "\n#endif\t/* _%s */\n", mfname) < 0)