HomeSort by: relevance | last modified time | path
    Searched defs:unix_stream (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgfortran/io/
unix.c 222 unix_stream; typedef in typeref:struct:__anon14419
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
    [all...]
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
unix.c 222 unix_stream; typedef in typeref:struct:__anon16831
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
    [all...]

Completed in 16 milliseconds