Lines Matching refs:unformatted

1449      Specify the representation of data for unformatted files.  Valid
1452 representation for unformatted files; 'little-endian', use
1453 little-endian representation for unformatted files.
1460 Specify the length of record markers for unformatted files. Valid
2030 * GFORTRAN_CONVERT_UNIT:: Set endianness for unformatted I/O
2033 * GFORTRAN_UNFORMATTED_BUFFER_SIZE:: Buffer size for unformatted files
2146 3.10 'GFORTRAN_CONVERT_UNIT'--Set endianness for unformatted I/O
2150 change the representation of data for unformatted files. The syntax for
2165 'LITTLE_ENDIAN' Use the little-endian format for unformatted files.
2166 'BIG_ENDIAN' Use the big-endian format for unformatted files.
2169 ''big_endian'' Do all unformatted I/O in big_endian mode.
2170 ''little_endian;native:10-20,25'' Do all unformatted I/O in
2188 Using anything but the native representation for unformatted data
2193 representation for unformatted files. *Note Runtime Options::, for
2227 3.13 'GFORTRAN_UNFORMATTED_BUFFER_SIZE'--Set buffer size for unformatted I/O
2231 buffer size in bytes to be used for unformatted output. The default
2583 * File format of unformatted sequential files::
2812 File: gfortran.info, Node: File operations on symbolic links, Next: File format of unformatted se…
2835 File: gfortran.info, Node: File format of unformatted sequential files, Next: Asynchronous I/O, …
2837 5.9 File format of unformatted sequential files
2849 The representation of the record markers is that of unformatted files
2870 The format for unformatted sequential data can be duplicated using
2871 unformatted stream, as shown in the example program for an unformatted
2880 open (10,file='test.dat',form='unformatted',access='stream')
2884 open (10,file='test.dat',form='unformatted')
2890 File: gfortran.info, Node: Asynchronous I/O, Prev: File format of unformatted sequential files, …
3450 GNU Fortran allows the conversion of unformatted data between little-
3461 unformatted files.
3463 unformatted files.
3466 open(file='big.dat',form='unformatted',access='sequential', &
3484 Using anything but the native representation for unformatted data
5118 unformatted files.
5146 unformatted files.
5205 of unformatted I/O.
12101 normal record-oriented (formatted or unformatted) I/O on the same
12157 record-oriented (formatted or unformatted) I/O on the same unit;
12408 normal record-oriented (formatted or unformatted) I/O on the same
12458 record-oriented (formatted or unformatted) I/O on the same unit;
22291 * file, unformatted sequential: File format of unformatted sequential files.
22791 * record marker: File format of unformatted sequential files.
22824 * sequential, unformatted: File format of unformatted sequential files.
22906 * subrecord: File format of unformatted sequential files.
23015 * unformatted sequential: File format of unformatted sequential files.
23167 Node: File format of unformatted sequential files125477