Home
last modified time | relevance | path

Searched refs:output_shell (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.bin/etdump/
H A DMakefile10 SRCS= etdump.c output_shell.c output_text.c cd9660_conversion.c
H A Detdump.h41 extern struct outputter *output_shell;
H A Doutput_shell.c67 struct outputter *output_shell = &_output_shell; variable
H A Detdump.c241 outputter = output_shell; in main()