Home | History | Annotate | Download | only in io

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)
1075 unix_stream *s;
1077 s = xcalloc (1, sizeof (unix_stream));
1095 unix_stream *s;
1097 s = xcalloc (1, sizeof (unix_stream));
1117 unix_stream *s;
1119 s = xcalloc (1, sizeof (unix_stream));
1174 fd = ((unix_stream *) us->s)->fd;
1653 unix_stream *s;
1672 s = (unix_stream *) (u->s);
1682 id2 = id_from_fd (((unix_stream *) (u->s))->fd);
1724 unix_stream *s = (unix_stream *) (u->s);
1730 if (u->s && ((id1 = id_from_fd (((unix_stream *) u->s)->fd)) || id1))
1882 unix_stream *s = (unix_stream *) u->s;
2089 return isatty (((unix_stream *) s)->fd);
2098 return ttyname_r (((unix_stream *)s)->fd, buf, buflen);
2102 p = ttyname (((unix_stream *)s)->fd);