Lines Matching refs:unformatted

607 * GFORTRAN_CONVERT_UNIT::  Set endianness for unformatted I/O
610 * GFORTRAN_UNFORMATTED_BUFFER_SIZE:: Buffer size for unformatted files
704 @section @env{GFORTRAN_CONVERT_UNIT}---Set endianness for unformatted I/O
707 to change the representation of data for unformatted files.
726 for unformatted files.
727 @item @code{BIG_ENDIAN} Use the big-endian format for unformatted files.
732 @item @code{'big_endian'} Do all unformatted I/O in big_endian mode.
733 @item @code{'little_endian;native:10-20,25'} Do all unformatted I/O
757 Using anything but the native representation for unformatted data
763 data representation for unformatted files. @xref{Runtime Options}, for
790 @section @env{GFORTRAN_UNFORMATTED_BUFFER_SIZE}---Set buffer size for unformatted I/O
793 specifies buffer size in bytes to be used for unformatted output.
1206 * File format of unformatted sequential files::
1466 @node File format of unformatted sequential files
1467 @section File format of unformatted sequential files
1468 @cindex file, unformatted sequential
1469 @cindex unformatted sequential
1470 @cindex sequential, unformatted
1484 The representation of the record markers is that of unformatted files
1505 The format for unformatted sequential data can be duplicated using
1506 unformatted stream, as shown in the example program for an unformatted
1516 open (10,file='test.dat',form='unformatted',access='stream')
1520 open (10,file='test.dat',form='unformatted')
2127 GNU Fortran allows the conversion of unformatted data between little-
2139 for unformatted files.
2141 unformatted files.
2146 open(file='big.dat',form='unformatted',access='sequential', &
2167 Using anything but the native representation for unformatted data
3896 unformatted files.
3929 for unformatted files.
3999 debugging of unformatted I/O.