HelenOS sources
flush 70 uspace/lib/c/generic/io/io.c .flush = stdio_kio_flush
flush 77 uspace/lib/c/generic/io/io.c .flush = stdio_vfs_flush
flush 966 uspace/lib/c/generic/io/io.c if (stream->ops->flush(stream) == EOF)
flush 55 uspace/lib/c/generic/private/stdio.h int (*flush)(FILE *stream);
flush 50 uspace/lib/c/generic/stdio/sstream.c .flush = stdio_str_flush
flush 85 uspace/lib/cpp/include/__bits/io/istream.hpp is.tie()->flush();
flush 78 uspace/lib/cpp/include/__bits/io/ostream.hpp os.tie()->flush();
flush 786 uspace/lib/cpp/include/__bits/io/ostream.hpp os.flush();
flush 802 uspace/lib/cpp/include/__bits/io/ostream.hpp os.flush();
flush 62 uspace/lib/cpp/src/iostream.cpp cout.flush();
flush 198 uspace/lib/output/src/chargrid.c sysarg_t flush = 1;
flush 201 uspace/lib/output/src/chargrid.c flush += chargrid_putuchar(scrbuf, ' ', true) - 1;
flush 203 uspace/lib/output/src/chargrid.c return flush;
flush 78 uspace/lib/vt/include/vt/vt100.h void (*flush)(void *);
flush 369 uspace/lib/vt/src/vt100.c vt->cb->flush(vt->arg);
flush 58 uspace/srv/hid/output/ctl/serial.c .flush = serial_vt_flush
flush 137 uspace/srv/hid/output/ctl/serial.c .flush = serial_flush
flush 233 uspace/srv/hid/output/output.c dev->ops.flush(dev);
flush 359 uspace/srv/hid/output/output.c dev->ops.flush(dev);
flush 398 uspace/srv/hid/output/output.c dev->ops.flush(dev);
flush 60 uspace/srv/hid/output/output.h void (*flush)(struct outdev *dev);
flush 246 uspace/srv/hid/output/port/ddev.c .flush = output_ddev_flush
flush 191 uspace/srv/hid/output/port/ega.c .flush = ega_flush
flush 135 uspace/srv/hid/remcons/remcons.c .flush = remcons_vt_flush,
HelenOS homepage, sources at GitHub