Home
last modified time | relevance | path

Searched refs:unix_stream (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dunix.c222 unix_stream; typedef
278 fd = ((unix_stream *) s)->fd; in flush_if_preconnected()
301 raw_flush (unix_stream *s __attribute__ ((unused))) in raw_flush()
312 raw_read (unix_stream *s, void *buf, ssize_t nbyte) in raw_read()
353 raw_write (unix_stream *s, const void *buf, ssize_t nbyte) in raw_write()
384 raw_seek (unix_stream *s, gfc_offset offset, int whence) in raw_seek()
396 raw_tell (unix_stream *s) in raw_tell()
408 raw_size (unix_stream *s) in raw_size()
420 raw_truncate (unix_stream *s, gfc_offset length) in raw_truncate()
466 raw_close (unix_stream *s) in raw_close()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dunix.c222 unix_stream; typedef
278 fd = ((unix_stream *) s)->fd; in flush_if_preconnected()
301 raw_flush (unix_stream *s __attribute__ ((unused))) in raw_flush()
312 raw_read (unix_stream *s, void *buf, ssize_t nbyte) in raw_read()
353 raw_write (unix_stream *s, const void *buf, ssize_t nbyte) in raw_write()
384 raw_seek (unix_stream *s, gfc_offset offset, int whence) in raw_seek()
396 raw_tell (unix_stream *s) in raw_tell()
408 raw_size (unix_stream *s) in raw_size()
420 raw_truncate (unix_stream *s, gfc_offset length) in raw_truncate()
466 raw_close (unix_stream *s) in raw_close()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-201066 * io/unix.c (struct unix_stream): Add st_dev and st_ino members.
84 * io/unix.h (unix_stream): Move struct to unix.c.
85 * io/unix.c: Move struct unix_stream here.
90 * io/unix.h (struct unix_stream): Remove prot member.
552 * unix.c: Remove typedef of unix_stream structure, move to unix.h.
553 * unix.h: Add typedef of unix_stream structure so that it is
H A DChangeLog-2013217 * io/unix.c (struct unix_stream): Add field unbuffered.
H A DChangeLog-2019175 (unix_stream): Add buffer_size.
H A DChangeLog-20071278 * io/unix.c (unix_stream): Move buffer pointer adjacent to
1293 * io/unix.c (unix_stream): Restore buffer pointer and small_buffer.
1475 * io/unix.c (unix_stream): Rearrange struct members, remove
H A DChangeLog-2005361 (BUFFER_SIZE, unix_stream): Moved to unix.h.
1371 * io/unix.c: Add member special_file to type unix_stream.
1895 for unix_stream.
H A DChangeLog-2004889 io/unit.c (init_units), unix.c (unix_stream, fd_alloc,
H A DChangeLog-20092374 (struct unix_stream): Remove dirty_offset, len, method,
2400 and unix_stream.
H A DChangeLog-2011202 * io/unix.c (struct unix_stream): Remove special_file flag.
H A DChangeLog-20081684 * unix.c (unix_stream, int_stream): Add io_mode asychronous I/O control.