OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:last_open_file
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/
listing.c
202
static FILE *
last_open_file
;
variable
526
if (
last_open_file
)
528
last_open_file_info->pos = ftell (
last_open_file
);
529
fclose (
last_open_file
);
535
last_open_file
= fopen (file->filename, FOPEN_RB);
536
if (
last_open_file
== NULL)
544
fseek (
last_open_file
, file->pos, SEEK_SET);
547
c = fgetc (
last_open_file
);
553
c = fgetc (
last_open_file
);
560
int next = fgetc (
last_open_file
);
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/
listing.c
202
static FILE *
last_open_file
;
variable
526
if (
last_open_file
)
528
last_open_file_info->pos = ftell (
last_open_file
);
529
fclose (
last_open_file
);
535
last_open_file
= fopen (file->filename, FOPEN_RB);
536
if (
last_open_file
== NULL)
544
fseek (
last_open_file
, file->pos, SEEK_SET);
547
c = fgetc (
last_open_file
);
553
c = fgetc (
last_open_file
);
560
int next = fgetc (
last_open_file
);
[
all
...]
Completed in 54 milliseconds
Indexes created Wed May 13 00:24:45 UTC 2026