Lines Matching defs:unix_stream
222 unix_stream;
278 fd = ((unix_stream *) s)->fd;
294 functions take the unix_stream struct rather than an integer file
301 raw_flush (unix_stream *s __attribute__ ((unused)))
312 raw_read (unix_stream *s, void *buf, ssize_t nbyte)
353 raw_write (unix_stream *s, const void *buf, ssize_t nbyte)
384 raw_seek (unix_stream *s, gfc_offset offset, int whence)
396 raw_tell (unix_stream *s)
408 raw_size (unix_stream *s)
420 raw_truncate (unix_stream *s, gfc_offset length)
466 raw_close (unix_stream *s)
493 raw_markeor (unix_stream *s __attribute__ ((unused)))
511 raw_init (unix_stream *s)
528 buf_flush (unix_stream *s)
557 buf_read (unix_stream *s, void *buf, ssize_t nbyte)
628 buf_write (unix_stream *s, const void *buf, ssize_t nbyte)
691 buf_markeor (unix_stream *s)
699 buf_seek (unix_stream *s, gfc_offset offset, int whence)
724 buf_tell (unix_stream *s)
730 buf_size (unix_stream *s)
736 buf_truncate (unix_stream *s, gfc_offset length)
749 buf_close (unix_stream *s)
770 buf_init (unix_stream *s, bool unformatted)
813 unix_stream *s = (unix_stream *) strm;
833 unix_stream *s = (unix_stream *) strm;
853 unix_stream *s = (unix_stream *)strm;
874 unix_stream *s = (unix_stream *)strm;
972 unix_stream *s = (unix_stream *)strm;
1009 return ((unix_stream *)s)->logical_offset;
1014 mem_truncate (unix_stream *s __attribute__ ((unused)),
1022 mem_flush (unix_stream *s __attribute__ ((unused)))
1029 mem_close (unix_stream *s)
1074 unix_stream *s;
1076 s = xcalloc (1, sizeof (unix_stream));
1094 unix_stream *s;
1096 s = xcalloc (1, sizeof (unix_stream));
1116 unix_stream *s;
1118 s = xcalloc (1, sizeof (unix_stream));
1173 fd = ((unix_stream *) us->s)->fd;
1652 unix_stream *s;
1671 s = (unix_stream *) (u->s);
1681 id2 = id_from_fd (((unix_stream *) (u->s))->fd);
1723 unix_stream *s = (unix_stream *) (u->s);
1729 if (u->s && ((id1 = id_from_fd (((unix_stream *) u->s)->fd)) || id1))
1881 unix_stream *s = (unix_stream *) u->s;
2088 return isatty (((unix_stream *) s)->fd);
2097 return ttyname_r (((unix_stream *)s)->fd, buf, buflen);
2101 p = ttyname (((unix_stream *)s)->fd);