/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/ |
H A D | unix.c | 770 buf_init (unix_stream *s, bool unformatted) in buf_init() argument 780 if (unformatted) in buf_init() 1114 fd_to_stream (int fd, bool unformatted) in fd_to_stream() argument 1146 buf_init (s, unformatted); in fd_to_stream() 1149 if (unformatted) in fd_to_stream() 1152 buf_init (s, unformatted); in fd_to_stream()
|
H A D | inquire.c | 221 cf_strcpy (iqp->unformatted, iqp->unformatted_len, p); in inquire_via_unit() 723 cf_strcpy (iqp->unformatted, iqp->unformatted_len, p); in inquire_via_filename()
|
H A D | io.h | 424 CHARACTER1 (unformatted);
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/ |
H A D | unix.c | 770 buf_init (unix_stream *s, bool unformatted) in buf_init() argument 780 if (unformatted) in buf_init() 1114 fd_to_stream (int fd, bool unformatted) in fd_to_stream() argument 1146 buf_init (s, unformatted); in fd_to_stream() 1149 if (unformatted) in fd_to_stream() 1152 buf_init (s, unformatted); in fd_to_stream()
|
H A D | inquire.c | 221 cf_strcpy (iqp->unformatted, iqp->unformatted_len, p); in inquire_via_unit() 705 cf_strcpy (iqp->unformatted, iqp->unformatted_len, p); in inquire_via_filename()
|
H A D | io.h | 420 CHARACTER1 (unformatted);
|
/netbsd-src/share/doc/papers/px/ |
H A D | fig2.3.raw | 61 WRITEC 3.8 Character unformatted write 63 WRITES l 3.8 String unformatted write
|
/netbsd-src/lib/libc/db/ |
H A D | README | 30 man The unformatted manual pages.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | io.c | 3785 bool warn, unformatted; in check_io_constraints() local 3788 unformatted = dt->format_expr == NULL && dt->format_label == NULL in check_io_constraints() 3813 io_constraint (unformatted, in check_io_constraints() 3920 io_constraint (unformatted, in check_io_constraints() 3943 io_constraint (unformatted, in check_io_constraints() 3965 io_constraint (unformatted, in check_io_constraints() 4008 io_constraint (unformatted, in check_io_constraints() 4043 io_constraint (unformatted && dt->namelist == NULL, in check_io_constraints() 4097 io_constraint (unformatted, in check_io_constraints() 4489 gfc_free_expr (inquire->unformatted); in gfc_free_inquire() [all …]
|
H A D | ioparm.def | 80 IOPARM (inquire, unformatted, 1 << 26, char1)
|
H A D | lang.opt | 418 -fconvert=<big-endian|little-endian|native|swap> The endianness used for unformatted files. 748 Use a 4-byte record marker for unformatted files. 752 Use an 8-byte record marker for unformatted files.
|
H A D | gfortran.texi | 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 [all …]
|
H A D | gfortran.info | 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. [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | io.cc | 3785 bool warn, unformatted; in check_io_constraints() local 3788 unformatted = dt->format_expr == NULL && dt->format_label == NULL in check_io_constraints() 3813 io_constraint (unformatted, in check_io_constraints() 3920 io_constraint (unformatted, in check_io_constraints() 3943 io_constraint (unformatted, in check_io_constraints() 3965 io_constraint (unformatted, in check_io_constraints() 4008 io_constraint (unformatted, in check_io_constraints() 4043 io_constraint (unformatted && dt->namelist == NULL, in check_io_constraints() 4097 io_constraint (unformatted, in check_io_constraints() 4489 gfc_free_expr (inquire->unformatted); in gfc_free_inquire() [all …]
|
H A D | ioparm.def | 80 IOPARM (inquire, unformatted, 1 << 26, char1)
|
H A D | gfortran.texi | 592 * GFORTRAN_CONVERT_UNIT:: Set conversion for unformatted I/O 595 * GFORTRAN_UNFORMATTED_BUFFER_SIZE:: Buffer size for unformatted files 689 @section @env{GFORTRAN_CONVERT_UNIT}---Set conversion for unformatted I/O 692 to change the representation of data for unformatted files. 712 for unformatted files. 713 @item @code{BIG_ENDIAN} Use the big-endian format for unformatted files. 726 @item @code{'big_endian'} Do all unformatted I/O in big_endian mode. 727 @item @code{'little_endian;native:10-20,25'} Do all unformatted I/O 731 @item @code{'big_endian,r16_ibm'} Do all unformatted I/O in big-endian 753 Using anything but the native representation for unformatted data [all …]
|
H A D | lang.opt | 425 …=<big-endian|little-endian|native|swap|r16_ieee|r16_ibm> The endianness used for unformatted files. 765 Use a 4-byte record marker for unformatted files. 769 Use an 8-byte record marker for unformatted files.
|
H A D | gfortran.info | 1489 Specify the representation of data for unformatted files. Valid 1492 big-endian representation for unformatted files; 'little-endian', 1493 use little-endian representation for unformatted files. 1508 Specify the length of record markers for unformatted files. Valid 2078 * GFORTRAN_CONVERT_UNIT:: Set conversion for unformatted I/O 2081 * GFORTRAN_UNFORMATTED_BUFFER_SIZE:: Buffer size for unformatted files 2194 3.10 'GFORTRAN_CONVERT_UNIT'--Set conversion for unformatted I/O 2198 change the representation of data for unformatted files. The syntax for 2213 'LITTLE_ENDIAN' Use the little-endian format for unformatted files. 2214 'BIG_ENDIAN' Use the big-endian format for unformatted files. [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/ |
H A D | ChangeLog-2006 | 156 For unformatted sequential files: Check endfile condition. 178 for short record on unformatted read. 188 (read_block_direct): Separate codepaths for unformatted direct 189 and unformatted sequential. If a recl has been set by the 193 (write_buf): Separate codepaths for unformatted direct and 194 unformatted sequential. If a recl has been set by the 282 for stream and record unformatted I/O. Remove unneeded 773 * io/transfer.c (file_mode): Add modes for unformatted stream and 777 (read_block_direct): Handle unformatted stream reads. 779 (write_buf): Handle unformatted stream writes.
|
H A D | ChangeLog-2019 | 178 (buf_init): Add argument unformatted. Handle block sizes 179 for unformatted vs. formatted, using defaults if provided. 180 (fd_to_stream): Add argument unformatted in call to buf_init.
|
H A D | ChangeLog-2020 | 222 namelist input/output to unformatted file.
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
H A D | istream | 79 * The number of characters extracted in the previous unformatted 262 // [27.6.1.3] unformatted input 266 * unformatted input function dispatched for this stream. 276 * All the unformatted input functions have some common behavior.
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
H A D | istream | 79 * The number of characters extracted in the previous unformatted 262 // [27.6.1.3] unformatted input 266 * unformatted input function dispatched for this stream. 276 * All the unformatted input functions have some common behavior.
|
/netbsd-src/external/mpl/dhcp/dist/ |
H A D | README | 82 unformatted manual page. The filename of an unformatted manual page
|
/netbsd-src/external/ibm-public/postfix/dist/proto/ |
H A D | stop.spell-cc | 1481 unformatted
|