Home | History | Annotate | Download | only in io

Lines Matching refs:file_length

206   gfc_offset file_length;	/* Length of the file. */
546 if (s->physical_offset > s->file_length)
547 s->file_length = s->physical_offset;
676 if (s->logical_offset > s->file_length)
677 s->file_length = s->logical_offset;
709 offset += s->file_length;
732 return s->file_length;
744 s->file_length = length;
862 if (m > s->file_length)
884 if (m > s->file_length)
981 offset += s->file_length;
989 if (offset > s->file_length)
1081 s->active = s->file_length = length;
1101 s->active = s->file_length = length * sizeof (gfc_char4_t);
1127 s->file_length = 0;
1136 s->file_length = statbuf.st_size;