OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__cleanup
(Results
1 - 6
of
6
) sorted by relevancy
/src/lib/libc/stdlib/
exit.c
48
void (*
__cleanup
)(void);
variable in typeref:typename:void (*)(void)
62
if (
__cleanup
)
63
(*
__cleanup
)();
abort.c
46
extern void (*
__cleanup
)(void);
70
if (
__cleanup
)
71
(*
__cleanup
)();
/src/lib/libc/stdio/
local.h
59
extern void (*
__cleanup
)(void);
makebuf.c
141
__cleanup
= _cleanup;
setvbuf.c
144
* Fix up the FILE fields, and set
__cleanup
for output flush on
170
__cleanup
= _cleanup;
findfp.c
201
* exit() calls _cleanup() through *
__cleanup
, set whenever we
226
__cleanup
= _cleanup; /* conservative */
Completed in 29 milliseconds
Indexes created Tue Oct 07 21:09:53 GMT 2025