OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:atexit_handler_stack
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libc/stdlib/
atexit.c
73
static struct atexit_handler *
atexit_handler_stack
;
variable in typeref:struct:atexit_handler *
168
ah->ah_next =
atexit_handler_stack
;
169
atexit_handler_stack
= ah;
211
for (prevp = &
atexit_handler_stack
; (ah = (*prevp)) != NULL;) {
214
void *p =
atexit_handler_stack
;
225
if (p !=
atexit_handler_stack
)
atexit.c
73
static struct atexit_handler *
atexit_handler_stack
;
variable in typeref:struct:atexit_handler *
168
ah->ah_next =
atexit_handler_stack
;
169
atexit_handler_stack
= ah;
211
for (prevp = &
atexit_handler_stack
; (ah = (*prevp)) != NULL;) {
214
void *p =
atexit_handler_stack
;
225
if (p !=
atexit_handler_stack
)
atexit.c
73
static struct atexit_handler *
atexit_handler_stack
;
variable in typeref:struct:atexit_handler *
168
ah->ah_next =
atexit_handler_stack
;
169
atexit_handler_stack
= ah;
211
for (prevp = &
atexit_handler_stack
; (ah = (*prevp)) != NULL;) {
214
void *p =
atexit_handler_stack
;
225
if (p !=
atexit_handler_stack
)
Completed in 33 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025