linker_format.c | 24 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 49 } Out; 52 out_send(Out *o, const void *data, size_t len) 58 out_send_repeat(Out *o, char ch, int count) 76 out_vformat(Out *o, const char *format, va_list args); 82 Out out[1]; member in struct:__anon560 112 static Out* 118 bo->out->opaque = bo; 119 bo->out->send = buf_out_send 139 Out *out; local 183 Out out[1]; member in struct:__anon561 231 Out* out; local 633 Out* out; local 659 Out* out = buf_out_init(bo, buffer, sizeof buffer); local [all...] |