Searched refs:outputter (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/usr.bin/etdump/
H A Detdump.h30 struct outputter { struct
40 extern struct outputter *output_text;
41 extern struct outputter *output_shell;
H A Detdump.c118 const char *filename, struct outputter *outputter)
129 if (outputter->output_section != NULL) {
130 outputter->output_section(outfile, filename, sh);
135 if (outputter->output_entry != NULL) {
144 outputter->output_entry(outfile, filename, entry,
154 struct outputter *outputter)
183 if (outputter->output_image != NULL)
184 outputter
117 dump_section(char *buffer, size_t bufsize, size_t offset, FILE *outfile, const char *filename, struct outputter *outputter) argument
153 dump_eltorito(FILE *iso, const char *filename, FILE *outfile, struct outputter *outputter) argument
226 struct outputter *outputter; local
[all...]
H A Doutput_shell.c61 static struct outputter _output_shell = {
67 struct outputter *output_shell = &_output_shell;
H A Doutput_text.c89 static struct outputter _output_text = {
95 struct outputter *output_text = &_output_text;

Completed in 71 milliseconds