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

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

Completed in 20 milliseconds