Lines Matching defs:stream
16 int fwk_io_null_open(const struct fwk_io_stream *stream) in fwk_io_null_open()
21 int fwk_io_null_getch(const struct fwk_io_stream *stream, char *ch) in fwk_io_null_getch()
26 int fwk_io_null_putch(const struct fwk_io_stream *stream, char ch) in fwk_io_null_putch()
31 int fwk_io_null_close(const struct fwk_io_stream *stream) in fwk_io_null_close()
109 struct fwk_io_stream *restrict stream, in fwk_io_open()
159 int fwk_io_getch(const struct fwk_io_stream *stream, char *ch) in fwk_io_getch()
194 int fwk_io_putch(const struct fwk_io_stream *stream, char ch) in fwk_io_putch()
222 const struct fwk_io_stream *restrict stream, in fwk_io_read()
254 const struct fwk_io_stream *restrict stream, in fwk_io_write()
285 int fwk_io_close(struct fwk_io_stream *stream) in fwk_io_close()
317 const struct fwk_io_stream *restrict stream, in fwk_io_puts()
328 const struct fwk_io_stream *restrict stream, in fwk_io_vprintf()
369 const struct fwk_io_stream *restrict stream, in fwk_io_printf()