Home
last modified time | relevance | path

Searched refs:stream_input_buffer (Results 1 – 3 of 3) sorted by relevance

/NextBSD/usr.bin/dtc/
HDinput_buffer.hh302 struct stream_input_buffer : public input_buffer struct
311 stream_input_buffer();
HDinput_buffer.cc819 stream_input_buffer::stream_input_buffer() : input_buffer(0, 0) in stream_input_buffer() function in dtc::stream_input_buffer
HDfdt.cc1323 input_buffer *b = new stream_input_buffer(); in buffer_for_file()