OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:file_length
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgfortran/io/
unix.c
206
gfc_offset
file_length
; /* Length of the file. */
member in struct:__anon14419
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
)
[
all
...]
/src/external/gpl3/gcc.old/dist/libgfortran/io/
unix.c
206
gfc_offset
file_length
; /* Length of the file. */
member in struct:__anon16831
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
)
[
all
...]
Completed in 17 milliseconds
Indexes created Sun May 03 00:22:47 UTC 2026