Home
last modified time | relevance | path

Searched refs:to_write_subrecord (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dtransfer.c882 ssize_t to_write_subrecord; in write_buf() local
945 to_write_subrecord = in write_buf()
950 (gfc_offset) to_write_subrecord; in write_buf()
952 to_write_subrecord = swrite (dtp->u.p.current_unit->s, in write_buf()
953 buf + have_written, to_write_subrecord); in write_buf()
954 if (unlikely (to_write_subrecord < 0)) in write_buf()
960 dtp->u.p.current_unit->strm_pos += (gfc_offset) to_write_subrecord; in write_buf()
961 nbytes -= to_write_subrecord; in write_buf()
962 have_written += to_write_subrecord; in write_buf()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dtransfer.c882 ssize_t to_write_subrecord; in write_buf() local
945 to_write_subrecord = in write_buf()
950 (gfc_offset) to_write_subrecord; in write_buf()
952 to_write_subrecord = swrite (dtp->u.p.current_unit->s, in write_buf()
953 buf + have_written, to_write_subrecord); in write_buf()
954 if (unlikely (to_write_subrecord < 0)) in write_buf()
960 dtp->u.p.current_unit->strm_pos += (gfc_offset) to_write_subrecord; in write_buf()
961 nbytes -= to_write_subrecord; in write_buf()
962 have_written += to_write_subrecord; in write_buf()