OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__real_fclose
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gprofng/libcollector/
iotrace.c
94
static int (*
__real_fclose
)(FILE *stream) = NULL;
variable
513
__real_fclose
= __real_fclose_2_17;
515
__real_fclose
= __real_fclose_2_2_5;
517
__real_fclose
= __real_fclose_2_1;
519
__real_fclose
= __real_fclose_2_0;
521
__real_fclose
= dlsym (dlflag, "fclose");
522
if (
__real_fclose
== NULL)
1597
if (
__real_fclose
== NULL) \
1599
return gprofng_fclose (
__real_fclose
, stream); \
/src/external/gpl3/binutils.old/dist/gprofng/libcollector/
iotrace.c
94
static int (*
__real_fclose
)(FILE *stream) = NULL;
variable
513
__real_fclose
= __real_fclose_2_17;
515
__real_fclose
= __real_fclose_2_2_5;
517
__real_fclose
= __real_fclose_2_1;
519
__real_fclose
= __real_fclose_2_0;
521
__real_fclose
= dlsym (dlflag, "fclose");
522
if (
__real_fclose
== NULL)
1597
if (
__real_fclose
== NULL) \
1599
return gprofng_fclose (
__real_fclose
, stream); \
Completed in 31 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026