Lines Matching refs:file_length
206 gfc_offset file_length; /* Length of the file. */ member
546 if (s->physical_offset > s->file_length) in buf_flush()
547 s->file_length = s->physical_offset; in buf_flush()
676 if (s->logical_offset > s->file_length) in buf_write()
677 s->file_length = s->logical_offset; in buf_write()
709 offset += s->file_length; in buf_seek()
732 return s->file_length; in buf_size()
744 s->file_length = length; in buf_truncate()
862 if (m > s->file_length) in mem_alloc_w()
884 if (m > s->file_length) in mem_alloc_w4()
981 offset += s->file_length; in mem_seek()
989 if (offset > s->file_length) in mem_seek()
1082 s->active = s->file_length = length; in open_internal()
1102 s->active = s->file_length = length * sizeof (gfc_char4_t); in open_internal4()
1128 s->file_length = 0; in fd_to_stream()
1137 s->file_length = statbuf.st_size; in fd_to_stream()