Home
last modified time | relevance | path

Searched refs:stream_vtable (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dunix.h30 struct stream_vtable struct
46 const struct stream_vtable *vptr; argument
H A Dunix.c498 static const struct stream_vtable raw_vtable = {
757 static const struct stream_vtable buf_vtable = {
1036 static const struct stream_vtable mem_vtable = {
1050 static const struct stream_vtable mem4_vtable = {
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dunix.h30 struct stream_vtable struct
46 const struct stream_vtable *vptr; argument
H A Dunix.c498 static const struct stream_vtable raw_vtable = {
757 static const struct stream_vtable buf_vtable = {
1036 static const struct stream_vtable mem_vtable = {
1050 static const struct stream_vtable mem4_vtable = {
/netbsd-src/usr.bin/dc/
H A Dinout.c46 static struct vtable stream_vtable = { variable
64 src->vtable = &stream_vtable; in src_setstream()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-2014449 * io/unix.h (struct stream_vtable): Add new member function,
H A DChangeLog-2012781 * io/unix.h (struct stream): Rename to stream_vtable.